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

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2944 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2944/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:52435/solr/testSolrCloudCollection]
	at __randomizedtesting.SeedInfo.seed([5F9367AFC2610A47:B140D97F478D30A3]: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:497)
	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:52435/solr/testSolrCloudCollection: Ping query caused exception: no servers hosting shard: shard2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 44 more




Build Log:
[...truncated 10490 lines...]
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001
   [junit4]   2> 1840906 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1840907 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1840907 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1840907 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1840907 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1840908 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1840908 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1840945 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1840952 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1840984 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1840988 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1841052 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1841058 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1841059 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1841062 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1841064 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1841066 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1841066 WARN  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1841066 WARN  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1841066 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1841066 WARN  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1841067 WARN  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1841067 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1841067 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1841067 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr'
   [junit4]   2> 1841067 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1841067 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1841067 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 584696914
   [junit4]   2> 1841067 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr]
   [junit4]   2> 1841067 WARN  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 1841067 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-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> 1841071 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1841071 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1841071 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1841071 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1841071 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1841072 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-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=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1841073 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1841073 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1841073 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1841073 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1841073 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1841089 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1841095 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1841111 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1841115 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1841207 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1841212 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1841212 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1841215 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1841217 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1841218 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1841219 WARN  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1841219 WARN  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1841219 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1841219 WARN  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1841219 WARN  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1841222 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1841222 INFO  (coreLoadExecutor-5639-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1841222 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1841223 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001/]
   [junit4]   2> 1841223 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@683e39b5
   [junit4]   2> 1841223 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001
   [junit4]   2> 1841223 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001/index/
   [junit4]   2> 1841223 WARN  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1841223 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001/index
   [junit4]   2> 1841223 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=27.912109375, floorSegmentMB=1.57421875, forceMergeDeletesPctAllowed=28.634775907818998, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3356577306789985
   [junit4]   2> 1841224 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@520eb03d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57d3da13),segFN=segments_1,generation=1}
   [junit4]   2> 1841224 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1841224 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001/
   [junit4]   2> 1841227 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1841227 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1841227 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1841227 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1841227 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1841227 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1841227 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1841228 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1841228 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1841228 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1841228 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1841228 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1841231 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1841232 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1841233 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1841233 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1841237 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1841238 INFO  (coreLoadExecutor-5639-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> 1841238 WARN  (coreLoadExecutor-5639-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> 1841239 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1841239 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1841239 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1841241 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1841241 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1841243 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=16.6015625, floorSegmentMB=1.7294921875, forceMergeDeletesPctAllowed=0.5209469917798693, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1841243 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@520eb03d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57d3da13),segFN=segments_1,generation=1}
   [junit4]   2> 1841243 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1841244 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@11b48526[collection1] main
   [junit4]   2> 1841244 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1841244 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1841244 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1841244 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1841260 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1841338 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1841338 INFO  (searcherExecutor-5640-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1841339 INFO  (searcherExecutor-5640-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1841339 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1841339 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1841339 INFO  (searcherExecutor-5640-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1841339 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1841339 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1520659628964184064
   [junit4]   2> 1841339 INFO  (searcherExecutor-5640-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1841340 INFO  (searcherExecutor-5640-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1841340 INFO  (searcherExecutor-5640-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1841340 INFO  (searcherExecutor-5640-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1841341 INFO  (searcherExecutor-5640-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1841341 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1520659628964184064
   [junit4]   2> 1841341 INFO  (searcherExecutor-5640-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1841341 INFO  (coreLoadExecutor-5639-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1841342 INFO  (searcherExecutor-5640-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@11b48526[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1841343 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1841345 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[5F9367AFC2610A47]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEnablingServer
   [junit4]   2> 1841359 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1841359 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[5F9367AFC2610A47]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEnablingServer
   [junit4]   2> 1841363 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[5F9367AFC2610A47]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionRaisesException
   [junit4]   2> 1841363 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[5F9367AFC2610A47]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionRaisesException
   [junit4]   2> 1841365 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingWithNoHealthCheck
   [junit4]   2> 1841365 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1841366 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={action=ping&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1841366 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPingWithNoHealthCheck
   [junit4]   2> 1841368 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[5F9367AFC2610A47]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDisablingServer
   [junit4]   2> 1841369 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1841369 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[5F9367AFC2610A47]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDisablingServer
   [junit4]   2> 1841372 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
   [junit4]   2> 1841373 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1841373 INFO  (Thread-4310) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1841373 INFO  (Thread-4310) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1841473 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.ZkTestServer start zk server on port:52433
   [junit4]   2> 1841473 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841475 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841523 INFO  (zkCallback-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e0c4cd1 name:ZooKeeperConnection Watcher:127.0.0.1:52433 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841524 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841524 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841524 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1841533 INFO  (jetty-launcher-1495-thread-1) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1841537 INFO  (jetty-launcher-1495-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a7cc342{/solr,null,AVAILABLE}
   [junit4]   2> 1841537 INFO  (jetty-launcher-1495-thread-2) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1841563 INFO  (jetty-launcher-1495-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4af20f51{HTTP/1.1,[http/1.1]}{127.0.0.1:52435}
   [junit4]   2> 1841563 INFO  (jetty-launcher-1495-thread-1) [    ] o.e.j.s.Server Started @1845396ms
   [junit4]   2> 1841564 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52435}
   [junit4]   2> 1841564 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 1841564 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node1'
   [junit4]   2> 1841564 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1841564 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1841564 INFO  (jetty-launcher-1495-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@356161a4{/solr,null,AVAILABLE}
   [junit4]   2> 1841564 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841565 INFO  (jetty-launcher-1495-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@3871b0eb{HTTP/1.1,[http/1.1]}{127.0.0.1:52436}
   [junit4]   2> 1841565 INFO  (jetty-launcher-1495-thread-2) [    ] o.e.j.s.Server Started @1845397ms
   [junit4]   2> 1841565 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52436}
   [junit4]   2> 1841565 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 1841565 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node2'
   [junit4]   2> 1841565 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1841565 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1841565 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841566 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841566 INFO  (jetty-launcher-1495-thread-3) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1841572 INFO  (jetty-launcher-1495-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c5698a4{/solr,null,AVAILABLE}
   [junit4]   2> 1841573 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841573 INFO  (zkCallback-1497-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@45726df9 name:ZooKeeperConnection Watcher:127.0.0.1:52433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841573 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841574 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841574 INFO  (jetty-launcher-1495-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@515b5e34{HTTP/1.1,[http/1.1]}{127.0.0.1:52438}
   [junit4]   2> 1841574 INFO  (jetty-launcher-1495-thread-3) [    ] o.e.j.s.Server Started @1845407ms
   [junit4]   2> 1841574 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52438}
   [junit4]   2> 1841574 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 1841575 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node3'
   [junit4]   2> 1841575 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1841575 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1841575 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841575 INFO  (jetty-launcher-1495-thread-4) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1841576 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1841576 INFO  (zkCallback-1498-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2e4ba205 name:ZooKeeperConnection Watcher:127.0.0.1:52433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841583 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841583 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841584 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1841598 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841603 INFO  (jetty-launcher-1495-thread-5) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1841603 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node2/.
   [junit4]   2> 1841603 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1073712746
   [junit4]   2> 1841603 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node2]
   [junit4]   2> 1841603 WARN  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node2/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node2/lib
   [junit4]   2> 1841603 INFO  (jetty-launcher-1495-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> 1841605 INFO  (jetty-launcher-1495-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b3e7914{/solr,null,AVAILABLE}
   [junit4]   2> 1841606 INFO  (jetty-launcher-1495-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@2ff2a63c{HTTP/1.1,[http/1.1]}{127.0.0.1:52441}
   [junit4]   2> 1841606 INFO  (jetty-launcher-1495-thread-5) [    ] o.e.j.s.Server Started @1845438ms
   [junit4]   2> 1841606 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52441}
   [junit4]   2> 1841606 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 1841606 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1841606 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node5'
   [junit4]   2> 1841606 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1841606 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1841606 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1841607 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1841607 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52433/solr
   [junit4]   2> 1841607 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841607 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1841607 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841607 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841608 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node1/.
   [junit4]   2> 1841608 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1881886318
   [junit4]   2> 1841608 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node1]
   [junit4]   2> 1841608 WARN  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node1/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node1/lib
   [junit4]   2> 1841608 INFO  (jetty-launcher-1495-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> 1841614 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841614 INFO  (zkCallback-1499-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@481d38f0 name:ZooKeeperConnection Watcher:127.0.0.1:52433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@526bb3cf{/solr,null,AVAILABLE}
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@2f2c6a1d{HTTP/1.1,[http/1.1]}{127.0.0.1:52444}
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-4) [    ] o.e.j.s.Server Started @1845447ms
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52444}
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52433/solr
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node4'
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1841615 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1841616 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841616 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841616 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841617 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841617 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1841617 INFO  (zkCallback-1501-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7e21c4e1 name:ZooKeeperConnection Watcher:127.0.0.1:52433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841618 INFO  (zkCallback-1502-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dffb479 name:ZooKeeperConnection Watcher:127.0.0.1:52433 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841618 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841618 INFO  (jetty-launcher-1495-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841618 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841618 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841619 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1841626 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841631 INFO  (zkCallback-1505-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6243f237 name:ZooKeeperConnection Watcher:127.0.0.1:52433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841632 INFO  (zkCallback-1504-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@36819891 name:ZooKeeperConnection Watcher:127.0.0.1:52433 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841632 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841632 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841633 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841633 INFO  (jetty-launcher-1495-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841635 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node3/.
   [junit4]   2> 1841636 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1828189372
   [junit4]   2> 1841636 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node3]
   [junit4]   2> 1841636 WARN  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node3/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node3/lib
   [junit4]   2> 1841636 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1841643 INFO  (jetty-launcher-1495-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> 1841647 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1841649 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1841650 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1841650 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52433/solr
   [junit4]   2> 1841650 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1841651 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841656 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841657 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node4/.
   [junit4]   2> 1841657 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1120119404
   [junit4]   2> 1841657 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node4]
   [junit4]   2> 1841657 WARN  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node4/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node4/lib
   [junit4]   2> 1841657 INFO  (jetty-launcher-1495-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> 1841658 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node5/.
   [junit4]   2> 1841658 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 1565789235
   [junit4]   2> 1841658 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node5]
   [junit4]   2> 1841658 WARN  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node5/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node5/lib
   [junit4]   2> 1841658 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1841658 INFO  (jetty-launcher-1495-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> 1841659 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1841659 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1841659 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52433/solr
   [junit4]   2> 1841659 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1841659 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1841659 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841659 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1841659 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1841659 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52433/solr
   [junit4]   2> 1841660 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1841660 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841660 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841663 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841664 INFO  (zkCallback-1511-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f1668df name:ZooKeeperConnection Watcher:127.0.0.1:52433 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841664 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841664 INFO  (jetty-launcher-1495-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841665 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841666 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841667 INFO  (zkCallback-1506-thread-1-processing-n:127.0.0.1:52436_solr) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ca5508 name:ZooKeeperConnection Watcher:127.0.0.1:52433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841667 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841667 INFO  (zkCallback-1512-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@57c4e5e8 name:ZooKeeperConnection Watcher:127.0.0.1:52433 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841668 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841668 INFO  (jetty-launcher-1495-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841668 INFO  (zkCallback-1508-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2382e077 name:ZooKeeperConnection Watcher:127.0.0.1:52433 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841668 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841668 INFO  (jetty-launcher-1495-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841669 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841670 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1841675 INFO  (zkCallback-1513-thread-1-processing-n:127.0.0.1:52435_solr) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@42f3adbe name:ZooKeeperConnection Watcher:127.0.0.1:52433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841675 INFO  (zkCallback-1514-thread-1-processing-n:127.0.0.1:52444_solr) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1051aa65 name:ZooKeeperConnection Watcher:127.0.0.1:52433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841675 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841675 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841678 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1841679 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841682 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1841682 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:52441_solr) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@31151896 name:ZooKeeperConnection Watcher:127.0.0.1:52433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841683 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841683 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1841683 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841685 INFO  (zkCallback-1515-thread-1-processing-n:127.0.0.1:52438_solr) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@26a7ad07 name:ZooKeeperConnection Watcher:127.0.0.1:52433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841686 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841691 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1841693 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1841693 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1841698 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1841698 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1841700 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1841700 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1841701 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1841732 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1841732 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1841732 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1841733 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1841740 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1841742 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1841742 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1841742 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1841742 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1841746 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1841746 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1841746 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1841747 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1841746 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1841750 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1841750 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1841750 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1841750 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1841750 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1841753 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1841754 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1841755 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1841755 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1841756 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1841758 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1841759 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1841759 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1841759 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1841760 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1841761 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52435_solr
   [junit4]   2> 1841761 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52441_solr
   [junit4]   2> 1841762 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52438_solr
   [junit4]   2> 1841762 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52444_solr
   [junit4]   2> 1841763 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52441_solr
   [junit4]   2> 1841762 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52436_solr
   [junit4]   2> 1841762 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52435_solr
   [junit4]   2> 1841763 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52438_solr
   [junit4]   2> 1841764 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52444_solr
   [junit4]   2> 1841764 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52436_solr
   [junit4]   2> 1841770 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1841771 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1841771 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1841771 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1841772 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1841774 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1841774 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1841775 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1841775 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1841776 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1841777 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1841777 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1841779 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95041226812751885-127.0.0.1:52444_solr-n_0000000000
   [junit4]   2> 1841779 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95041226812751886-127.0.0.1:52441_solr-n_0000000001
   [junit4]   2> 1841780 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1841780 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1841780 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1841780 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52444_solr
   [junit4]   2> 1841781 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1841781 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95041226812751887-127.0.0.1:52438_solr-n_0000000002
   [junit4]   2> 1841781 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95041226812751884-127.0.0.1:52435_solr-n_0000000003
   [junit4]   2> 1841782 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95041226812751885-127.0.0.1:52444_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1841782 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1841782 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95041226812751880-127.0.0.1:52436_solr-n_0000000004
   [junit4]   2> 1841784 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95041226812751886-127.0.0.1:52441_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1841785 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1841785 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95041226812751887-127.0.0.1:52438_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1841785 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1841786 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95041226812751884-127.0.0.1:52435_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1841786 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1841786 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.Overseer Overseer (id=95041226812751885-127.0.0.1:52444_solr-n_0000000000) starting
   [junit4]   2> 1841791 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1841827 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1841828 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1841829 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node5/.
   [junit4]   2> 1841829 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1841831 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1841831 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1841835 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node1/.
   [junit4]   2> 1841835 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1841840 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1841840 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1841842 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node3/.
   [junit4]   2> 1841842 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1841844 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1841844 INFO  (jetty-launcher-1495-thread-1) [n:127.0.0.1:52435_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1841844 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1841844 INFO  (jetty-launcher-1495-thread-5) [n:127.0.0.1:52441_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1841845 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1841845 INFO  (jetty-launcher-1495-thread-3) [n:127.0.0.1:52438_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1841845 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1841845 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1841846 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node2/.
   [junit4]   2> 1841846 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1841847 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1841847 INFO  (jetty-launcher-1495-thread-2) [n:127.0.0.1:52436_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1841851 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1841852 INFO  (OverseerStateUpdate-95041226812751885-127.0.0.1:52444_solr-n_0000000000) [n:127.0.0.1:52444_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1841852 INFO  (OverseerCollectionConfigSetProcessor-95041226812751885-127.0.0.1:52444_solr-n_0000000000) [n:127.0.0.1:52444_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1841852 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1841872 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1841872 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1841873 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/tempDir-001/node4/.
   [junit4]   2> 1841873 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1841876 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1841876 INFO  (jetty-launcher-1495-thread-4) [n:127.0.0.1:52444_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1841876 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841877 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841879 INFO  (zkCallback-1517-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d6cf56a name:ZooKeeperConnection Watcher:127.0.0.1:52433 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841879 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841879 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841882 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1841882 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 0x151a77e03310010, 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> 1841884 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1841886 INFO  (zkCallback-1519-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@76d80860 name:ZooKeeperConnection Watcher:127.0.0.1:52433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1841886 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1841886 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1841887 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/addfields.updateprocessor.js
   [junit4]   2> 1841890 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 1841932 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 1841934 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
   [junit4]   2> 1841942 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 1841946 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 1841949 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 1841951 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 1841954 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 1841957 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[5F9367AFC2610A47]) [    ] o.a.s.c.c.SolrZkClien

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

###Starting testGettingStatus
   [junit4]   2> 1854279 INFO  (TEST-PingRequestHandlerTest.testGettingStatus-seed#[5F9367AFC2610A47]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGettingStatus
   [junit4]   2> 1854279 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1854280 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=584696914
   [junit4]   2> 1854280 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b1eba24
   [junit4]   2> 1854281 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-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> 1854281 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1854281 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1854281 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1854281 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1854293 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1854293 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1854293 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001/index
   [junit4]   2> 1854293 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001;done=false>>]
   [junit4]   2> 1854293 INFO  (SUITE-PingRequestHandlerTest-seed#[5F9367AFC2610A47]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_5F9367AFC2610A47-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=es_PR, timezone=Asia/Jayapura
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=324434056,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [OpenCloseCoreStressTest, DirectSolrConnectionTest, TestNRTOpen, TestFieldTypeResource, TestSQLHandler, HighlighterConfigTest, ConvertedLegacyTest, DistributedMLTComponentTest, ShardSplitTest, TestOmitPositions, TestCloudSchemaless, TestConfigReload, TestRestManager, OpenExchangeRatesOrgProviderTest, TestExactSharedStatsCache, DistribDocExpirationUpdateProcessorTest, HdfsLockFactoryTest, NumericFieldsTest, TestManagedSchemaFieldResource, SimpleMLTQParserTest, TestWriterPerf, ConfigSetsAPITest, TestSimpleTrackingShardHandler, OverseerTaskQueueTest, TestRTGBase, TestPHPSerializedResponseWriter, TestIndexSearcher, SpellCheckComponentTest, HdfsChaosMonkeyNothingIsSafeTest, ZkStateReaderTest, TestShardHandlerFactory, TestSuggestSpellingConverter, TestStressUserVersions, InfoHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest, TestFreeTextSuggestions, TestConfigSetProperties, TestClassNameShortening, BigEndianAscendingWordDeserializerTest, QueryParsingTest, TestEmbeddedSolrServerConstructors, DeleteShardTest, BinaryUpdateRequestHandlerTest, BufferStoreTest, TestSolrCoreProperties, TestSolrQueryParser, FullHLLTest, ResponseLogComponentTest, AssignTest, LoggingHandlerTest, ZkNodePropsTest, DistributedQueryComponentCustomSortTest, TestJsonFacets, TestUniqueKeyFieldResource, ChangedSchemaMergeTest, RestartWhileUpdatingTest, HdfsSyncSliceTest, DistributedQueueTest, MinimalSchemaTest, TestSchemaResource, TestRawResponseWriter, TestShortCircuitedRequests, OverriddenZkACLAndCredentialsProvidersTest, ConjunctionSolrSpellCheckerTest, ResourceLoaderTest, TestInfoStreamLogging, LukeRequestHandlerTest, EchoParamsTest, HighlighterMaxOffsetTest, AsyncMigrateRouteKeyTest, TestDistributedGrouping, CollectionsAPIAsyncDistributedZkTest, BasicFunctionalityTest, TestDefaultSearchFieldResource, TestOrdValues, TestExpandComponent, TestConfigSetsAPI, WordBreakSolrSpellCheckerTest, SpellCheckCollatorTest, SortByFunctionTest, TestDistribDocBasedVersion, FieldAnalysisRequestHandlerTest, TestQuerySenderListener, MultiTermTest, TestSolrConfigHandlerConcurrent, RAMDirectoryFactoryTest, TestCustomSort, SolrInfoMBeanTest, SpatialRPTFieldTypeTest, TestSolrDynamicMBean, HLLUtilTest, TestRealTimeGet, SolrCloudExampleTest, NotRequiredUniqueKeyTest, TestConfigSetsAPIZkFailure, MultiThreadedOCPTest, TestScoreJoinQPNoScore, TestQueryUtils, BitVectorTest, FileBasedSpellCheckerTest, CollectionsAPIDistributedZkTest, BasicDistributedZk2Test, SuggesterTest, LeaderFailoverAfterPartitionTest, TestNonDefinedSimilarityFactory, TermVectorComponentTest, LeaderElectionIntegrationTest, TestSolrQueryParserDefaultOperatorResource, SolrCmdDistributorTest, TestJsonRequest, SynonymTokenizerTest, RankQueryTest, TestChildDocTransformer, HdfsRecoverLeaseTest, TestNamedUpdateProcessors, TestFiltering, TestSchemaVersionResource, TestRebalanceLeaders, BlockCacheTest, DistributedIntervalFacetingTest, TestMissingGroups, ZkSolrClientTest, TestConfigOverlay, CSVRequestHandlerTest, FieldMutatingUpdateProcessorTest, TestZkChroot, TestFuzzyAnalyzedSuggestions, TestReqParamsAPI, TermVectorComponentDistributedTest, TestCrossCoreJoin, TestManagedResource, SpellingQueryConverterTest, TestQueryTypes, SolrCoreCheckLockOnStartupTest, TestFastWriter, TestBadConfig, TestFastOutputStream, ShardRoutingCustomTest, TestReload, ChaosMonkeySafeLeaderTest, SyncSliceTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, TestRandomDVFaceting, AutoCommitTest, TestRecovery, TestHashPartitioner, TestJoin, HardAutoCommitTest, DistributedTermsComponentTest, SimpleFacetsTest, StatsComponentTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTSTTest, SpatialFilterTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestUpdate, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, DebugComponentTest, StandardRequestHandlerTest, PrimitiveFieldTypeTest, RequestHandlersTest, TestValueSourceCache, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest, ReturnFieldsTest, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest]
   [junit4] Completed [360/566 (1!)] on J1 in 13.40s, 6 tests, 1 error <<< FAILURES!

[...truncated 696 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:784: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:728: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:516: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1436: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:991: There were test failures: 566 suites (8 ignored), 2253 tests, 1 error, 118 ignored (68 assumptions) [seed: 5F9367AFC2610A47]

Total time: 70 minutes 14 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