You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/12/13 01:03:24 UTC

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

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

1 tests failed.
FAILED:  org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:46901/solr/testSolrCloudCollection]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:46901/solr/testSolrCloudCollection]
	at __randomizedtesting.SeedInfo.seed([668AA2838FC4CD66:88591C530A28F782]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
	at org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:200)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:46901/solr/testSolrCloudCollection: Ping query caused exception: no servers hosting shard: shard1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 44 more




Build Log:
[...truncated 10365 lines...]
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001
   [junit4]   2> 639346 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 639346 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 639347 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 639347 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 639347 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 639347 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 639347 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 639364 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 639375 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 639398 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 639403 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 639529 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 639534 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 639535 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 639538 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 639539 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 639541 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 639541 WARN  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 639541 WARN  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 639541 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 639541 WARN  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 639541 WARN  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 639541 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 639541 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 639541 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 639541 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 639541 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 639541 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 317530868
   [junit4]   2> 639541 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 639542 WARN  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 639542 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 639542 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 639543 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 639543 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 639543 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 639543 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 639543 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, loadOnStartup=true, name=collection1, shard=shard1, config=solrconfig.xml, configSetProperties=configsetprops.json, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001, transient=false, collection=collection1}
   [junit4]   2> 639544 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 639544 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 639544 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 639544 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 639544 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 639561 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 639572 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 639594 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 639598 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 639726 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 639730 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 639731 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 639735 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 639736 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 639738 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 639738 WARN  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 639738 WARN  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 639738 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 639738 WARN  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 639738 WARN  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 639739 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 639739 INFO  (coreLoadExecutor-2127-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 639739 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 639739 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001/]
   [junit4]   2> 639739 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7a1b3866
   [junit4]   2> 639740 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001
   [junit4]   2> 639740 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001/index/
   [junit4]   2> 639740 WARN  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 639740 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001/index
   [junit4]   2> 639740 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=39.4501953125, floorSegmentMB=1.328125, forceMergeDeletesPctAllowed=16.55250506810447, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3373118941898514
   [junit4]   2> 639740 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2dad8d8f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d28beb6),segFN=segments_1,generation=1}
   [junit4]   2> 639740 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 639740 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001/
   [junit4]   2> 639743 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 639743 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 639743 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 639743 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 639743 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 639743 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 639743 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 639744 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 639744 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 639744 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 639744 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 639744 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 639745 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 639746 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 639747 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 639747 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 639750 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 639751 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /config,/admin/segments,/admin/system,defaults,spellCheckWithWordbreak,lazy,standard,/admin/mbeans,/mlt,/search-facet-invariants,tvrh,/update/json/docs,spellCheckCompRH_Direct,spellCheckWithWordbreak_Direct,/get,/admin/ping,mock,/admin/plugins,/debug/dump,dismax,/admin/threads,/admin/logging,spellCheckCompRH,/admin/properties,spellCheckCompRH1,/terms,/update/csv,/update,mltrh,/admin/file,/schema,/update/json,/admin/luke,/search-facet-def,/replication
   [junit4]   2> 639752 WARN  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 639752 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 639752 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 639752 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 639753 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 639753 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 639753 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 639753 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2dad8d8f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d28beb6),segFN=segments_1,generation=1}
   [junit4]   2> 639753 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 639753 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2eee9435[collection1] main
   [junit4]   2> 639754 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 639754 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 639754 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 639754 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 639792 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 640019 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 640019 INFO  (searcherExecutor-2128-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 640019 INFO  (searcherExecutor-2128-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 640019 INFO  (searcherExecutor-2128-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 640019 INFO  (searcherExecutor-2128-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 640019 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 640019 INFO  (searcherExecutor-2128-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 640019 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 640019 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 640019 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1520397354700636160
   [junit4]   2> 640020 INFO  (searcherExecutor-2128-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 640020 INFO  (searcherExecutor-2128-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 640020 INFO  (searcherExecutor-2128-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 640020 INFO  (searcherExecutor-2128-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 640021 INFO  (searcherExecutor-2128-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2eee9435[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 640021 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1520397354700636160
   [junit4]   2> 640021 INFO  (coreLoadExecutor-2127-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 640022 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 640025 INFO  (TEST-PingRequestHandlerTest.testGettingStatus-seed#[668AA2838FC4CD66]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGettingStatus
   [junit4]   2> 640027 INFO  (TEST-PingRequestHandlerTest.testGettingStatus-seed#[668AA2838FC4CD66]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGettingStatus
   [junit4]   2> 640028 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[668AA2838FC4CD66]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEnablingServer
   [junit4]   2> 640029 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 640029 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[668AA2838FC4CD66]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEnablingServer
   [junit4]   2> 640031 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
   [junit4]   2> 640040 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 640040 INFO  (Thread-2255) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 640040 INFO  (Thread-2255) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 640140 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.ZkTestServer start zk server on port:33551
   [junit4]   2> 640140 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640141 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640142 INFO  (zkCallback-572-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d13f74d name:ZooKeeperConnection Watcher:127.0.0.1:33551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640143 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640143 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640143 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 640145 INFO  (jetty-launcher-571-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 640145 INFO  (jetty-launcher-571-thread-4) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 640145 INFO  (jetty-launcher-571-thread-3) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 640145 INFO  (jetty-launcher-571-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 640145 INFO  (jetty-launcher-571-thread-5) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 640153 INFO  (jetty-launcher-571-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@eaeeaa2{/solr,null,AVAILABLE}
   [junit4]   2> 640153 INFO  (jetty-launcher-571-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@28c3c773{HTTP/1.1}{127.0.0.1:46901}
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-3) [    ] o.e.j.s.Server Started @641821ms
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32c7093a{/solr,null,AVAILABLE}
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=46901, hostContext=/solr}
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a623df8{/solr,null,AVAILABLE}
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3033b503
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@219409bd{/solr,null,AVAILABLE}
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node3'
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@7e0b6883{HTTP/1.1}{127.0.0.1:57559}
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@1efab11b{HTTP/1.1}{127.0.0.1:60636}
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-2) [    ] o.e.j.s.Server Started @641821ms
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-1) [    ] o.e.j.s.Server Started @641821ms
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60636}
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c817380{/solr,null,AVAILABLE}
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@1294732e{HTTP/1.1}{127.0.0.1:59440}
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-5) [    ] o.e.j.s.Server Started @641822ms
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3033b503
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59440}
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node1'
   [junit4]   2> 640154 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57559}
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@26379a3b{HTTP/1.1}{127.0.0.1:51913}
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3033b503
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-4) [    ] o.e.j.s.Server Started @641822ms
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node5'
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=51913, hostContext=/solr}
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3033b503
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node2'
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3033b503
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node4'
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640155 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 640156 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 640156 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640156 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 640156 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640156 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640156 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640156 INFO  (zkCallback-573-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6e135f74 name:ZooKeeperConnection Watcher:127.0.0.1:33551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640156 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640156 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640156 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640156 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640156 INFO  (zkCallback-574-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ae65209 name:ZooKeeperConnection Watcher:127.0.0.1:33551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640157 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640157 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640157 INFO  (zkCallback-575-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@283b17c6 name:ZooKeeperConnection Watcher:127.0.0.1:33551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640157 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640157 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 640157 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640157 INFO  (zkCallback-576-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7fdc436b name:ZooKeeperConnection Watcher:127.0.0.1:33551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640157 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640157 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 640157 INFO  (zkCallback-577-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7097bbb8 name:ZooKeeperConnection Watcher:127.0.0.1:33551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640157 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 640157 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640157 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640157 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640158 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 640158 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 640169 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node4/.
   [junit4]   2> 640169 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1811280743
   [junit4]   2> 640169 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node4]
   [junit4]   2> 640169 WARN  (jetty-launcher-571-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node4/lib
   [junit4]   2> 640169 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 640170 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 640171 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 640171 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 640171 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33551/solr
   [junit4]   2> 640171 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 640171 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640171 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node2/.
   [junit4]   2> 640172 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node1/.
   [junit4]   2> 640172 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node5/.
   [junit4]   2> 640172 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15198956b5c0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 640172 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node3/.
   [junit4]   2> 640172 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640172 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 945492975
   [junit4]   2> 640172 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 97586931
   [junit4]   2> 640172 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1103071293
   [junit4]   2> 640172 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15198956b5c0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 640172 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 699240411
   [junit4]   2> 640173 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node1]
   [junit4]   2> 640173 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node2]
   [junit4]   2> 640172 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node5]
   [junit4]   2> 640172 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node3]
   [junit4]   2> 640173 WARN  (jetty-launcher-571-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node5/lib
   [junit4]   2> 640173 WARN  (jetty-launcher-571-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node3/lib
   [junit4]   2> 640173 WARN  (jetty-launcher-571-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node1/lib
   [junit4]   2> 640173 WARN  (jetty-launcher-571-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node2/lib
   [junit4]   2> 640173 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 640173 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 640173 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 640173 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 640173 INFO  (zkCallback-579-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bdd1b8d name:ZooKeeperConnection Watcher:127.0.0.1:33551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640173 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640174 INFO  (jetty-launcher-571-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640174 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 640174 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 640174 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 640174 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 640174 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 640174 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 640174 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 640174 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33551/solr
   [junit4]   2> 640174 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 640175 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 640175 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 640175 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 640175 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 640175 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 640175 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640175 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33551/solr
   [junit4]   2> 640175 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33551/solr
   [junit4]   2> 640175 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 640176 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 640176 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640176 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640176 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640175 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33551/solr
   [junit4]   2> 640175 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640176 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 640176 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640176 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640176 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640176 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640176 INFO  (zkCallback-584-thread-1-processing-n:127.0.0.1:51913_solr) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@561c82c4 name:ZooKeeperConnection Watcher:127.0.0.1:33551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640176 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640176 INFO  (zkCallback-585-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@aab3df3 name:ZooKeeperConnection Watcher:127.0.0.1:33551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640177 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640177 INFO  (zkCallback-586-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@41704828 name:ZooKeeperConnection Watcher:127.0.0.1:33551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640177 INFO  (jetty-launcher-571-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640177 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640177 INFO  (zkCallback-587-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5c6e8025 name:ZooKeeperConnection Watcher:127.0.0.1:33551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640177 INFO  (jetty-launcher-571-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640177 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640177 INFO  (zkCallback-588-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7a0b20ae name:ZooKeeperConnection Watcher:127.0.0.1:33551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640177 INFO  (jetty-launcher-571-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640177 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 640177 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640177 INFO  (jetty-launcher-571-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640177 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640178 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640178 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15198956b5c000b, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 640179 INFO  (zkCallback-589-thread-1-processing-n:127.0.0.1:60636_solr) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@50a4b365 name:ZooKeeperConnection Watcher:127.0.0.1:33551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640179 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640179 INFO  (zkCallback-590-thread-1-processing-n:127.0.0.1:59440_solr) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@798a6e99 name:ZooKeeperConnection Watcher:127.0.0.1:33551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640179 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 640179 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640179 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640179 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640180 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 640180 INFO  (zkCallback-591-thread-1-processing-n:127.0.0.1:57559_solr) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4f0ddd85 name:ZooKeeperConnection Watcher:127.0.0.1:33551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640180 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640180 INFO  (zkCallback-592-thread-1-processing-n:127.0.0.1:46901_solr) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5fe59622 name:ZooKeeperConnection Watcher:127.0.0.1:33551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640180 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640181 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 640181 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 640181 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 640182 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 640182 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 640182 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 640182 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 640182 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 640184 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 640184 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 640184 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 640184 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 640184 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 640185 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 640185 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 640185 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 640185 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 640185 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 640185 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 640185 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 640185 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 640185 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 640185 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 640186 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 640186 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 640186 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 640186 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 640186 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 640187 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 640187 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 640187 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 640187 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 640187 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 640187 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 640187 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 640187 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 640187 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 640187 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 640188 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60636_solr
   [junit4]   2> 640188 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51913_solr
   [junit4]   2> 640188 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46901_solr
   [junit4]   2> 640188 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59440_solr
   [junit4]   2> 640188 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57559_solr
   [junit4]   2> 640188 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60636_solr
   [junit4]   2> 640188 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51913_solr
   [junit4]   2> 640188 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46901_solr
   [junit4]   2> 640188 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:59440_solr
   [junit4]   2> 640188 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57559_solr
   [junit4]   2> 640189 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 640189 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 640189 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 640189 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 640189 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 640189 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 640189 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 640190 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 640190 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 640190 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 640190 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 640190 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 640190 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 640190 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 640190 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95024834670231564-127.0.0.1:60636_solr-n_0000000000
   [junit4]   2> 640190 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95024834670231559-127.0.0.1:51913_solr-n_0000000001
   [junit4]   2> 640190 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95024834670231567-127.0.0.1:46901_solr-n_0000000002
   [junit4]   2> 640191 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95024834670231565-127.0.0.1:59440_solr-n_0000000003
   [junit4]   2> 640191 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60636_solr
   [junit4]   2> 640191 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 640191 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95024834670231564-127.0.0.1:60636_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 640191 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 640191 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95024834670231559-127.0.0.1:51913_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 640191 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 640191 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95024834670231567-127.0.0.1:46901_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 640191 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 640191 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.Overseer Overseer (id=95024834670231564-127.0.0.1:60636_solr-n_0000000000) starting
   [junit4]   2> 640192 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 640192 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95024834670231566-127.0.0.1:57559_solr-n_0000000004
   [junit4]   2> 640192 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 640192 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95024834670231565-127.0.0.1:59440_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 640192 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 640195 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 640196 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 640196 INFO  (OverseerCollectionConfigSetProcessor-95024834670231564-127.0.0.1:60636_solr-n_0000000000) [n:127.0.0.1:60636_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 640196 INFO  (OverseerStateUpdate-95024834670231564-127.0.0.1:60636_solr-n_0000000000) [n:127.0.0.1:60636_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 640202 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 640202 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 640203 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node3/.
   [junit4]   2> 640203 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 640203 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 640204 INFO  (jetty-launcher-571-thread-3) [n:127.0.0.1:46901_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 640209 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 640209 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 640210 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node5/.
   [junit4]   2> 640210 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 640211 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 640211 INFO  (jetty-launcher-571-thread-5) [n:127.0.0.1:59440_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 640212 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 640212 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 640212 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node1/.
   [junit4]   2> 640213 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 640213 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 640213 INFO  (jetty-launcher-571-thread-1) [n:127.0.0.1:60636_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 640215 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 640215 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 640216 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node4/.
   [junit4]   2> 640216 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 640216 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 640216 INFO  (jetty-launcher-571-thread-4) [n:127.0.0.1:51913_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 640232 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 640232 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 640232 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/tempDir-001/node2/.
   [junit4]   2> 640232 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 640233 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 640233 INFO  (jetty-launcher-571-thread-2) [n:127.0.0.1:57559_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 640233 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640234 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640235 INFO  (zkCallback-593-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4036fed6 name:ZooKeeperConnection Watcher:127.0.0.1:33551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640235 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640235 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640236 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 640236 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 640237 INFO  (zkCallback-595-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6118a554 name:ZooKeeperConnection Watcher:127.0.0.1:33551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 640237 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 640237 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 640238 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 640239 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 640240 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 640240 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 640241 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 640241 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-legacy.xml
   [junit4]   2> 640242 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 640244 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 640244 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 640245 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 640245 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 640246 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 640246 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 640247 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 640248 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-collapseqparser.xml
   [junit4]   2> 640248 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[668AA28

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

solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:46901/solr/testSolrCloudCollection]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([668AA2838FC4CD66:88591C530A28F782]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
   [junit4]    > 	at org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:200)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:46901/solr/testSolrCloudCollection: Ping query caused exception: no servers hosting shard: shard1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	... 44 more
   [junit4]   2> 644671 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingWithNoHealthCheck
   [junit4]   2> 644672 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 644672 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml&action=ping} hits=0 status=0 QTime=0
   [junit4]   2> 644672 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[668AA2838FC4CD66]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPingWithNoHealthCheck
   [junit4]   2> 644674 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[668AA2838FC4CD66]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionRaisesException
   [junit4]   2> 644674 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[668AA2838FC4CD66]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionRaisesException
   [junit4]   2> 644677 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[668AA2838FC4CD66]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDisablingServer
   [junit4]   2> 644677 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[668AA2838FC4CD66]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 644677 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[668AA2838FC4CD66]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDisablingServer
   [junit4]   2> 644677 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 644677 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=317530868
   [junit4]   2> 644678 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@70269a6f
   [junit4]   2> 644678 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 644678 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 644678 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 644678 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 644679 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 644687 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 644687 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 644687 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001/index
   [junit4]   2> 644688 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001;done=false>>]
   [junit4]   2> 644688 INFO  (SUITE-PingRequestHandlerTest-seed#[668AA2838FC4CD66]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_668AA2838FC4CD66-001
   [junit4]   2> Dec 12, 2015 11:45:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {}, docValues:{}, sim=DefaultSimilarity, locale=ru_RU, timezone=MET
   [junit4]   2> NOTE: Linux 3.19.0-37-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=12,threads=1,free=245167760,total=468713472
   [junit4]   2> NOTE: All tests run in this JVM: [EchoParamsTest, FileBasedSpellCheckerTest, TestConfigReload, ForceLeaderTest, TestHighlightDedupGrouping, QueryEqualityTest, PreAnalyzedFieldTest, DistributedDebugComponentTest, InfoHandlerTest, UUIDUpdateProcessorFallbackTest, TestRestManager, LeaderElectionIntegrationTest, AddBlockUpdateTest, LeaderInitiatedRecoveryOnCommitTest, TestSolr4Spatial, CollectionTooManyReplicasTest, TestMiniSolrCloudCluster, VersionInfoTest, HdfsNNFailoverTest, RAMDirectoryFactoryTest, ParsingFieldUpdateProcessorsTest, IndexSchemaTest, HdfsDirectoryFactoryTest, TestLRUCache, TestCopyFieldCollectionResource, TestManagedSchemaFieldResource, TestSortingResponseWriter, DistributedSpellCheckComponentTest, SolrCoreTest, OutputWriterTest, TestSolrCLIRunExample, TestMiniSolrCloudClusterSSL, ReplicationFactorTest, TestReplicationHandler, AsyncMigrateRouteKeyTest, DefaultValueUpdateProcessorTest, TestBinaryField, PingRequestHandlerTest]
   [junit4] Completed [179/555 (1!)] on J0 in 5.86s, 6 tests, 1 error <<< FAILURES!

[...truncated 1189 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:794: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:738: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:526: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1456: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1010: There were test failures: 555 suites (7 ignored), 2192 tests, 1 error, 82 ignored (38 assumptions) [seed: 668AA2838FC4CD66]

Total time: 51 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any