Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/5450/
Java: 32bit/jdk1.8.0_72 -server -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:63204/solr/testSolrCloudCollection]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:63204/solr/testSolrCloudCollection]
        at 
__randomizedtesting.SeedInfo.seed([B373B4E3663BFFDB:5DA00A33E3D7C53F]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
        at 
org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:200)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:63204/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 10763 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_B373B4E3663BFFDB-001\init-core-data-001
   [junit4]   2> 447009 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 447010 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 447010 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-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> 447010 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 447010 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-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> 447011 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-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> 447011 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-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> 447051 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 447057 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 447079 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 447089 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 447190 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 447196 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 447197 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 447202 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 447204 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 447204 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 447204 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 447205 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 447205 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-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> 447205 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-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> 447205 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 447205 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-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> 447205 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 18964198
   [junit4]   2> 447205 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-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> 447205 WARN  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-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> 447206 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-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> 447210 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 447211 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 447211 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 447211 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 447211 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 447218 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-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_B373B4E3663BFFDB-001\init-core-data-001,
 shard=shard1}
   [junit4]   2> 447221 INFO  (coreLoadExecutor-689-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> 447224 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 447224 INFO  (coreLoadExecutor-689-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> 447224 INFO  (coreLoadExecutor-689-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> 447224 INFO  (coreLoadExecutor-689-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> 447310 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 447315 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 447362 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 447405 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 447500 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 447508 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 447508 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 447513 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 447515 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 447516 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 447516 INFO  (coreLoadExecutor-689-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 447528 INFO  (coreLoadExecutor-689-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> 447528 INFO  (coreLoadExecutor-689-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> 447528 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 447528 INFO  (coreLoadExecutor-689-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_B373B4E3663BFFDB-001\init-core-data-001\]
   [junit4]   2> 447529 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1921d87
   [junit4]   2> 447529 INFO  (coreLoadExecutor-689-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_B373B4E3663BFFDB-001\init-core-data-001\
   [junit4]   2> 447529 INFO  (coreLoadExecutor-689-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_B373B4E3663BFFDB-001\init-core-data-001\index/
   [junit4]   2> 447529 WARN  (coreLoadExecutor-689-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_B373B4E3663BFFDB-001\init-core-data-001\index'
 doesn't exist. Creating new index...
   [junit4]   2> 447530 INFO  (coreLoadExecutor-689-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_B373B4E3663BFFDB-001\init-core-data-001\index
   [junit4]   2> 447530 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=68.1181640625, 
floorSegmentMB=0.751953125, forceMergeDeletesPctAllowed=13.636194417689401, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 447531 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@63dbd2 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1dcb7de),segFN=segments_1,generation=1}
   [junit4]   2> 447531 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 447538 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 447544 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 447545 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 447546 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 447547 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 447548 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 447549 INFO  (coreLoadExecutor-689-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> 447549 WARN  (coreLoadExecutor-689-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> 447554 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_B373B4E3663BFFDB-001\init-core-data-001\
   [junit4]   2> 447555 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 447560 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 447560 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 447561 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 447561 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 447562 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=72.498046875, 
floorSegmentMB=1.1015625, forceMergeDeletesPctAllowed=28.339886574568897, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 447562 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@63dbd2 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1dcb7de),segFN=segments_1,generation=1}
   [junit4]   2> 447562 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 447562 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1882c80[collection1] 
main
   [junit4]   2> 447563 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 447563 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 447563 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 447563 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 447599 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 447811 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 447812 INFO  
(searcherExecutor-690-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 447812 INFO  
(searcherExecutor-690-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 447812 INFO  
(searcherExecutor-690-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 447812 INFO  
(searcherExecutor-690-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 447812 INFO  
(searcherExecutor-690-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 447813 INFO  
(searcherExecutor-690-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 447813 INFO  
(searcherExecutor-690-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 447813 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 447813 INFO  
(searcherExecutor-690-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 447813 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 447813 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 447813 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1524829511757070336
   [junit4]   2> 447814 INFO  
(searcherExecutor-690-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 447814 INFO  
(searcherExecutor-690-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1882c80[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 447815 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1524829511757070336
   [junit4]   2> 447815 INFO  (coreLoadExecutor-689-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 447816 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 447818 INFO  
(TEST-PingRequestHandlerTest.testGettingStatus-seed#[B373B4E3663BFFDB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testGettingStatus
   [junit4]   2> 447825 INFO  
(TEST-PingRequestHandlerTest.testGettingStatus-seed#[B373B4E3663BFFDB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testGettingStatus
   [junit4]   2> 447827 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
   [junit4]   2> 447830 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 447831 INFO  (Thread-599) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 447831 INFO  (Thread-599) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 447926 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.ZkTestServer start zk server on port:63196
   [junit4]   2> 447926 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 447928 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 447932 INFO  (zkCallback-243-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1cdeb86 name:ZooKeeperConnection 
Watcher:127.0.0.1:63196 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 447932 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 447932 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 447932 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 447944 INFO  (jetty-launcher-242-thread-1) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 447951 INFO  (jetty-launcher-242-thread-3) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 447954 INFO  (jetty-launcher-242-thread-2) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 447957 INFO  (jetty-launcher-242-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1dc674b{/solr,null,AVAILABLE}
   [junit4]   2> 447961 INFO  (jetty-launcher-242-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@cf9734{HTTP/1.1}{127.0.0.1:63200}
   [junit4]   2> 447961 INFO  (jetty-launcher-242-thread-1) [    ] 
o.e.j.s.Server Started @451281ms
   [junit4]   2> 447961 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63200}
   [junit4]   2> 447962 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 447962 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node1'
   [junit4]   2> 447962 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 447962 INFO  (jetty-launcher-242-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> 447966 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 447966 INFO  (jetty-launcher-242-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f1bc2{/solr,null,AVAILABLE}
   [junit4]   2> 447967 INFO  (jetty-launcher-242-thread-5) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 447986 INFO  (jetty-launcher-242-thread-4) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 447988 INFO  (jetty-launcher-242-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@456b47{HTTP/1.1}{127.0.0.1:63204}
   [junit4]   2> 447988 INFO  (jetty-launcher-242-thread-3) [    ] 
o.e.j.s.Server Started @451310ms
   [junit4]   2> 447988 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63204}
   [junit4]   2> 447988 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 447988 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node4'
   [junit4]   2> 447989 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 447989 INFO  (jetty-launcher-242-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> 447989 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 447993 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 447993 INFO  (jetty-launcher-242-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@197d5ca{/solr,null,AVAILABLE}
   [junit4]   2> 447993 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 447994 INFO  (jetty-launcher-242-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1e3f6a{HTTP/1.1}{127.0.0.1:63210}
   [junit4]   2> 447994 INFO  (jetty-launcher-242-thread-4) [    ] 
o.e.j.s.Server Started @451316ms
   [junit4]   2> 447994 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63210}
   [junit4]   2> 447994 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 447994 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node3'
   [junit4]   2> 447995 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 447995 INFO  (jetty-launcher-242-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> 447995 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 447997 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 448042 INFO  (jetty-launcher-242-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17aaef0{/solr,null,AVAILABLE}
   [junit4]   2> 448043 INFO  (jetty-launcher-242-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@e9fd76{HTTP/1.1}{127.0.0.1:63218}
   [junit4]   2> 448043 INFO  (jetty-launcher-242-thread-2) [    ] 
o.e.j.s.Server Started @451369ms
   [junit4]   2> 448043 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63218}
   [junit4]   2> 448043 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 448043 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node2'
   [junit4]   2> 448043 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 448043 INFO  (jetty-launcher-242-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> 448044 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 448046 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 448090 INFO  (zkCallback-247-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ef78ea name:ZooKeeperConnection 
Watcher:127.0.0.1:63196/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 448090 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448090 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448091 INFO  (jetty-launcher-242-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e65143{/solr,null,AVAILABLE}
   [junit4]   2> 448093 INFO  (jetty-launcher-242-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1363e7f{HTTP/1.1}{127.0.0.1:63224}
   [junit4]   2> 448093 INFO  (jetty-launcher-242-thread-5) [    ] 
o.e.j.s.Server Started @451422ms
   [junit4]   2> 448093 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63224}
   [junit4]   2> 448093 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 448093 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node5'
   [junit4]   2> 448093 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 448093 INFO  (jetty-launcher-242-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> 448094 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 448104 INFO  (zkCallback-245-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@12ecc3b name:ZooKeeperConnection 
Watcher:127.0.0.1:63196/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 448104 INFO  (zkCallback-246-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ad56ca name:ZooKeeperConnection 
Watcher:127.0.0.1:63196/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 448104 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448104 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 448104 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448108 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448108 INFO  (zkCallback-244-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d4809 name:ZooKeeperConnection 
Watcher:127.0.0.1:63196/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 448109 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448109 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448109 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448110 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 448111 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 448114 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 448116 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 448122 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 0x1529485cb0a0004, 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> 448208 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node2\.
   [junit4]   2> 448208 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 16002725
   [junit4]   2> 448208 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node2]
   [junit4]   2> 448159 INFO  (zkCallback-248-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@8812b9 name:ZooKeeperConnection 
Watcher:127.0.0.1:63196/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 448208 WARN  (jetty-launcher-242-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_B373B4E3663BFFDB-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_B373B4E3663BFFDB-001\tempDir-001\node2\lib
   [junit4]   2> 448208 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448209 INFO  (jetty-launcher-242-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> 448209 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448210 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 448211 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node4\.
   [junit4]   2> 448211 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 28149776
   [junit4]   2> 448211 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node4]
   [junit4]   2> 448211 WARN  (jetty-launcher-242-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_B373B4E3663BFFDB-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_B373B4E3663BFFDB-001\tempDir-001\node4\lib
   [junit4]   2> 448211 INFO  (jetty-launcher-242-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> 448212 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 448213 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 448213 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 448213 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63196/solr
   [junit4]   2> 448214 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 448214 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 448218 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 448222 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 448222 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63196/solr
   [junit4]   2> 448222 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 448222 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 448222 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 448230 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node3\.
   [junit4]   2> 448232 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 13706274
   [junit4]   2> 448232 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node3]
   [junit4]   2> 448232 WARN  (jetty-launcher-242-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_B373B4E3663BFFDB-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_B373B4E3663BFFDB-001\tempDir-001\node3\lib
   [junit4]   2> 448232 INFO  (jetty-launcher-242-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> 448233 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 448234 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 448234 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 448234 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63196/solr
   [junit4]   2> 448235 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 448235 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 448236 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 448218 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 448223 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 448262 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node1\.
   [junit4]   2> 448263 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 8465043
   [junit4]   2> 448263 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node1]
   [junit4]   2> 448263 WARN  (jetty-launcher-242-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_B373B4E3663BFFDB-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_B373B4E3663BFFDB-001\tempDir-001\node1\lib
   [junit4]   2> 448305 INFO  (jetty-launcher-242-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> 448307 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 448307 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 448307 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 448307 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63196/solr
   [junit4]   2> 448307 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 448307 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 448265 INFO  (zkCallback-254-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1aa9814 name:ZooKeeperConnection 
Watcher:127.0.0.1:63196 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 448308 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 448363 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448363 INFO  (jetty-launcher-242-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448364 INFO  (zkCallback-257-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e83e7 name:ZooKeeperConnection 
Watcher:127.0.0.1:63196 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 448411 INFO  (zkCallback-260-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e32ffe name:ZooKeeperConnection 
Watcher:127.0.0.1:63196 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 448412 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448412 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node5\.
   [junit4]   2> 448412 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 8206682
   [junit4]   2> 448412 INFO  (jetty-launcher-242-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_B373B4E3663BFFDB-001\tempDir-001\node5]
   [junit4]   2> 448412 INFO  (jetty-launcher-242-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448425 INFO  (zkCallback-253-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1eac273 name:ZooKeeperConnection 
Watcher:127.0.0.1:63196 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 448425 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448425 INFO  (jetty-launcher-242-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448426 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448426 INFO  (jetty-launcher-242-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448444 WARN  (jetty-launcher-242-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_B373B4E3663BFFDB-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_B373B4E3663BFFDB-001\tempDir-001\node5\lib
   [junit4]   2> 448499 INFO  (jetty-launcher-242-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> 448500 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 448501 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 448501 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 448501 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63196/solr
   [junit4]   2> 448501 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 448501 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 448486 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 448465 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 448455 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 448452 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 0x1529485cb0a0007, 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> 448503 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 448516 INFO  
(zkCallback-263-thread-1-processing-n:127.0.0.1:63218_solr) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@181acce name:ZooKeeperConnection 
Watcher:127.0.0.1:63196/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 448516 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 448517 INFO  
(zkCallback-261-thread-1-processing-n:127.0.0.1:63200_solr) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d3ec8b name:ZooKeeperConnection 
Watcher:127.0.0.1:63196/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 448518 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 448520 INFO  
(zkCallback-262-thread-1-processing-n:127.0.0.1:63204_solr) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@114d04b name:ZooKeeperConnection 
Watcher:127.0.0.1:63196/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 448520 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 448521 INFO  (zkCallback-266-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1825152 name:ZooKeeperConnection 
Watcher:127.0.0.1:63196 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 448521 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448521 INFO  (jetty-launcher-242-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448523 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 448523 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 448524 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 448524 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 448526 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 448531 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:63224_solr) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@92d85e name:ZooKeeperConnection 
Watcher:127.0.0.1:63196/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 448531 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 448532 INFO  
(zkCallback-267-thread-1-processing-n:127.0.0.1:63210_solr) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e9edf6 name:ZooKeeperConnection 
Watcher:127.0.0.1:63196/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 448532 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 448532 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 448533 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 448535 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 448540 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 448541 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 448541 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 448543 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 448544 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 448544 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 448546 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 448548 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 448549 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 448550 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 448553 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 448554 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 448554 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 448555 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 448555 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 448555 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 448558 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 448559 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 448559 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 448561 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 448561 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 448561 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 448564 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 448564 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 448564 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 448564 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 448564 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63200_solr
   [junit4]   2> 448564 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 448565 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:63200_solr
   [junit4]   2> 448565 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63204_solr
   [junit4]   2> 448565 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63224_solr
   [junit4]   2> 448566 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63210_solr
   [junit4]   2> 448566 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:63204_solr
   [junit4]   2> 448566 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:63224_solr
   [junit4]   2> 448567 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:63210_solr
   [junit4]   2> 448568 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63218_solr
   [junit4]   2> 448569 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 448571 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:63218_solr
   [junit4]   2> 448571 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 448572 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 448573 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 448573 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 448575 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 448575 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 448575 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95301844486193167-127.0.0.1:63224_solr-n_0000000000
   [junit4]   2> 448575 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95301844486193164-127.0.0.1:63204_solr-n_0000000001
   [junit4]   2> 448576 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:63224_solr
   [junit4]   2> 448576 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 448576 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95301844486193167-127.0.0.1:63224_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 448577 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 448577 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 448578 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.Overseer Overseer 
(id=95301844486193167-127.0.0.1:63224_solr-n_0000000000) starting
   [junit4]   2> 448578 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95301844486193162-127.0.0.1:63218_solr-n_0000000002
   [junit4]   2> 448581 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95301844486193164-127.0.0.1:63204_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 448581 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 448581 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 448594 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 448594 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 448595 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_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_B373B4E3663BFFDB-001\tempDir-001\node4\.
   [junit4]   2> 448596 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 448596 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_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> 448596 INFO  (jetty-launcher-242-thread-3) 
[n:127.0.0.1:63204_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 448625 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 448626 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 448627 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_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_B373B4E3663BFFDB-001\tempDir-001\node2\.
   [junit4]   2> 448628 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 448629 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 448629 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_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> 448629 INFO  (jetty-launcher-242-thread-2) 
[n:127.0.0.1:63218_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 448629 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 448630 INFO  
(OverseerCollectionConfigSetProcessor-95301844486193167-127.0.0.1:63224_solr-n_0000000000)
 [n:127.0.0.1:63224_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 448631 INFO  
(OverseerStateUpdate-95301844486193167-127.0.0.1:63224_solr-n_0000000000) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 448661 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 448661 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 448661 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_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_B373B4E3663BFFDB-001\tempDir-001\node5\.
   [junit4]   2> 448662 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 448663 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_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> 448664 INFO  (jetty-launcher-242-thread-5) 
[n:127.0.0.1:63224_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 448664 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 448666 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95301844486193163-127.0.0.1:63200_solr-n_0000000003
   [junit4]   2> 448671 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 448673 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95301844486193162-127.0.0.1:63218_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 448673 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 448673 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95301844486193166-127.0.0.1:63210_solr-n_0000000004
   [junit4]   2> 448677 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95301844486193163-127.0.0.1:63200_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 448677 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 448708 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 448708 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 448712 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_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_B373B4E3663BFFDB-001\tempDir-001\node1\.
   [junit4]   2> 448713 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 448715 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_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> 448715 INFO  (jetty-launcher-242-thread-1) 
[n:127.0.0.1:63200_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 448731 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 448731 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 448732 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_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_B373B4E3663BFFDB-001\tempDir-001\node3\.
   [junit4]   2> 448733 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 448737 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_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> 448737 INFO  (jetty-launcher-242-thread-4) 
[n:127.0.0.1:63210_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 448737 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 448739 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 448744 INFO  (zkCallback-269-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@913831 name:ZooKeeperConnection 
Watcher:127.0.0.1:63196 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 448744 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448745 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448752 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 448753 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 448757 INFO  (zkCallback-271-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@198e49a name:ZooKeeperConnection 
Watcher:127.0.0.1:63196/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 448757 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448757 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448761 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/addfields.updateprocessor.js
   [junit4]   2> 448768 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 448771 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 448773 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
   [junit4]   2> 448775 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 448778 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 448780 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 448782 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 448788 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 448790 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 448793 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 448796 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 448798 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-multivalued.xml
   [junit4]   2> 448803 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 448806 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
   [junit4]   2> 448807 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dup-dynamicField.xml
   [junit4]   2> 448809 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dup-field.xml
   [junit4]   2> 448811 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 448812 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dynamicfield-default-val.xml
   [junit4]   2> 448813 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 448815 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 448816 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-init-error.xml
   [junit4]   2> 448817 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 448821 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 448827 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 448829 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 448832 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-non-glob-copyfield-source-matching-nothing-should-fail-test.xml
   [junit4]   2> 448833 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-nontext-analyzer.xml
   [junit4]   2> 448835 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[B373B4E366

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

DB:5DA00A33E3D7C53F]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
   [junit4]    >        at 
org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:200)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:63204/solr/testSolrCloudCollection: Ping query 
caused exception: no servers hosting shard: shard2
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    >        ... 44 more
   [junit4]   2> 455536 INFO  
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[B373B4E3663BFFDB]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testPingWithNoHealthCheck
   [junit4]   2> 455539 INFO  
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[B373B4E3663BFFDB]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} 
hits=0 status=0 QTime=0
   [junit4]   2> 455539 INFO  
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[B373B4E3663BFFDB]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={action=ping&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 455539 INFO  
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[B373B4E3663BFFDB]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testPingWithNoHealthCheck
   [junit4]   2> 455541 INFO  
(TEST-PingRequestHandlerTest.testEnablingServer-seed#[B373B4E3663BFFDB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testEnablingServer
   [junit4]   2> 455542 INFO  
(TEST-PingRequestHandlerTest.testEnablingServer-seed#[B373B4E3663BFFDB]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 
status=0 QTime=0
   [junit4]   2> 455543 INFO  
(TEST-PingRequestHandlerTest.testEnablingServer-seed#[B373B4E3663BFFDB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testEnablingServer
   [junit4]   2> 455545 INFO  
(TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionRaisesException
   [junit4]   2> 455546 INFO  
(TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[B373B4E3663BFFDB])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionRaisesException
   [junit4]   2> 455548 INFO  
(TEST-PingRequestHandlerTest.testDisablingServer-seed#[B373B4E3663BFFDB]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testDisablingServer
   [junit4]   2> 455550 INFO  
(TEST-PingRequestHandlerTest.testDisablingServer-seed#[B373B4E3663BFFDB]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 
status=0 QTime=0
   [junit4]   2> 455550 INFO  
(TEST-PingRequestHandlerTest.testDisablingServer-seed#[B373B4E3663BFFDB]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testDisablingServer
   [junit4]   2> 455550 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 455550 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=18964198
   [junit4]   2> 455553 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@168d6ae
   [junit4]   2> 455554 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 455555 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 455555 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 455555 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 455555 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 455564 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 455564 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    
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_B373B4E3663BFFDB-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_B373B4E3663BFFDB-001\init-core-data-001\;done=false>>]
   [junit4]   2> 455564 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    
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_B373B4E3663BFFDB-001\init-core-data-001\
   [junit4]   2> 455564 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    
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_B373B4E3663BFFDB-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_B373B4E3663BFFDB-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 455564 INFO  
(SUITE-PingRequestHandlerTest-seed#[B373B4E3663BFFDB]-worker) [    
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_B373B4E3663BFFDB-001\init-core-data-001\index
   [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_B373B4E3663BFFDB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {}, 
docValues:{}, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, 
locale=nl-BE, timezone=America/Indiana/Tell_City
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_72 
(32-bit)/cpus=3,threads=1,free=55747528,total=125464576
   [junit4]   2> NOTE: All tests run in this JVM: [TestAddFieldRealTimeGet, 
SegmentsInfoRequestHandlerTest, XmlUpdateRequestHandlerTest, StressHdfsTest, 
CollectionTooManyReplicasTest, TestCollectionAPI, TestQuerySenderNoQuery, 
SuggesterFSTTest, CurrencyFieldXmlFileTest, TestBlobHandler, 
TestDistributedSearch, RankQueryTest, TestFieldTypeResource, QueryEqualityTest, 
TestExpandComponent, RollingRestartTest, SharedFSAutoReplicaFailoverTest, 
RequiredFieldsTest, ActionThrottleTest, TestElisionMultitermQuery, 
CursorPagingTest, TestReloadAndDeleteDocs, AddBlockUpdateTest, 
TestFileDictionaryLookup, PingRequestHandlerTest]
   [junit4] Completed [84/566 (1!)] on J0 in 8.57s, 6 tests, 1 error <<< 
FAILURES!

[...truncated 1552 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), 2268 tests, 1 error, 93 
ignored (49 assumptions) [seed: B373B4E3663BFFDB]

Total time: 78 minutes 8 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to