You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/05/26 00:08:55 UTC

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_80) - Build # 12645 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12645/
Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
commitWithin did not work on node: http://127.0.0.1:34821/hb/or/collection1 expected:<68> but was:<67>

Stack Trace:
java.lang.AssertionError: commitWithin did not work on node: http://127.0.0.1:34821/hb/or/collection1 expected:<68> but was:<67>
	at __randomizedtesting.SeedInfo.seed([C554172D3388275A:4D0028F79D744AA2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:344)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10031 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/init-core-data-001
   [junit4]   2> 392320 T3211 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /hb/or
   [junit4]   2> 392323 T3211 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 392323 T3212 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 392323 T3212 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 392423 T3211 oasc.ZkTestServer.run start zk server on port:41060
   [junit4]   2> 392423 T3211 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 392423 T3211 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 392425 T3219 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10620015 name:ZooKeeperConnection Watcher:127.0.0.1:41060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 392425 T3211 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 392425 T3211 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 392425 T3211 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 392427 T3211 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 392428 T3211 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 392428 T3222 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d539fa9 name:ZooKeeperConnection Watcher:127.0.0.1:41060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 392428 T3211 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 392429 T3211 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 392429 T3211 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 392430 T3211 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 392430 T3211 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 392431 T3211 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 392432 T3211 oasc.AbstractZkTestCase.putConfig put /home/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> 392432 T3211 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 392433 T3211 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 392433 T3211 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 392434 T3211 oasc.AbstractZkTestCase.putConfig put /home/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> 392434 T3211 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 392434 T3211 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 392435 T3211 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 392435 T3211 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 392435 T3211 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 392436 T3211 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 392436 T3211 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 392437 T3211 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 392437 T3211 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 392437 T3211 oasc.AbstractZkTestCase.putConfig put /home/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> 392438 T3211 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 392438 T3211 oasc.AbstractZkTestCase.putConfig put /home/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> 392438 T3211 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 392439 T3211 oasc.AbstractZkTestCase.putConfig put /home/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> 392439 T3211 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 392440 T3211 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 392440 T3211 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 392484 T3211 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores/collection1
   [junit4]   2> 392486 T3211 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 392486 T3211 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@40c69c7e{/hb/or,null,AVAILABLE}
   [junit4]   2> 392488 T3211 oejs.AbstractConnector.doStart Started ServerConnector@34471c0f{HTTP/1.1}{127.0.0.1:60040}
   [junit4]   2> 392488 T3211 oejs.Server.doStart Started @393358ms
   [junit4]   2> 392488 T3211 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/tempDir-001/control/data, hostPort=60040, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores, hostContext=/hb/or}
   [junit4]   2> 392489 T3211 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f57402b
   [junit4]   2> 392489 T3211 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/'
   [junit4]   2> 392498 T3211 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/solr.xml
   [junit4]   2> 392505 T3211 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores
   [junit4]   2> 392505 T3211 oasc.CoreContainer.<init> New CoreContainer 2140252588
   [junit4]   2> 392505 T3211 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/]
   [junit4]   2> 392506 T3211 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/lib
   [junit4]   2> 392506 T3211 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/lib).
   [junit4]   2> 392510 T3211 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 392511 T3211 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 392511 T3211 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 392511 T3211 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 392511 T3211 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 392511 T3211 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41060/solr
   [junit4]   2> 392512 T3211 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 392512 T3211 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 392512 T3211 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 392513 T3236 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4dcb4dc name:ZooKeeperConnection Watcher:127.0.0.1:41060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 392513 T3211 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 392513 T3211 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 392515 T3211 n:127.0.0.1:60040_hb%2For oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 392516 T3239 n:127.0.0.1:60040_hb%2For oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@abc9e11 name:ZooKeeperConnection Watcher:127.0.0.1:41060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 392516 T3211 n:127.0.0.1:60040_hb%2For oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 392517 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 392517 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 392518 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 392519 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 392520 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 392520 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 392521 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 392522 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 392522 T3211 n:127.0.0.1:60040_hb%2For oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60040_hb%2For
   [junit4]   2> 392522 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60040_hb%2For
   [junit4]   2> 392523 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 392524 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 392524 T3211 n:127.0.0.1:60040_hb%2For oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 392525 T3211 n:127.0.0.1:60040_hb%2For oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:60040_hb%2For
   [junit4]   2> 392525 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 392525 T3211 n:127.0.0.1:60040_hb%2For oasc.Overseer.start Overseer (id=93886256149364739-127.0.0.1:60040_hb%2For-n_0000000000) starting
   [junit4]   2> 392526 T3211 n:127.0.0.1:60040_hb%2For oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 392528 T3211 n:127.0.0.1:60040_hb%2For oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 392529 T3211 n:127.0.0.1:60040_hb%2For oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 392529 T3241 n:127.0.0.1:60040_hb%2For oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 392529 T3240 n:127.0.0.1:60040_hb%2For oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 392530 T3211 n:127.0.0.1:60040_hb%2For oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 392530 T3211 n:127.0.0.1:60040_hb%2For oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 392531 T3211 n:127.0.0.1:60040_hb%2For oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores
   [junit4]   2> 392531 T3211 n:127.0.0.1:60040_hb%2For oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {loadOnStartup=true, coreNodeName=, shard=, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores/collection1, transient=false, config=solrconfig.xml, schema=schema.xml, dataDir=data/, name=collection1, collection=control_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores/collection1/}
   [junit4]   2> 392532 T3211 n:127.0.0.1:60040_hb%2For oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores/collection1/
   [junit4]   2> 392532 T3211 n:127.0.0.1:60040_hb%2For oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 392532 T3243 n:127.0.0.1:60040_hb%2For c:control_collection x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 392532 T3243 n:127.0.0.1:60040_hb%2For c:control_collection x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 392533 T3243 n:127.0.0.1:60040_hb%2For oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 392533 T3239 n:127.0.0.1:60040_hb%2For oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 392533 T3240 n:127.0.0.1:60040_hb%2For oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:60040_hb%2For",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60040/hb/or",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 392533 T3240 n:127.0.0.1:60040_hb%2For oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:60040_hb%2For",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60040/hb/or",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 392534 T3240 n:127.0.0.1:60040_hb%2For oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 392534 T3240 n:127.0.0.1:60040_hb%2For oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 392534 T3239 n:127.0.0.1:60040_hb%2For 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> 393533 T3243 n:127.0.0.1:60040_hb%2For oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 393533 T3243 n:127.0.0.1:60040_hb%2For oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 393534 T3243 n:127.0.0.1:60040_hb%2For oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 393534 T3243 n:127.0.0.1:60040_hb%2For oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 393534 T3243 n:127.0.0.1:60040_hb%2For oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 393534 T3243 n:127.0.0.1:60040_hb%2For oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores/collection1/'
   [junit4]   2> 393541 T3243 n:127.0.0.1:60040_hb%2For oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 393544 T3243 n:127.0.0.1:60040_hb%2For oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 393559 T3243 n:127.0.0.1:60040_hb%2For oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 393573 T3243 n:127.0.0.1:60040_hb%2For oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 393574 T3243 n:127.0.0.1:60040_hb%2For oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 393578 T3243 n:127.0.0.1:60040_hb%2For oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 393699 T3243 n:127.0.0.1:60040_hb%2For oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 393703 T3243 n:127.0.0.1:60040_hb%2For oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 393704 T3243 n:127.0.0.1:60040_hb%2For oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 393708 T3243 n:127.0.0.1:60040_hb%2For oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 393710 T3243 n:127.0.0.1:60040_hb%2For oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 393711 T3243 n:127.0.0.1:60040_hb%2For oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 393712 T3243 n:127.0.0.1:60040_hb%2For oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 393712 T3243 n:127.0.0.1:60040_hb%2For oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 393712 T3243 n:127.0.0.1:60040_hb%2For oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 393712 T3243 n:127.0.0.1:60040_hb%2For oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 393712 T3243 n:127.0.0.1:60040_hb%2For oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 393713 T3243 n:127.0.0.1:60040_hb%2For oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 393713 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 393713 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 393713 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd372cf
   [junit4]   2> 393713 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores/collection1/data
   [junit4]   2> 393714 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores/collection1/data/index/
   [junit4]   2> 393714 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 393714 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/control-001/cores/collection1/data/index
   [junit4]   2> 393714 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1111368147, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 393715 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@698755cf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3412bf29),segFN=segments_1,generation=1}
   [junit4]   2> 393715 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 393717 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 393717 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 393717 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 393717 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 393717 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 393717 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 393718 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 393718 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 393718 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 393719 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 393720 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 393721 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 393721 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 393723 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/logging,/update/json/docs,/admin/plugins,standard,/admin/threads,/update,/get,/schema,/admin/properties,/admin/ping,/update/csv,/admin/segments,/admin/file,/config,/update/json,/admin/luke,/admin/mbeans,/replication,/admin/system
   [junit4]   2> 393724 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 393724 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 393725 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 393725 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 393725 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 393726 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=43.5009765625, floorSegmentMB=1.0029296875, forceMergeDeletesPctAllowed=23.875509272691573, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 393726 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@698755cf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3412bf29),segFN=segments_1,generation=1}
   [junit4]   2> 393726 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 393726 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@4fbff2e0[collection1] main
   [junit4]   2> 393726 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 393727 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 393727 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 393727 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 393727 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 393727 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 393727 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 393728 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 393728 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 393728 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 393728 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 393728 T3244 n:127.0.0.1:60040_hb%2For x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4fbff2e0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 393728 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasu.UpdateLog.onFirstSearcher On first searcher opened, looking up max value of version field
   [junit4]   2> 393728 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasu.VersionInfo.getMaxVersionFromIndex Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 393729 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasu.VersionInfo.getMaxVersionFromIndex No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 393729 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasu.UpdateLog.seedBucketsWithHighestVersion Could not find max version in index or recent updates, using new clock 1502180099863085056
   [junit4]   2> 393730 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasu.UpdateLog.seedBucketsWithHighestVersion Took 2 ms to seed version buckets with highest version 1502180099863085056
   [junit4]   2> 393730 T3243 n:127.0.0.1:60040_hb%2For x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 393731 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60040/hb/or collection:control_collection shard:shard1
   [junit4]   2> 393731 T3211 n:127.0.0.1:60040_hb%2For oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 393731 T3211 n:127.0.0.1:60040_hb%2For oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 393731 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 393732 T3211 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 393733 T3211 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 393733 T3250 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24d2374f name:ZooKeeperConnection Watcher:127.0.0.1:41060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 393733 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 393734 T3211 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 393734 T3211 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 393734 T3211 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 393734 T3239 n:127.0.0.1:60040_hb%2For oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 393735 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 393735 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 393735 T3240 n:127.0.0.1:60040_hb%2For oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> ASYNC  NEW_CORE C633 name=collection1 org.apache.solr.core.SolrCore@2a1803d5 url=http://127.0.0.1:60040/hb/or/collection1 node=127.0.0.1:60040_hb%2For C633_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:60040_hb%2For, base_url=http://127.0.0.1:60040/hb/or, core=collection1, state=down}
   [junit4]   2> 393735 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 C633 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60040/hb/or/collection1/
   [junit4]   2> 393735 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 C633 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 393735 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 C633 oasc.SyncStrategy.syncToMe http://127.0.0.1:60040/hb/or/collection1/ has no replicas
   [junit4]   2> 393735 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60040/hb/or/collection1/ shard1
   [junit4]   2> 393736 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 393736 T3211 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 393737 T3239 n:127.0.0.1:60040_hb%2For oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 393737 T3240 n:127.0.0.1:60040_hb%2For oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60040/hb/or",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 393777 T3211 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores/collection1
   [junit4]   2> 393778 T3211 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001
   [junit4]   2> 393778 T3211 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 393786 T3211 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@4a9286b5{/hb/or,null,AVAILABLE}
   [junit4]   2> 393787 T3211 oejs.AbstractConnector.doStart Started ServerConnector@5b92f28b{HTTP/1.1}{127.0.0.1:34821}
   [junit4]   2> 393788 T3211 oejs.Server.doStart Started @394657ms
   [junit4]   2> 393788 T3211 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores, hostPort=34821, hostContext=/hb/or, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/tempDir-001/jetty1}
   [junit4]   2> 393788 T3211 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f57402b
   [junit4]   2> 393789 T3211 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/'
   [junit4]   2> 393801 T3211 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/solr.xml
   [junit4]   2> 393809 T3211 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores
   [junit4]   2> 393809 T3211 oasc.CoreContainer.<init> New CoreContainer 560764878
   [junit4]   2> 393809 T3211 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/]
   [junit4]   2> 393810 T3211 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/lib
   [junit4]   2> 393810 T3211 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/lib).
   [junit4]   2> 393813 T3211 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 393814 T3211 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 393815 T3211 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 393815 T3211 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 393815 T3211 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 393815 T3211 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41060/solr
   [junit4]   2> 393815 T3211 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 393815 T3211 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 393816 T3211 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 393817 T3264 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d3b6254 name:ZooKeeperConnection Watcher:127.0.0.1:41060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 393817 T3211 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 393817 T3211 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 393819 T3211 n:127.0.0.1:34821_hb%2For oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 393820 T3267 n:127.0.0.1:34821_hb%2For oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fc5393a name:ZooKeeperConnection Watcher:127.0.0.1:41060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 393820 T3211 n:127.0.0.1:34821_hb%2For oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 393822 T3211 n:127.0.0.1:34821_hb%2For oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 393839 T3239 n:127.0.0.1:60040_hb%2For 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> 393839 T3267 n:127.0.0.1:34821_hb%2For 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> 393839 T3250 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> 393887 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oasc.ZkController.register We are http://127.0.0.1:60040/hb/or/collection1/ and leader is http://127.0.0.1:60040/hb/or/collection1/
   [junit4]   2> 393888 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60040/hb/or
   [junit4]   2> 393888 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 393888 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 393888 T3247 n:127.0.0.1:60040_hb%2For c:control_collection s:shard1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 393888 T3239 n:127.0.0.1:60040_hb%2For oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 393889 T3240 n:127.0.0.1:60040_hb%2For oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:60040_hb%2For",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60040/hb/or",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 393889 T3240 n:127.0.0.1:60040_hb%2For oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:60040_hb%2For",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60040/hb/or",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 393990 T3267 n:127.0.0.1:34821_hb%2For 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> 393990 T3250 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> 393990 T3239 n:127.0.0.1:60040_hb%2For 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> 394824 T3211 n:127.0.0.1:34821_hb%2For oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34821_hb%2For
   [junit4]   2> 394824 T3211 n:127.0.0.1:34821_hb%2For oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34821_hb%2For
   [junit4]   2> 394825 T3211 n:127.0.0.1:34821_hb%2For oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 394826 T3211 n:127.0.0.1:34821_hb%2For oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 394826 T3211 n:127.0.0.1:34821_hb%2For oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 394827 T3211 n:127.0.0.1:34821_hb%2For oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores
   [junit4]   2> 394828 T3211 n:127.0.0.1:34821_hb%2For oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {coreNodeName=, dataDir=data/, config=solrconfig.xml, loadOnStartup=true, name=collection1, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores/collection1, transient=false, collection=collection1, shard=, schema=schema.xml, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores/collection1/}
   [junit4]   2> 394828 T3211 n:127.0.0.1:34821_hb%2For oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores/collection1/
   [junit4]   2> 394828 T3211 n:127.0.0.1:34821_hb%2For oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 394828 T3268 n:127.0.0.1:34821_hb%2For c:collection1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 394829 T3268 n:127.0.0.1:34821_hb%2For c:collection1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 394829 T3268 n:127.0.0.1:34821_hb%2For oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 394829 T3239 n:127.0.0.1:60040_hb%2For oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 394830 T3240 n:127.0.0.1:60040_hb%2For oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34821_hb%2For",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34821/hb/or",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 394830 T3240 n:127.0.0.1:60040_hb%2For oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34821_hb%2For",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34821/hb/or",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 394830 T3240 n:127.0.0.1:60040_hb%2For oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 394830 T3240 n:127.0.0.1:60040_hb%2For oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 394931 T3267 n:127.0.0.1:34821_hb%2For 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> 394931 T3250 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> 394931 T3239 n:127.0.0.1:60040_hb%2For 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> 395829 T3268 n:127.0.0.1:34821_hb%2For oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 395829 T3268 n:127.0.0.1:34821_hb%2For oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 395830 T3268 n:127.0.0.1:34821_hb%2For oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 395830 T3268 n:127.0.0.1:34821_hb%2For oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 395830 T3268 n:127.0.0.1:34821_hb%2For oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 395830 T3268 n:127.0.0.1:34821_hb%2For oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores/collection1/'
   [junit4]   2> 395837 T3268 n:127.0.0.1:34821_hb%2For oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 395841 T3268 n:127.0.0.1:34821_hb%2For oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 395848 T3268 n:127.0.0.1:34821_hb%2For oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 395863 T3268 n:127.0.0.1:34821_hb%2For oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 395863 T3268 n:127.0.0.1:34821_hb%2For oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 395867 T3268 n:127.0.0.1:34821_hb%2For oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 396015 T3268 n:127.0.0.1:34821_hb%2For oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 396020 T3268 n:127.0.0.1:34821_hb%2For oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 396021 T3268 n:127.0.0.1:34821_hb%2For oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 396025 T3268 n:127.0.0.1:34821_hb%2For oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 396027 T3268 n:127.0.0.1:34821_hb%2For oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 396028 T3268 n:127.0.0.1:34821_hb%2For oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 396029 T3268 n:127.0.0.1:34821_hb%2For oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 396029 T3268 n:127.0.0.1:34821_hb%2For oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 396029 T3268 n:127.0.0.1:34821_hb%2For oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 396029 T3268 n:127.0.0.1:34821_hb%2For oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 396029 T3268 n:127.0.0.1:34821_hb%2For oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 396029 T3268 n:127.0.0.1:34821_hb%2For oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 396030 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 396030 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 396030 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd372cf
   [junit4]   2> 396030 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores/collection1/data
   [junit4]   2> 396030 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 396030 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 396031 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 396031 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1111368147, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 396032 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2ddac693 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7622f469),segFN=segments_1,generation=1}
   [junit4]   2> 396032 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 396035 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 396035 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 396035 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 396035 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 396035 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 396036 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 396036 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 396036 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 396036 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 396037 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 396038 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 396039 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 396040 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 396044 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/logging,/update/json/docs,/admin/plugins,standard,/admin/threads,/update,/get,/schema,/admin/properties,/admin/ping,/update/csv,/admin/segments,/admin/file,/config,/update/json,/admin/luke,/admin/mbeans,/replication,/admin/system
   [junit4]   2> 396045 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 396046 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 396046 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 396047 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 396047 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 396048 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=43.5009765625, floorSegmentMB=1.0029296875, forceMergeDeletesPctAllowed=23.875509272691573, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 396049 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2ddac693 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7622f469),segFN=segments_1,generation=1}
   [junit4]   2> 396049 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 396049 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@5497bfb0[collection1] main
   [junit4]   2> 396049 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 396050 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 396050 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 396050 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 396050 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 396051 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 396051 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 396051 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 396051 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 396051 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 396052 T3269 n:127.0.0.1:34821_hb%2For x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5497bfb0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 396052 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 396052 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasu.UpdateLog.onFirstSearcher On first searcher opened, looking up max value of version field
   [junit4]   2> 396053 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasu.VersionInfo.getMaxVersionFromIndex Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 396053 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasu.VersionInfo.getMaxVersionFromIndex No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 396053 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasu.UpdateLog.seedBucketsWithHighestVersion Could not find max version in index or recent updates, using new clock 1502180102299975680
   [junit4]   2> 396055 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasu.UpdateLog.seedBucketsWithHighestVersion Took 2 ms to seed version buckets with highest version 1502180102299975680
   [junit4]   2> 396055 T3268 n:127.0.0.1:34821_hb%2For x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 396055 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34821/hb/or collection:collection1 shard:shard1
   [junit4]   2> 396056 T3211 n:127.0.0.1:34821_hb%2For oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 396056 T3211 n:127.0.0.1:34821_hb%2For oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 396056 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 396058 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 396058 T3239 n:127.0.0.1:60040_hb%2For oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 396058 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 396059 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C634 name=collection1 org.apache.solr.core.SolrCore@2d9f9c0b url=http://127.0.0.1:34821/hb/or/collection1 node=127.0.0.1:34821_hb%2For C634_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:34821_hb%2For, base_url=http://127.0.0.1:34821/hb/or, core=collection1, state=down}
   [junit4]   2> 396059 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 C634 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:34821/hb/or/collection1/
   [junit4]   2> 396059 T3240 n:127.0.0.1:60040_hb%2For oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 396059 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 C634 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 396059 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 C634 oasc.SyncStrategy.syncToMe http://127.0.0.1:34821/hb/or/collection1/ has no replicas
   [junit4]   2> 396059 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:34821/hb/or/collection1/ shard1
   [junit4]   2> 396059 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 396061 T3239 n:127.0.0.1:60040_hb%2For oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 396061 T3240 n:127.0.0.1:60040_hb%2For oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34821/hb/or",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 396102 T3211 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/cores/collection1
   [junit4]   2> 396103 T3211 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001
   [junit4]   2> 396104 T3211 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 396105 T3211 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@459cd738{/hb/or,null,AVAILABLE}
   [junit4]   2> 396105 T3211 oejs.AbstractConnector.doStart Started ServerConnector@36168e5{HTTP/1.1}{127.0.0.1:43851}
   [junit4]   2> 396105 T3211 oejs.Server.doStart Started @396975ms
   [junit4]   2> 396106 T3211 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/tempDir-001/jetty2, hostContext=/hb/or, solrconfig=solrconfig.xml, hostPort=43851, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/cores}
   [junit4]   2> 396106 T3211 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f57402b
   [junit4]   2> 396106 T3211 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/'
   [junit4]   2> 396114 T3211 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/solr.xml
   [junit4]   2> 396122 T3211 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/cores
   [junit4]   2> 396122 T3211 oasc.CoreContainer.<init> New CoreContainer 47941665
   [junit4]   2> 396122 T3211 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/]
   [junit4]   2> 396122 T3211 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/lib
   [junit4]   2> 396123 T3211 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/lib).
   [junit4]   2> 396127 T3211 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 396127 T3211 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 396128 T3211 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 396128 T3211 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 396128 T3211 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 396128 T3211 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41060/solr
   [junit4]   2> 396128 T3211 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 396129 T3211 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 396129 T3211 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 396130 T3286 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ebe8674 name:ZooKeeperConnection Watcher:127.0.0.1:41060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 396130 T3211 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 396130 T3211 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 396132 T3211 n:127.0.0.1:43851_hb%2For oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 396132 T3289 n:127.0.0.1:43851_hb%2For oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5fe7bd75 name:ZooKeeperConnection Watcher:127.0.0.1:41060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 396133 T3211 n:127.0.0.1:43851_hb%2For oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 396135 T3211 n:127.0.0.1:43851_hb%2For oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 396163 T3239 n:127.0.0.1:60040_hb%2For 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> 396163 T3250 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> 396163 T3267 n:127.0.0.1:34821_hb%2For 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> 396163 T3289 n:127.0.0.1:43851_hb%2For 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> 396211 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oasc.ZkController.register We are http://127.0.0.1:34821/hb/or/collection1/ and leader is http://127.0.0.1:34821/hb/or/collection1/
   [junit4]   2> 396212 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34821/hb/or
   [junit4]   2> 396212 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 396212 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 396212 T3272 n:127.0.0.1:34821_hb%2For c:collection1 s:shard1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 396213 T3239 n:127.0.0.1:60040_hb%2For oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 396213 T3240 n:127.0.0.1:60040_hb%2For oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34821_hb%2For",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34821/hb/or",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 396213 T3240 n:127.0.0.1:60040_hb%2For oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34821_hb%2For",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34821/hb/or",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 396315 T3289 n:127.0.0.1:43851_hb%2For 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> 396315 T3267 n:127.0.0.1:34821_hb%2For 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> 396315 T3250 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> 396315 T3239 n:127.0.0.1:60040_hb%2For 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> 397136 T3211 n:127.0.0.1:43851_hb%2For oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43851_hb%2For
   [junit4]   2> 397137 T3211 n:127.0.0.1:43851_hb%2For oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43851_hb%2For
   [junit4]   2> 397138 T3211 n:127.0.0.1:43851_hb%2For oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 397139 T3211 n:127.0.0.1:43851_hb%2For oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 397139 T3211 n:127.0.0.1:43851_hb%2For oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 397140 T3211 n:127.0.0.1:43851_hb%2For oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/cores
   [junit4]   2> 397141 T3211 n:127.0.0.1:43851_hb%2For oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/cores/collection1/, collection=collection1, schema=schema.xml, config=solrconfig.xml, dataDir=data/, name=collection1, shard=, coreNodeName=, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/cores/collection1, loadOnStartup=true, transient=false}
   [junit4]   2> 397141 T3211 n:127.0.0.1:43851_hb%2For oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-2-001/cores/collection1/
   [junit4]   2> 397141 T3211 n:127.0.0.1:43851_hb%2For oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 397141 T3290 n:127.0.0.1:43851_hb%2For c:collection1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 397142 T3290 n:127.0.0.1:43851_hb%2For c:collection1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 397142 T3290 n:127.0.0.1:43851_hb%2For oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 397142 T3239 n:127.0.0.1:60040_hb%2For oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 397142 T3240 n:127.0.0.1:60040_hb%2For oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:43851_hb%2For",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43851/hb/or",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 397143 T3240 n:127.0.0.1:60040_hb%2For oasco.ReplicaMutator.updateState Update state numShards=2 m

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

junit4]   2> 418823 T3391 n:127.0.0.1:35598_hb%2For oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@526bd741
   [junit4]   2> 418823 T3391 n:127.0.0.1:35598_hb%2For oasc.ZkController.unregisterConfListener removed listener for config directory [/configs/conf1]
   [junit4]   2> 418823 T3391 n:127.0.0.1:35598_hb%2For oasc.ZkController.unregisterConfListener No more listeners for config directory [/configs/conf1]
   [junit4]   2> 418824 T3391 n:127.0.0.1:35598_hb%2For oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=6,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=35,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=6701,transaction_logs_total_number=2}
   [junit4]   2> 418824 T3391 n:127.0.0.1:35598_hb%2For oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 418824 T3391 n:127.0.0.1:35598_hb%2For oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 418824 T3391 n:127.0.0.1:35598_hb%2For oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 418825 T3391 n:127.0.0.1:35598_hb%2For oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 418834 T3391 n:127.0.0.1:35598_hb%2For oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 418835 T3391 n:127.0.0.1:35598_hb%2For oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-4-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 418836 T3391 n:127.0.0.1:35598_hb%2For oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 418836 T3391 n:127.0.0.1:35598_hb%2For oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-4-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 418836 T3391 n:127.0.0.1:35598_hb%2For oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001/shard-4-001/cores/collection1/data
   [junit4]   2> 418837 T3211 oejs.AbstractConnector.doStop Stopped ServerConnector@7a5f9709{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 418838 T3211 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@3b982074{/hb/or,null,UNAVAILABLE}
   [junit4]   2> 418840 T3211 c:control_collection s:shard1 x:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:41060 41060
   [junit4]   2> 418869 T3212 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:41060 41060
   [junit4]   2> 418871 T3212 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		7	/solr/clusterstate.json
   [junit4]   2> 		7	/solr/aliases.json
   [junit4]   2> 		5	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		7	/solr/live_nodes
   [junit4]   2> 		5	/solr/overseer/collection-queue-work
   [junit4]   2> 		5	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.method=test -Dtests.seed=C554172D3388275A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_LB -Dtests.timezone=America/Chihuahua -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 26.7s J1 | BasicDistributedZkTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: commitWithin did not work on node: http://127.0.0.1:34821/hb/or/collection1 expected:<68> but was:<67>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C554172D3388275A:4D0028F79D744AA2]:0)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:344)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 418982 T3211 c:control_collection s:shard1 x:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest C554172D3388275A-001
   [junit4]   2> 26668 T3210 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=ar_LB, timezone=America/Chihuahua
   [junit4]   2> NOTE: Linux 3.13.0-53-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=12,threads=1,free=98014776,total=515899392
   [junit4]   2> NOTE: All tests run in this JVM: [SharedFSAutoReplicaFailoverUtilsTest, ClusterStateUpdateTest, DocExpirationUpdateProcessorFactoryTest, TestAnalyzeInfixSuggestions, TestAddFieldRealTimeGet, SolrCmdDistributorTest, TestSolrConfigHandler, TestFuzzyAnalyzedSuggestions, TestCoreContainer, StatelessScriptUpdateProcessorFactoryTest, SpellPossibilityIteratorTest, ScriptEngineTest, TestConfigSets, DocumentBuilderTest, EchoParamsTest, TestPHPSerializedResponseWriter, TestSearchPerf, DirectSolrConnectionTest, SliceStateTest, TestSolrQueryParserResource, DeleteInactiveReplicaTest, DocumentAnalysisRequestHandlerTest, TestFoldingMultitermQuery, TestMacros, TestAnalyzedSuggestions, SimpleMLTQParserTest, TestDistributedGrouping, RAMDirectoryFactoryTest, TestHdfsUpdateLog, TestLRUStatsCache, CopyFieldTest, ShardRoutingCustomTest, TestNoOpRegenerator, CacheHeaderTest, SpellingQueryConverterTest, TestCursorMarkWithoutUniqueKey, HdfsLockFactoryTest, AnalysisErrorHandlingTest, TestSchemaNameResource, PreAnalyzedUpdateProcessorTest, TestFastLRUCache, DocValuesMultiTest, TestCustomSort, SystemInfoHandlerTest, TestSolrCoreProperties, IndexSchemaRuntimeFieldTest, TestSerializedLuceneMatchVersion, DeleteShardTest, TestReqParamsAPI, TestInitQParser, TestSolrCloudWithKerberos, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestStressUserVersions, TestFastWriter, SolrPluginUtilsTest, FieldAnalysisRequestHandlerTest, DisMaxRequestHandlerTest, TestWriterPerf, TestStressVersions, VersionInfoTest, TestRTGBase, DistanceUnitsTest, AlternateDirectoryTest, TestNamedUpdateProcessors, TestRebalanceLeaders, DeleteReplicaTest, HdfsRecoverLeaseTest, TestSolrConfigHandlerConcurrent, OpenCloseCoreStressTest, TestSortingResponseWriter, AnalysisAfterCoreReloadTest, ReturnFieldsTest, TestRemoveLastDynamicCopyField, BJQParserTest, SolrTestCaseJ4Test, TestLMDirichletSimilarityFactory, DistanceFunctionTest, TestCoreDiscovery, TestJsonFacets, HdfsNNFailoverTest, DistributedVersionInfoTest, TestExactStatsCache, BasicDistributedZkTest]
   [junit4] Completed [181/496] on J1 in 26.94s, 1 test, 1 failure <<< FAILURES!

[...truncated 987 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:229: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:511: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1433: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:991: There were test failures: 496 suites, 1973 tests, 1 failure, 57 ignored (25 assumptions)

Total time: 47 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any