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 2016/02/15 13:46:20 UTC

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_72) - Build # 5487 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/5487/
Java: 64bit/jdk1.8.0_72 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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:59560/solr/testSolrCloudCollection]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:59560/solr/testSolrCloudCollection]
	at __randomizedtesting.SeedInfo.seed([CDE68674B107DC8:E20DD6B7CEFC472C]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1099)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59560/solr/testSolrCloudCollection: Ping query caused exception: no servers hosting shard: shard2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
	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 11804 lines...]
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001
   [junit4]   2> 1983153 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1983154 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1983154 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1983154 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1983154 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1983154 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1983154 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1983195 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1983201 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.6.0
   [junit4]   2> 1983216 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1983219 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1983287 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1983294 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1983295 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1983298 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1983300 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1983301 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1983301 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1983302 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1983302 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1983302 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr'
   [junit4]   2> 1983302 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1983302 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1983302 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 515775132
   [junit4]   2> 1983302 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr]
   [junit4]   2> 1983302 WARN  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 1983303 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-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> 1983306 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1983306 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1983306 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1983306 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1983306 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1983307 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001, shard=shard1}
   [junit4]   2> 1983308 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1983308 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1983308 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1983309 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1983309 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1983330 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1983337 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.6.0
   [junit4]   2> 1983351 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1983355 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1983417 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1983420 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1983421 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1983425 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1983427 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1983435 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1983435 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1983441 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 1983441 INFO  (coreLoadExecutor-5749-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1983441 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1983442 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\]
   [junit4]   2> 1983442 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@48a8a232
   [junit4]   2> 1983442 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\
   [junit4]   2> 1983442 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\index/
   [junit4]   2> 1983442 WARN  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 1983442 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\index
   [junit4]   2> 1983443 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=33.85546875, floorSegmentMB=0.865234375, forceMergeDeletesPctAllowed=24.86231082307163, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3453463583903027
   [junit4]   2> 1983443 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fe65880 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37e0bbf4),segFN=segments_1,generation=1}
   [junit4]   2> 1983443 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1983446 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1983446 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1983446 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1983446 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1983446 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1983446 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1983446 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1983447 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1983447 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1983447 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1983447 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1983447 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1983447 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\
   [junit4]   2> 1983451 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1983453 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1983454 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1983455 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1983457 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1983458 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1983458 WARN  (coreLoadExecutor-5749-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> 1983459 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1983460 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1983460 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1983461 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1983461 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1983461 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=56.6376953125, floorSegmentMB=1.642578125, forceMergeDeletesPctAllowed=7.608623976572226, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45545298483852104
   [junit4]   2> 1983461 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fe65880 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37e0bbf4),segFN=segments_1,generation=1}
   [junit4]   2> 1983461 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1983461 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@74869b23[collection1] main
   [junit4]   2> 1983461 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1983461 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1983462 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1983462 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1983492 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1983713 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1983714 INFO  (searcherExecutor-5750-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1983714 INFO  (searcherExecutor-5750-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1983714 INFO  (searcherExecutor-5750-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1983714 INFO  (searcherExecutor-5750-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1983714 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1983714 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1983714 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1983714 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1526243364973838336
   [junit4]   2> 1983715 INFO  (searcherExecutor-5750-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1983715 INFO  (searcherExecutor-5750-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1983716 INFO  (searcherExecutor-5750-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1983716 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1526243364973838336
   [junit4]   2> 1983717 INFO  (searcherExecutor-5750-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1983717 INFO  (coreLoadExecutor-5749-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1983718 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1983719 INFO  (searcherExecutor-5750-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1983720 INFO  (searcherExecutor-5750-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@74869b23[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1983720 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingWithNoHealthCheck
   [junit4]   2> 1983727 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=5
   [junit4]   2> 1983727 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={action=ping&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1983727 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPingWithNoHealthCheck
   [junit4]   2> 1983729 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[CDE68674B107DC8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDisablingServer
   [junit4]   2> 1983729 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[CDE68674B107DC8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1983730 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[CDE68674B107DC8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDisablingServer
   [junit4]   2> 1983733 INFO  (TEST-PingRequestHandlerTest.testGettingStatus-seed#[CDE68674B107DC8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGettingStatus
   [junit4]   2> 1983734 INFO  (TEST-PingRequestHandlerTest.testGettingStatus-seed#[CDE68674B107DC8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGettingStatus
   [junit4]   2> 1983736 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
   [junit4]   2> 1983737 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1983737 INFO  (Thread-4557) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1983738 INFO  (Thread-4557) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1983829 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.ZkTestServer start zk server on port:59551
   [junit4]   2> 1983829 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983830 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983837 INFO  (zkCallback-2103-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@44d9c268 name:ZooKeeperConnection Watcher:127.0.0.1:59551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983838 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983838 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983838 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1983842 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 0x152e4e410bd0000, 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> 1983848 INFO  (jetty-launcher-2102-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1983853 INFO  (jetty-launcher-2102-thread-4) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1983854 INFO  (jetty-launcher-2102-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1983860 INFO  (jetty-launcher-2102-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@617459e3{/solr,null,AVAILABLE}
   [junit4]   2> 1983863 INFO  (jetty-launcher-2102-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@192ac980{HTTP/1.1}{127.0.0.1:59555}
   [junit4]   2> 1983863 INFO  (jetty-launcher-2102-thread-3) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1983863 INFO  (jetty-launcher-2102-thread-2) [    ] o.e.j.s.Server Started @1991817ms
   [junit4]   2> 1983863 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59555}
   [junit4]   2> 1983863 INFO  (jetty-launcher-2102-thread-5) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1983863 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1983864 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node1'
   [junit4]   2> 1983864 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1983864 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1983865 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983866 INFO  (jetty-launcher-2102-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21927c20{/solr,null,AVAILABLE}
   [junit4]   2> 1983867 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983867 INFO  (jetty-launcher-2102-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a6cc08a{/solr,null,AVAILABLE}
   [junit4]   2> 1983870 INFO  (jetty-launcher-2102-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@4a60e3f0{HTTP/1.1}{127.0.0.1:59563}
   [junit4]   2> 1983870 INFO  (zkCallback-2104-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@141b1ab1 name:ZooKeeperConnection Watcher:127.0.0.1:59551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983870 INFO  (jetty-launcher-2102-thread-4) [    ] o.e.j.s.Server Started @1991825ms
   [junit4]   2> 1983871 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59563}
   [junit4]   2> 1983870 INFO  (jetty-launcher-2102-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@1ded62ef{HTTP/1.1}{127.0.0.1:59560}
   [junit4]   2> 1983871 INFO  (jetty-launcher-2102-thread-3) [    ] o.e.j.s.Server Started @1991825ms
   [junit4]   2> 1983871 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59560}
   [junit4]   2> 1983871 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1983871 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node3'
   [junit4]   2> 1983871 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1983871 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node4'
   [junit4]   2> 1983871 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983872 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1983872 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1983872 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983871 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1983872 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1983873 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983873 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983874 INFO  (jetty-launcher-2102-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6991f92d{/solr,null,AVAILABLE}
   [junit4]   2> 1983874 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1983875 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983875 INFO  (jetty-launcher-2102-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@230d7b3b{HTTP/1.1}{127.0.0.1:59571}
   [junit4]   2> 1983875 INFO  (jetty-launcher-2102-thread-1) [    ] o.e.j.s.Server Started @1991831ms
   [junit4]   2> 1983875 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59571}
   [junit4]   2> 1983875 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1983875 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node2'
   [junit4]   2> 1983876 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1983876 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1983877 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983877 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983881 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983884 INFO  (jetty-launcher-2102-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56765c30{/solr,null,AVAILABLE}
   [junit4]   2> 1983886 INFO  (jetty-launcher-2102-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@7b862aff{HTTP/1.1}{127.0.0.1:59578}
   [junit4]   2> 1983886 INFO  (jetty-launcher-2102-thread-5) [    ] o.e.j.s.Server Started @1991842ms
   [junit4]   2> 1983886 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59578}
   [junit4]   2> 1983886 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1983887 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node5'
   [junit4]   2> 1983887 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1983887 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 1983888 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983891 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983899 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node1\.
   [junit4]   2> 1983900 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1226896615
   [junit4]   2> 1983900 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node1]
   [junit4]   2> 1983900 WARN  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node1\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node1\lib
   [junit4]   2> 1983900 INFO  (jetty-launcher-2102-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> 1983901 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1983902 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1983902 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1983902 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59551/solr
   [junit4]   2> 1983902 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1983902 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983904 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983905 INFO  (zkCallback-2107-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f3b41ca name:ZooKeeperConnection Watcher:127.0.0.1:59551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983906 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983906 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983908 INFO  (zkCallback-2108-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d470aa0 name:ZooKeeperConnection Watcher:127.0.0.1:59551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983908 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983908 INFO  (zkCallback-2105-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4908a3c8 name:ZooKeeperConnection Watcher:127.0.0.1:59551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983908 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983908 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983909 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983909 INFO  (zkCallback-2106-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@192bb0c0 name:ZooKeeperConnection Watcher:127.0.0.1:59551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983909 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983909 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983910 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1983910 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1983910 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1983911 INFO  (zkCallback-2111-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12031eb8 name:ZooKeeperConnection Watcher:127.0.0.1:59551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983911 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983911 INFO  (jetty-launcher-2102-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983911 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1983938 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 0x152e4e410bd0005, 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> 1983938 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node2\.
   [junit4]   2> 1983939 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 2147164663
   [junit4]   2> 1983939 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node5\.
   [junit4]   2> 1983939 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 1185874667
   [junit4]   2> 1983939 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node5]
   [junit4]   2> 1983939 WARN  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node5\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node5\lib
   [junit4]   2> 1983939 INFO  (jetty-launcher-2102-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> 1983940 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1983941 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1983941 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1983942 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59551/solr
   [junit4]   2> 1983942 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node4\.
   [junit4]   2> 1983942 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 754600300
   [junit4]   2> 1983942 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node4]
   [junit4]   2> 1983942 WARN  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node4\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node4\lib
   [junit4]   2> 1983942 INFO  (jetty-launcher-2102-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> 1983939 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node2]
   [junit4]   2> 1983943 WARN  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node2\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node2\lib
   [junit4]   2> 1983943 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1983942 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1983943 INFO  (jetty-launcher-2102-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> 1983943 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983944 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1983944 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1983944 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59551/solr
   [junit4]   2> 1983944 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1983944 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983944 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983944 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1983944 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983945 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1983945 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1983945 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59551/solr
   [junit4]   2> 1983945 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1983946 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983946 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983947 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983953 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node3\.
   [junit4]   2> 1983953 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1140326363
   [junit4]   2> 1983953 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node3]
   [junit4]   2> 1983953 WARN  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node3\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node3\lib
   [junit4]   2> 1983953 INFO  (jetty-launcher-2102-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> 1983955 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1983955 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1983956 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1983956 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59551/solr
   [junit4]   2> 1983956 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1983956 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983957 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983958 INFO  (zkCallback-2118-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f22dd80 name:ZooKeeperConnection Watcher:127.0.0.1:59551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983958 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983958 INFO  (zkCallback-2112-thread-1-processing-n:127.0.0.1:59555_solr) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3855e238 name:ZooKeeperConnection Watcher:127.0.0.1:59551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983958 INFO  (jetty-launcher-2102-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983958 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983960 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1983962 INFO  (zkCallback-2124-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@36b9c441 name:ZooKeeperConnection Watcher:127.0.0.1:59551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983962 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983963 INFO  (jetty-launcher-2102-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983963 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983963 INFO  (zkCallback-2117-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c5a9260 name:ZooKeeperConnection Watcher:127.0.0.1:59551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983963 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983963 INFO  (jetty-launcher-2102-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983965 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 0x152e4e410bd000a, 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> 1983966 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983966 INFO  (zkCallback-2121-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d9f91fc name:ZooKeeperConnection Watcher:127.0.0.1:59551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983966 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983966 INFO  (jetty-launcher-2102-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983969 INFO  (zkCallback-2125-thread-1-processing-n:127.0.0.1:59560_solr) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@be3afa7 name:ZooKeeperConnection Watcher:127.0.0.1:59551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983969 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983975 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1983975 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983975 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983978 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1983979 INFO  (zkCallback-2126-thread-1-processing-n:127.0.0.1:59563_solr) [n:127.0.0.1:59563_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@73a073ca name:ZooKeeperConnection Watcher:127.0.0.1:59551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983980 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983980 INFO  (zkCallback-2127-thread-1-processing-n:127.0.0.1:59571_solr) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@49fa37b4 name:ZooKeeperConnection Watcher:127.0.0.1:59551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983980 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983985 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1983986 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1983987 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1983987 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1983988 INFO  (zkCallback-2128-thread-1-processing-n:127.0.0.1:59578_solr) [n:127.0.0.1:59578_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67d4f6b6 name:ZooKeeperConnection Watcher:127.0.0.1:59551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983989 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983991 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1983991 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1983993 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1983993 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1983996 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1983997 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1983998 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1984001 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1984001 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1984004 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1984004 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1984004 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1984005 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1984011 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1984011 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1984011 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1984011 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1984011 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1984013 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1984014 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1984014 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1984015 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1984016 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1984016 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1984016 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1984017 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59578_solr
   [junit4]   2> 1984017 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59560_solr
   [junit4]   2> 1984017 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59563_solr
   [junit4]   2> 1984018 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59555_solr
   [junit4]   2> 1984018 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59571_solr
   [junit4]   2> 1984018 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:59578_solr
   [junit4]   2> 1984019 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:59560_solr
   [junit4]   2> 1984019 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:59571_solr
   [junit4]   2> 1984019 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:59555_solr
   [junit4]   2> 1984020 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:59563_solr
   [junit4]   2> 1984021 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1984021 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1984022 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1984024 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1984025 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1984025 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1984025 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1984025 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1984027 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1984027 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1984027 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1984027 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1984027 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1984028 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95390210312699916-127.0.0.1:59560_solr-n_0000000000
   [junit4]   2> 1984028 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95390210312699912-127.0.0.1:59555_solr-n_0000000001
   [junit4]   2> 1984028 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95390210312699918-127.0.0.1:59571_solr-n_0000000002
   [junit4]   2> 1984028 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95390210312699917-127.0.0.1:59563_solr-n_0000000004
   [junit4]   2> 1984028 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95390210312699919-127.0.0.1:59578_solr-n_0000000003
   [junit4]   2> 1984028 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59560_solr
   [junit4]   2> 1984028 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1984029 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95390210312699916-127.0.0.1:59560_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1984029 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95390210312699912-127.0.0.1:59555_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1984029 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1984029 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1984029 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95390210312699919-127.0.0.1:59578_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1984029 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1984029 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95390210312699918-127.0.0.1:59571_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1984029 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1984029 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.Overseer Overseer (id=95390210312699916-127.0.0.1:59560_solr-n_0000000000) starting
   [junit4]   2> 1984033 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1984050 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1984050 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1984063 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node1\.
   [junit4]   2> 1984064 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1984073 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1984074 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1984077 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1984077 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node3\.
   [junit4]   2> 1984077 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1984077 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node2\.
   [junit4]   2> 1984078 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1984079 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1984080 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1984080 INFO  (jetty-launcher-2102-thread-4) [n:127.0.0.1:59563_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1984080 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1984080 INFO  (jetty-launcher-2102-thread-2) [n:127.0.0.1:59555_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1984087 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1984087 INFO  (jetty-launcher-2102-thread-1) [n:127.0.0.1:59571_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1984087 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1984087 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1984093 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node5\.
   [junit4]   2> 1984094 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1984095 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1984095 INFO  (jetty-launcher-2102-thread-5) [n:127.0.0.1:59578_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1984097 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1984098 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1984099 INFO  (OverseerStateUpdate-95390210312699916-127.0.0.1:59560_solr-n_0000000000) [n:127.0.0.1:59560_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1984115 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1984115 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1984116 INFO  (OverseerCollectionConfigSetProcessor-95390210312699916-127.0.0.1:59560_solr-n_0000000000) [n:127.0.0.1:59560_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1984117 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\tempDir-001\node4\.
   [junit4]   2> 1984117 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1984118 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1984118 INFO  (jetty-launcher-2102-thread-3) [n:127.0.0.1:59560_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1984118 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1984120 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984121 INFO  (zkCallback-2129-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3729d3e9 name:ZooKeeperConnection Watcher:127.0.0.1:59551 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984122 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984122 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1984125 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1984126 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1984127 INFO  (zkCallback-2131-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1403537b name:ZooKeeperConnection Watcher:127.0.0.1:59551/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1984127 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1984127 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1984129 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/addfields.updateprocessor.js
   [junit4]   2> 1984130 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 1984131 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 1984132 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
   [junit4]   2> 1984133 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 1984135 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mpf-solrconfig.xml
   [junit4]   2> 1984136 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 1984141 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 1984143 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 1984144 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 1984145 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 1984147 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 1984148 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 1984149 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-multivalued.xml
   [junit4]   2> 1984150 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 1984157 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[CDE68674B107DC8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
   [junit4]   2> 1984159 INFO  (TEST-PingRequestHandlerTest.testPin

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

app=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1991310 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[CDE68674B107DC8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEnablingServer
   [junit4]   2> 1991312 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[CDE68674B107DC8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionRaisesException
   [junit4]   2> 1991313 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[CDE68674B107DC8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionRaisesException
   [junit4]   2> 1991314 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1991314 INFO  (SUITE-PingRequestHandlerTest-seed#[CDE68674B107DC8]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=515775132
   [junit4]   2> 1991315 INFO  (coreCloseExecutor-5810-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7cc04a81
   [junit4]   2> 1991316 INFO  (coreCloseExecutor-5810-thread-1) [    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> 1991316 INFO  (coreCloseExecutor-5810-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1991316 INFO  (coreCloseExecutor-5810-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1991316 INFO  (coreCloseExecutor-5810-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1991317 INFO  (coreCloseExecutor-5810-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1991325 INFO  (coreCloseExecutor-5810-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1991325 INFO  (coreCloseExecutor-5810-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 1991326 INFO  (coreCloseExecutor-5810-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\index
   [junit4]   2> 1991326 INFO  (coreCloseExecutor-5810-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\;done=false>>]
   [junit4]   2> 1991326 INFO  (coreCloseExecutor-5810-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001\init-core-data-001\
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_CDE68674B107DC8-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=es-NI, timezone=Eire
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=281282128,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest, TestAuthorizationFramework, MultiThreadedOCPTest, TestLFUCache, HdfsDirectoryFactoryTest, TestCloudManagedSchema, TestRawResponseWriter, OverseerTest, RequiredFieldsTest, BasicAuthIntegrationTest, BlockDirectoryTest, TestIntervalFaceting, RecoveryZkTest, RequestLoggingTest, TestExclusionRuleCollectionAccess, SolrTestCaseJ4Test, AssignTest, TestConfigOverlay, TestShortCircuitedRequests, TestNamedUpdateProcessors, ChaosMonkeyNothingIsSafeTest, TestDistributedSearch, CollectionTooManyReplicasTest, TestNonDefinedSimilarityFactory, TestMinMaxOnMultiValuedField, TestSolrDeletionPolicy1, RulesTest, PreAnalyzedFieldTest, JsonLoaderTest, BadComponentTest, TestCSVLoader, ExplicitHLLTest, CurrencyFieldXmlFileTest, QueryEqualityTest, URLClassifyProcessorTest, AnalysisAfterCoreReloadTest, TestAnalyzeInfixSuggestions, SimplePostToolTest, TestSolrConfigHandlerCloud, DataDrivenBlockJoinTest, TestSchemaVersionResource, TestMergePolicyConfig, HdfsWriteToMultipleCollectionsTest, AtomicUpdatesTest, TestPivotHelperCode, TestEmbeddedSolrServerConstructors, DOMUtilTest, SystemInfoHandlerTest, DistributedSpellCheckComponentTest, TestNRTOpen, SchemaVersionSpecificBehaviorTest, ActionThrottleTest, ChangedSchemaMergeTest, TestLMDirichletSimilarityFactory, HdfsChaosMonkeyNothingIsSafeTest, TestReloadDeadlock, HighlighterTest, TestReqParamsAPI, HdfsDirectoryTest, TestSchemaResource, TestConfigReload, DistributedQueryElevationComponentTest, DistributedFacetPivotLargeTest, TriLevelCompositeIdRoutingTest, TestFastLRUCache, TestCloudSchemaless, RegexBoostProcessorTest, TestSortByMinMaxFunction, TestArbitraryIndexDir, StatelessScriptUpdateProcessorFactoryTest, SSLMigrationTest, TestSolrQueryResponse, TestRequestForwarding, DistribDocExpirationUpdateProcessorTest, DeleteInactiveReplicaTest, DirectUpdateHandlerTest, LeaderFailoverAfterPartitionTest, SecurityConfHandlerTest, CloudMLTQParserTest, TestHashPartitioner, TestRemoteStreaming, TestClusterStateMutator, UUIDFieldTest, TestAnalyzedSuggestions, TestRemoveLastDynamicCopyField, HLLSerializationTest, ForceLeaderTest, TestSolr4Spatial2, TestClassNameShortening, XsltUpdateRequestHandlerTest, TestManagedResource, TestManagedSchemaFieldResource, TestNoOpRegenerator, RankQueryTest, TestShardHandlerFactory, HdfsCollectionsAPIDistributedZkTest, SuggesterFSTTest, TestHighlightDedupGrouping, ZkStateWriterTest, TestXIncludeConfig, TestReRankQParserPlugin, StandardRequestHandlerTest, TestMaxScoreQueryParser, FacetPivotSmallTest, SampleTest, TestFileDictionaryLookup, TestInfoStreamLogging, TestComponentsName, IndexBasedSpellCheckerTest, DistributedDebugComponentTest, TestRestManager, SharedFSAutoReplicaFailoverUtilsTest, DirectoryFactoryTest, TestDFRSimilarityFactory, FastVectorHighlighterTest, TestFaceting, HdfsBasicDistributedZk2Test, TestTestInjection, DocValuesTest, TestCustomSort, SyncSliceTest, DocumentAnalysisRequestHandlerTest, ConnectionManagerTest, SolrCloudExampleTest, TestCursorMarkWithoutUniqueKey, SliceStateTest, TestDistributedStatsComponentCardinality, OverriddenZkACLAndCredentialsProvidersTest, DocExpirationUpdateProcessorFactoryTest, CleanupOldIndexTest, SuggestComponentContextFilterQueryTest, XmlUpdateRequestHandlerTest, TestJmxIntegration, DistanceUnitsTest, TestExtendedDismaxParser, TestReplicationHandler, TestRandomFaceting, ZkSolrClientTest, ZkCLITest, TestStressReorder, TestReload, HardAutoCommitTest, TestCoreContainer, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, TestBadConfig, TestIndexSearcher, SolrIndexSplitterTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SolrRequestParserTest, SpatialFilterTest, NoCacheHeaderTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DocValuesMultiTest, DistanceFunctionTest, DisMaxRequestHandlerTest, PrimitiveFieldTypeTest, TermsComponentTest, DocumentBuilderTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, ReturnFieldsTest, MBeansHandlerTest, TestPartialUpdateDeduplication, PingRequestHandlerTest]
   [junit4] Completed [377/566 (1!)] on J0 in 8.19s, 6 tests, 1 error <<< FAILURES!

[...truncated 591 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:750: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:694: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:534: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1033: There were test failures: 566 suites (7 ignored), 2279 tests, 1 error, 94 ignored (49 assumptions) [seed: CDE68674B107DC8]

Total time: 77 minutes 32 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