You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/02/09 20:11:02 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/393/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:49908/solr/testSolrCloudCollection]
	at __randomizedtesting.SeedInfo.seed([BF7F54D4C71F2FB3:51ACEA0442F31557]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1099)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:49908/solr/testSolrCloudCollection: Ping query caused exception: no servers hosting shard: shard2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 44 more




Build Log:
[...truncated 11447 lines...]
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001
   [junit4]   2> 1915317 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1915318 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1915318 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1915318 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1915318 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1915318 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1915318 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1915339 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1915345 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1915402 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1915405 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1915505 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1915509 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1915510 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1915513 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1915515 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1915516 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1915516 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1915516 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1915516 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1915517 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 1915517 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1915517 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1915517 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1373537300
   [junit4]   2> 1915517 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 1915517 WARN  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 1915517 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-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> 1915521 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1915522 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1915522 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1915522 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1915522 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1915524 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-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=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1915524 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1915524 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1915524 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1915524 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1915524 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1915544 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1915550 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1915573 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1915577 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1915651 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1915655 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1915655 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1915659 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1915660 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1915662 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1915662 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1915663 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1915663 INFO  (coreLoadExecutor-5472-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1915664 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1915664 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001/]
   [junit4]   2> 1915664 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@704556bd
   [junit4]   2> 1915664 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001
   [junit4]   2> 1915664 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001/index/
   [junit4]   2> 1915664 WARN  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1915665 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001/index
   [junit4]   2> 1915665 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@75495f83
   [junit4]   2> 1915666 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@34d00129 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69bda04e),segFN=segments_1,generation=1}
   [junit4]   2> 1915666 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1915666 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001/
   [junit4]   2> 1915668 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1915668 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1915668 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1915669 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1915669 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1915669 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1915669 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1915669 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1915669 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1915669 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1915669 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1915669 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1915671 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1915672 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1915673 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1915674 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1915681 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1915682 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1915682 WARN  (coreLoadExecutor-5472-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> 1915682 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1915683 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1915683 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1915683 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1915684 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1915684 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=1.916015625, floorSegmentMB=1.6103515625, forceMergeDeletesPctAllowed=15.741304337385442, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6890889651755213
   [junit4]   2> 1915684 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@34d00129 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69bda04e),segFN=segments_1,generation=1}
   [junit4]   2> 1915684 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1915684 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@479b2199[collection1] main]
   [junit4]   2> 1915684 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1915684 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1915684 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1915684 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1915748 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1916213 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1916213 INFO  (searcherExecutor-5473-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1916213 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1916213 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1916213 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1916213 INFO  (searcherExecutor-5473-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1916213 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1525724305614176256
   [junit4]   2> 1916214 INFO  (searcherExecutor-5473-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1916214 INFO  (searcherExecutor-5473-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1916214 INFO  (searcherExecutor-5473-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1916214 INFO  (searcherExecutor-5473-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1916215 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1525724305614176256
   [junit4]   2> 1916215 INFO  (searcherExecutor-5473-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1916215 INFO  (coreLoadExecutor-5472-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1916216 INFO  (searcherExecutor-5473-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1916216 INFO  (searcherExecutor-5473-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1916217 INFO  (searcherExecutor-5473-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@479b2199[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1916217 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1916219 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDisablingServer
   [junit4]   2> 1916223 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=3
   [junit4]   2> 1916224 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDisablingServer
   [junit4]   2> 1916226 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
   [junit4]   2> 1916226 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1916226 INFO  (Thread-6597) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1916226 INFO  (Thread-6597) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1916326 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.ZkTestServer start zk server on port:49825
   [junit4]   2> 1916327 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1916327 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916331 INFO  (zkCallback-1886-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@57e87c2 name:ZooKeeperConnection Watcher:127.0.0.1:49825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916331 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916331 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1916331 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1916334 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 1916341 INFO  (jetty-launcher-1885-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1916341 INFO  (jetty-launcher-1885-thread-5) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1916341 INFO  (jetty-launcher-1885-thread-4) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1916341 INFO  (jetty-launcher-1885-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1916342 INFO  (jetty-launcher-1885-thread-3) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1916356 INFO  (jetty-launcher-1885-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e19ef25{/solr,null,AVAILABLE}
   [junit4]   2> 1916356 INFO  (jetty-launcher-1885-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@727a30c{/solr,null,AVAILABLE}
   [junit4]   2> 1916356 INFO  (jetty-launcher-1885-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7fe12d99{/solr,null,AVAILABLE}
   [junit4]   2> 1916360 INFO  (jetty-launcher-1885-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@584d2bf1{/solr,null,AVAILABLE}
   [junit4]   2> 1916361 INFO  (jetty-launcher-1885-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@20c538a6{SSL-http/1.1}{127.0.0.1:35155}
   [junit4]   2> 1916361 INFO  (jetty-launcher-1885-thread-2) [    ] o.e.j.s.Server Started @1921238ms
   [junit4]   2> 1916361 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35155}
   [junit4]   2> 1916361 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1916361 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node2'
   [junit4]   2> 1916361 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1916361 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1916361 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1916362 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916362 INFO  (jetty-launcher-1885-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@e42d0fe{SSL-http/1.1}{127.0.0.1:47514}
   [junit4]   2> 1916362 INFO  (jetty-launcher-1885-thread-4) [    ] o.e.j.s.Server Started @1921239ms
   [junit4]   2> 1916362 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47514}
   [junit4]   2> 1916362 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1916362 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node4'
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@6f47654b{SSL-http/1.1}{127.0.0.1:39833}
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-5) [    ] o.e.j.s.Server Started @1921239ms
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39833}
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node5'
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1916363 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916364 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916364 INFO  (jetty-launcher-1885-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@49704147{SSL-http/1.1}{127.0.0.1:35665}
   [junit4]   2> 1916364 INFO  (jetty-launcher-1885-thread-3) [    ] o.e.j.s.Server Started @1921241ms
   [junit4]   2> 1916364 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35665}
   [junit4]   2> 1916365 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1916365 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node3'
   [junit4]   2> 1916365 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1916365 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1916366 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1916366 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916365 INFO  (jetty-launcher-1885-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@144d45f6{/solr,null,AVAILABLE}
   [junit4]   2> 1916367 INFO  (zkCallback-1889-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2bb861e4 name:ZooKeeperConnection Watcher:127.0.0.1:49825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916367 INFO  (zkCallback-1888-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3bd0e845 name:ZooKeeperConnection Watcher:127.0.0.1:49825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916370 INFO  (jetty-launcher-1885-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@3a4c329{SSL-http/1.1}{127.0.0.1:49908}
   [junit4]   2> 1916370 INFO  (jetty-launcher-1885-thread-1) [    ] o.e.j.s.Server Started @1921246ms
   [junit4]   2> 1916370 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49908}
   [junit4]   2> 1916370 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916370 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1916371 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916371 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1916371 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node1'
   [junit4]   2> 1916371 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1916371 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1916371 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1916372 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1916371 INFO  (zkCallback-1887-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f15e1f name:ZooKeeperConnection Watcher:127.0.0.1:49825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916372 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916373 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916373 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1916373 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1916373 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1916373 INFO  (zkCallback-1890-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1485b762 name:ZooKeeperConnection Watcher:127.0.0.1:49825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916374 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916374 INFO  (zkCallback-1891-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@199a9940 name:ZooKeeperConnection Watcher:127.0.0.1:49825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916374 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1916374 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916374 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1916374 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1916376 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1916382 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1916387 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node1/.
   [junit4]   2> 1916387 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 398363633
   [junit4]   2> 1916387 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node1]
   [junit4]   2> 1916387 WARN  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node1/lib
   [junit4]   2> 1916387 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1916399 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node4/.
   [junit4]   2> 1916399 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 847714056
   [junit4]   2> 1916399 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node4]
   [junit4]   2> 1916399 WARN  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node4/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node4/lib
   [junit4]   2> 1916399 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1916399 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1916401 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1916401 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1916401 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49825/solr
   [junit4]   2> 1916401 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1916401 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1916401 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1916401 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916402 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node5/.
   [junit4]   2> 1916402 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 324933891
   [junit4]   2> 1916402 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node5]
   [junit4]   2> 1916402 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1916402 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1916402 WARN  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node5/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node5/lib
   [junit4]   2> 1916402 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1916402 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49825/solr
   [junit4]   2> 1916403 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1916403 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1916403 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916404 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1916405 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1916405 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1916405 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49825/solr
   [junit4]   2> 1916405 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1916405 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1916405 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916408 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node2/.
   [junit4]   2> 1916408 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 167666939
   [junit4]   2> 1916408 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node2]
   [junit4]   2> 1916408 WARN  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node2/lib
   [junit4]   2> 1916409 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1916409 INFO  (zkCallback-1896-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10d50cc3 name:ZooKeeperConnection Watcher:127.0.0.1:49825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916409 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916409 INFO  (jetty-launcher-1885-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1916411 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1916412 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916412 INFO  (zkCallback-1900-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@41ca9298 name:ZooKeeperConnection Watcher:127.0.0.1:49825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916412 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916412 INFO  (jetty-launcher-1885-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1916412 INFO  (zkCallback-1897-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b4670ee name:ZooKeeperConnection Watcher:127.0.0.1:49825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916413 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1916413 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1916413 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49825/solr
   [junit4]   2> 1916413 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1916413 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1916413 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916428 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916428 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node3/.
   [junit4]   2> 1916429 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 311004152
   [junit4]   2> 1916429 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node3]
   [junit4]   2> 1916429 INFO  (jetty-launcher-1885-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1916429 INFO  (zkCallback-1901-thread-1-processing-n:127.0.0.1:49908_solr) [n:127.0.0.1:49908_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f8402ed name:ZooKeeperConnection Watcher:127.0.0.1:49825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916429 WARN  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node3/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node3/lib
   [junit4]   2> 1916430 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1916430 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916431 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1916432 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1916433 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1916433 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1916433 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49825/solr
   [junit4]   2> 1916433 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1916434 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1916434 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916434 INFO  (zkCallback-1904-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@190c679d name:ZooKeeperConnection Watcher:127.0.0.1:49825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916434 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916434 INFO  (jetty-launcher-1885-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1916435 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916435 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916437 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:39833_solr) [n:127.0.0.1:39833_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4f33c164 name:ZooKeeperConnection Watcher:127.0.0.1:49825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916437 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916437 INFO  (zkCallback-1909-thread-1-processing-n:127.0.0.1:47514_solr) [n:127.0.0.1:47514_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@82fa341 name:ZooKeeperConnection Watcher:127.0.0.1:49825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916438 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916438 INFO  (zkCallback-1907-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9d308db name:ZooKeeperConnection Watcher:127.0.0.1:49825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916438 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1916439 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916439 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916439 INFO  (jetty-launcher-1885-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1916440 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1916442 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1916443 INFO  (zkCallback-1910-thread-1-processing-n:127.0.0.1:35155_solr) [n:127.0.0.1:35155_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c43bfdc name:ZooKeeperConnection Watcher:127.0.0.1:49825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916443 INFO  (zkCallback-1911-thread-1-processing-n:127.0.0.1:35665_solr) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ae09757 name:ZooKeeperConnection Watcher:127.0.0.1:49825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1916443 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916444 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1916445 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1916448 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1916450 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1916452 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1916454 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1916455 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1916457 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1916459 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1916461 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1916463 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35665_solr
   [junit4]   2> 1916464 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35665_solr
   [junit4]   2> 1916466 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1916467 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1916467 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1916467 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1916469 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1916472 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1916472 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95357769101934607-127.0.0.1:35665_solr-n_0000000000
   [junit4]   2> 1916473 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35665_solr
   [junit4]   2> 1916473 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1916475 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.Overseer Overseer (id=95357769101934607-127.0.0.1:35665_solr-n_0000000000) starting
   [junit4]   2> 1916475 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1916477 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1916485 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1916486 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1916486 INFO  (OverseerCollectionConfigSetProcessor-95357769101934607-127.0.0.1:35665_solr-n_0000000000) [n:127.0.0.1:35665_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1916487 INFO  (OverseerStateUpdate-95357769101934607-127.0.0.1:35665_solr-n_0000000000) [n:127.0.0.1:35665_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1916516 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1916516 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1916517 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node3/.
   [junit4]   2> 1916517 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1916519 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1916519 INFO  (jetty-launcher-1885-thread-3) [n:127.0.0.1:35665_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1917475 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49908_solr
   [junit4]   2> 1917476 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49908_solr
   [junit4]   2> 1917476 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47514_solr
   [junit4]   2> 1917477 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:47514_solr
   [junit4]   2> 1917478 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39833_solr
   [junit4]   2> 1917478 INFO  (zkCallback-1901-thread-1-processing-n:127.0.0.1:49908_solr) [n:127.0.0.1:49908_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1917478 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39833_solr
   [junit4]   2> 1917479 INFO  (zkCallback-1909-thread-1-processing-n:127.0.0.1:47514_solr) [n:127.0.0.1:47514_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1917480 INFO  (zkCallback-1910-thread-1-processing-n:127.0.0.1:35155_solr) [n:127.0.0.1:35155_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1917480 INFO  (zkCallback-1901-thread-2-processing-n:127.0.0.1:49908_solr) [n:127.0.0.1:49908_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1917480 INFO  (zkCallback-1911-thread-1-processing-n:127.0.0.1:35665_solr) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1917481 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:39833_solr) [n:127.0.0.1:39833_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1917481 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1917482 INFO  (zkCallback-1911-thread-1-processing-n:127.0.0.1:35665_solr) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1917482 INFO  (zkCallback-1901-thread-2-processing-n:127.0.0.1:49908_solr) [n:127.0.0.1:49908_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1917482 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95357769101934601-127.0.0.1:49908_solr-n_0000000001
   [junit4]   2> 1917482 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1917483 INFO  (zkCallback-1909-thread-2-processing-n:127.0.0.1:47514_solr) [n:127.0.0.1:47514_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1917483 INFO  (zkCallback-1908-thread-2-processing-n:127.0.0.1:39833_solr) [n:127.0.0.1:39833_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1917484 INFO  (zkCallback-1910-thread-2-processing-n:127.0.0.1:35155_solr) [n:127.0.0.1:35155_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1917485 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95357769101934605-127.0.0.1:47514_solr-n_0000000002
   [junit4]   2> 1917486 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95357769101934607-127.0.0.1:35665_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1917486 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95357769101934601-127.0.0.1:49908_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1917490 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35155_solr
   [junit4]   2> 1917491 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35155_solr
   [junit4]   2> 1917492 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1917493 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95357769101934604-127.0.0.1:39833_solr-n_0000000003
   [junit4]   2> 1917494 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95357769101934605-127.0.0.1:47514_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1917500 INFO  (zkCallback-1911-thread-1-processing-n:127.0.0.1:35665_solr) [n:127.0.0.1:35665_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1917517 INFO  (zkCallback-1910-thread-2-processing-n:127.0.0.1:35155_solr) [n:127.0.0.1:35155_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1917518 INFO  (zkCallback-1909-thread-2-processing-n:127.0.0.1:47514_solr) [n:127.0.0.1:47514_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1917518 INFO  (zkCallback-1901-thread-2-processing-n:127.0.0.1:49908_solr) [n:127.0.0.1:49908_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1917518 INFO  (zkCallback-1908-thread-2-processing-n:127.0.0.1:39833_solr) [n:127.0.0.1:39833_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1917520 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1917521 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95357769101934606-127.0.0.1:35155_solr-n_0000000004
   [junit4]   2> 1917523 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95357769101934604-127.0.0.1:39833_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1917540 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1917540 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1917541 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node5/.
   [junit4]   2> 1917541 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1917542 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1917542 INFO  (jetty-launcher-1885-thread-5) [n:127.0.0.1:39833_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1917544 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1917544 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1917545 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node1/.
   [junit4]   2> 1917545 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1917546 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1917546 INFO  (jetty-launcher-1885-thread-1) [n:127.0.0.1:49908_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1917556 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1917556 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1917556 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node4/.
   [junit4]   2> 1917557 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1917558 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1917558 INFO  (jetty-launcher-1885-thread-4) [n:127.0.0.1:47514_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1917559 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1917559 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1917560 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/tempDir-001/node2/.
   [junit4]   2> 1917560 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1917562 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1917562 INFO  (jetty-launcher-1885-thread-2) [n:127.0.0.1:35155_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1917562 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1917563 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1917564 INFO  (zkCallback-1912-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ff9106e name:ZooKeeperConnection Watcher:127.0.0.1:49825 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1917564 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1917564 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1917568 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1917568 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1917569 INFO  (zkCallback-1914-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@404e400b name:ZooKeeperConnection Watcher:127.0.0.1:49825/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1917569 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1917570 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1917579 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-HighlighterMaxOffsetTest.xml
   [junit4]   2> 1917582 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-missing-scriptfile.xml
   [junit4]   2> 1917589 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 1917594 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 1917597 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 1917600 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-binaryfield.xml
   [junit4]   2> 1917606 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
   [junit4]   2> 1917610 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-unsupported-docValues.xml
   [junit4]   2> 1917612 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-master2.xml
   [junit4]   2> 1917615 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stop-1.txt
   [junit4]   2> 1917618 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 1917621 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 1917624 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-class-name-shortening-on-serialization.xml
   [junit4]   2> 1917627 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
   [junit4]   2> 1917631 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 1917634 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-externalversionconstraint.xml
   [junit4]   2> 1917637 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-headers.xml
   [junit4]   2> 1917641 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-phrasesuggest.xml
   [junit4]   2> 1917643 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-unexpected-schema-attribute.xml
   [junit4]   2> 1917647 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 1917650 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicyfactory.xml
   [junit4]   2> 1917652 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 1917655 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 1917659 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-functionquery.xml
   [junit4]   2> 1917661 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/currency.xml
   [junit4]   2> 1917665 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.

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

#Ending testEnablingServer
   [junit4]   2> 1923677 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingWithNoHealthCheck
   [junit4]   2> 1923677 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1923677 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={action=ping&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1923677 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[BF7F54D4C71F2FB3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPingWithNoHealthCheck
   [junit4]   2> 1923678 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1923678 INFO  (SUITE-PingRequestHandlerTest-seed#[BF7F54D4C71F2FB3]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1373537300
   [junit4]   2> 1923687 INFO  (coreCloseExecutor-5533-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@72783486
   [junit4]   2> 1923687 INFO  (coreCloseExecutor-5533-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1923687 INFO  (coreCloseExecutor-5533-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1923687 INFO  (coreCloseExecutor-5533-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1923687 INFO  (coreCloseExecutor-5533-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1923688 INFO  (coreCloseExecutor-5533-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1923703 INFO  (coreCloseExecutor-5533-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1923703 INFO  (coreCloseExecutor-5533-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1923704 INFO  (coreCloseExecutor-5533-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001/index
   [junit4]   2> 1923704 INFO  (coreCloseExecutor-5533-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001;done=false>>]
   [junit4]   2> 1923704 INFO  (coreCloseExecutor-5533-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_BF7F54D4C71F2FB3-001
   [junit4]   2> Feb 09, 2016 6:54:51 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=SimpleText, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=ar-SY, timezone=America/Belem
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=206827536,total=394768384
   [junit4]   2> NOTE: All tests run in this JVM: [SegmentsInfoRequestHandlerTest, HLLSerializationTest, SpellingQueryConverterTest, HdfsDirectoryFactoryTest, TestZkChroot, SolrPluginUtilsTest, ShowFileRequestHandlerTest, TestRebalanceLeaders, ZkSolrClientTest, ResponseLogComponentTest, BufferStoreTest, NoCacheHeaderTest, TestWriterPerf, SuggesterTSTTest, BasicZkTest, TestSQLHandler, CloudMLTQParserTest, TestDynamicFieldCollectionResource, DeleteStatusTest, TestSolrDynamicMBean, TestShardHandlerFactory, TestLMJelinekMercerSimilarityFactory, DateMathParserTest, TestPKIAuthenticationPlugin, VersionInfoTest, HdfsWriteToMultipleCollectionsTest, TestJoin, TestBadConfig, CurrencyFieldOpenExchangeTest, TestTestInjection, TestJettySolrRunner, BigEndianAscendingWordSerializerTest, TestPerFieldSimilarityWithDefaultOverride, TestUtils, TestBM25SimilarityFactory, TestSystemIdResolver, PKIAuthenticationIntegrationTest, TestSmileRequest, TestManagedResourceStorage, SolrCoreCheckLockOnStartupTest, TestRTimerTree, CollectionReloadTest, OverseerRolesTest, TestNoOpRegenerator, CopyFieldTest, ParsingFieldUpdateProcessorsTest, ChaosMonkeySafeLeaderTest, MultiThreadedOCPTest, TermVectorComponentTest, NotRequiredUniqueKeyTest, TestDistributedGrouping, TestCopyFieldCollectionResource, LeaderFailoverAfterPartitionTest, TestHashQParserPlugin, DistribDocExpirationUpdateProcessorTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParserResource, TestSchemaNameResource, TestFieldTypeCollectionResource, TestConfigReload, TestAtomicUpdateErrorCases, DataDrivenBlockJoinTest, TestFieldCollectionResource, BasicFunctionalityTest, CdcrVersionReplicationTest, LeaderElectionIntegrationTest, EnumFieldTest, DistanceUnitsTest, SuggestComponentTest, SolrCloudExampleTest, DirectSolrConnectionTest, SolrIndexSplitterTest, ShardSplitTest, TestStandardQParsers, TestIndexingPerformance, OutputWriterTest, TestShortCircuitedRequests, RemoteQueryErrorTest, IndexSchemaRuntimeFieldTest, SpatialHeatmapFacetsTest, ConnectionReuseTest, QueryParsingTest, TestBulkSchemaConcurrent, PluginInfoTest, AtomicUpdatesTest, TestExactSharedStatsCache, TestRandomFaceting, TestClassicSimilarityFactory, FieldMutatingUpdateProcessorTest, TestMiniSolrCloudClusterBase, MultiTermTest, TestCharFilters, OpenExchangeRatesOrgProviderTest, TestDistribDocBasedVersion, GraphQueryTest, TestScoreJoinQPScore, TestNRTOpen, TestOmitPositions, TestSolr4Spatial, TestExpandComponent, TestReqParamsAPI, SortSpecParsingTest, TestSolrJ, NumericFieldsTest, TestMiniSolrCloudClusterSSL, DeleteReplicaTest, DistributedMLTComponentTest, TestMacros, ForceLeaderTest, TestRTGBase, TestSolrDeletionPolicy2, ResourceLoaderTest, FullSolrCloudDistribCmdsTest, RulesTest, SpellPossibilityIteratorTest, AliasIntegrationTest, HighlighterConfigTest, DocExpirationUpdateProcessorFactoryTest, SuggesterWFSTTest, TestSolrIndexConfig, CheckHdfsIndexTest, SignatureUpdateProcessorFactoryTest, MinimalSchemaTest, TestFoldingMultitermQuery, TestPHPSerializedResponseWriter, TestSha256AuthenticationProvider, UpdateRequestProcessorFactoryTest, TestMaxScoreQueryParser, TestTrie, TestQueryTypes, TestUseDocValuesAsStored2, TestFiltering, TlogReplayBufferedWhileIndexingTest, ZkStateWriterTest, TestFieldSortValues, TestExceedMaxTermLength, CleanupOldIndexTest, DistributedQueueTest, DeleteInactiveReplicaTest, LoggingHandlerTest, TestValueSourceCache, FileUtilsTest, OpenCloseCoreStressTest, RecoveryZkTest, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, TestQueryUtils, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaTest, TestCollationField, JSONWriterTest, MBeansHandlerTest, JsonLoaderTest, PingRequestHandlerTest]
   [junit4] Completed [375/579 (1!)] on J1 in 8.93s, 6 tests, 1 error <<< FAILURES!

[...truncated 692 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/common-build.xml:524: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2324 tests, 1 error, 87 ignored (72 assumptions) [seed: BF7F54D4C71F2FB3]

Total time: 65 minutes 10 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