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/03/27 13:04:40 UTC

[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_72) - Build # 266 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/266/
Java: 32bit/jdk1.8.0_72 -server -XX:+UseConcMarkSweepGC

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

Error Message:
Error from server at http://127.0.0.1:40616/solr: Cannot create collection testSolrCloudCollection. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2 and value of replicationFactor is 2. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:40616/solr: Cannot create collection testSolrCloudCollection. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2 and value of replicationFactor is 2. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([622F2B30FF9500E4:8CFC95E07A793A00]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1165)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:935)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:871)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.MiniSolrCloudCluster.makeCollectionsRequest(MiniSolrCloudCluster.java:415)
	at org.apache.solr.cloud.MiniSolrCloudCluster.createCollection(MiniSolrCloudCluster.java:399)
	at org.apache.solr.cloud.MiniSolrCloudCluster.createCollection(MiniSolrCloudCluster.java:376)
	at org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:194)
	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)




Build Log:
[...truncated 11808 lines...]
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001
   [junit4]   2> 1400270 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1400271 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1400271 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1400271 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1400271 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1400271 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1400271 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1400294 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1400313 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1400337 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1400344 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1400433 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1400438 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1400439 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1400442 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1400444 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1400445 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1400446 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1400446 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1400446 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1400446 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1400446 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1400446 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1400446 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 33267800
   [junit4]   2> 1400446 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1400447 WARN  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1400447 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-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> 1400449 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1400449 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1400449 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1400449 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1400449 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1400450 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-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=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1400453 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1400453 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1400453 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1400454 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1400454 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1400468 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1400478 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1400501 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1400506 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1400590 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1400595 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1400596 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1400599 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1400601 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1400603 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1400603 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1400606 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1400606 INFO  (coreLoadExecutor-4803-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1400606 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1400606 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001/]
   [junit4]   2> 1400606 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@df0bf6
   [junit4]   2> 1400607 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001
   [junit4]   2> 1400607 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001/index/
   [junit4]   2> 1400607 WARN  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1400607 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001/index
   [junit4]   2> 1400608 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2838432995737761]
   [junit4]   2> 1400608 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d5e580 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9f9660),segFN=segments_1,generation=1}
   [junit4]   2> 1400608 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1400608 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001/
   [junit4]   2> 1400611 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1400611 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1400611 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1400611 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1400611 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1400612 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1400612 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1400612 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1400612 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1400612 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1400612 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1400612 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1400614 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1400615 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1400616 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1400617 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1400621 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1400622 INFO  (coreLoadExecutor-4803-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> 1400622 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1400622 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1400622 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1400623 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1400623 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1400623 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1400624 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d5e580 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9f9660),segFN=segments_1,generation=1}
   [junit4]   2> 1400624 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1400624 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@131302e[collection1] main]
   [junit4]   2> 1400624 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1400624 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1400624 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1400624 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1400648 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1400795 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1400796 INFO  (searcherExecutor-4804-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1400796 INFO  (searcherExecutor-4804-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1400796 INFO  (searcherExecutor-4804-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1400797 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1400797 INFO  (searcherExecutor-4804-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1400797 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1400797 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1400797 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1529952106324164608
   [junit4]   2> 1400797 INFO  (searcherExecutor-4804-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1400797 INFO  (searcherExecutor-4804-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1400797 INFO  (searcherExecutor-4804-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1400798 INFO  (searcherExecutor-4804-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1400798 INFO  (searcherExecutor-4804-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1400799 INFO  (searcherExecutor-4804-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@131302e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1400799 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1529952106324164608
   [junit4]   2> 1400799 INFO  (coreLoadExecutor-4803-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1400800 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1400807 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
   [junit4]   2> 1400808 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1400808 INFO  (Thread-3824) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1400808 INFO  (Thread-3824) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1400908 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.c.ZkTestServer start zk server on port:32866
   [junit4]   2> 1400908 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1400909 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1400913 INFO  (zkCallback-1495-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ff73 name:ZooKeeperConnection Watcher:127.0.0.1:32866 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1400915 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1400915 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1400915 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1400918 INFO  (jetty-launcher-1494-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1400918 INFO  (jetty-launcher-1494-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1400918 INFO  (jetty-launcher-1494-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1400918 INFO  (jetty-launcher-1494-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1400918 INFO  (jetty-launcher-1494-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1400937 INFO  (jetty-launcher-1494-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d8d82e{/solr,null,AVAILABLE}
   [junit4]   2> 1400937 INFO  (jetty-launcher-1494-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@17f277c{HTTP/1.1,[http/1.1]}{127.0.0.1:33421}
   [junit4]   2> 1400937 INFO  (jetty-launcher-1494-thread-2) [    ] o.e.j.s.Server Started @1402764ms
   [junit4]   2> 1400937 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33421}
   [junit4]   2> 1400937 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1400938 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node2'
   [junit4]   2> 1400938 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1400938 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1400938 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1400940 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1400943 INFO  (jetty-launcher-1494-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15b4029{/solr,null,AVAILABLE}
   [junit4]   2> 1400949 INFO  (jetty-launcher-1494-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1efd9c1{/solr,null,AVAILABLE}
   [junit4]   2> 1400949 INFO  (jetty-launcher-1494-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@52ea17{HTTP/1.1,[http/1.1]}{127.0.0.1:37010}
   [junit4]   2> 1400949 INFO  (jetty-launcher-1494-thread-3) [    ] o.e.j.s.Server Started @1402776ms
   [junit4]   2> 1400949 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37010}
   [junit4]   2> 1400949 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1400949 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node3'
   [junit4]   2> 1400950 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1400950 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1400950 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1400951 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1400951 INFO  (zkCallback-1497-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@791c77 name:ZooKeeperConnection Watcher:127.0.0.1:32866/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1400951 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1400952 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1400952 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1400954 INFO  (zkCallback-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f6bf6b name:ZooKeeperConnection Watcher:127.0.0.1:32866/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1400954 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1400954 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1400961 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1400961 INFO  (jetty-launcher-1494-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65f9c4{/solr,null,AVAILABLE}
   [junit4]   2> 1400961 INFO  (jetty-launcher-1494-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@1089caa{HTTP/1.1,[http/1.1]}{127.0.0.1:40616}
   [junit4]   2> 1400961 INFO  (jetty-launcher-1494-thread-4) [    ] o.e.j.s.Server Started @1402788ms
   [junit4]   2> 1400961 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40616}
   [junit4]   2> 1400962 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1400962 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node4'
   [junit4]   2> 1400962 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1400962 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1400962 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1400977 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1400977 INFO  (jetty-launcher-1494-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4d0a48{HTTP/1.1,[http/1.1]}{127.0.0.1:41997}
   [junit4]   2> 1400977 INFO  (jetty-launcher-1494-thread-1) [    ] o.e.j.s.Server Started @1402804ms
   [junit4]   2> 1400977 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41997}
   [junit4]   2> 1400977 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1400977 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node1'
   [junit4]   2> 1400978 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1400979 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node3/.
   [junit4]   2> 1400981 INFO  (jetty-launcher-1494-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c21d83{/solr,null,AVAILABLE}
   [junit4]   2> 1401000 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 20259086
   [junit4]   2> 1400997 INFO  (zkCallback-1498-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@964f3a name:ZooKeeperConnection Watcher:127.0.0.1:32866/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1400981 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1400980 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node2/.
   [junit4]   2> 1401001 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401001 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 24431801
   [junit4]   2> 1401001 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node2]
   [junit4]   2> 1401000 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node3]
   [junit4]   2> 1401002 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1401006 WARN  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node3/lib
   [junit4]   2> 1401002 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1401006 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1401007 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1401007 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1401008 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1401008 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1401008 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32866/solr
   [junit4]   2> 1401008 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1401008 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1401002 WARN  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node2/lib
   [junit4]   2> 1401001 INFO  (jetty-launcher-1494-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@1871c5e{HTTP/1.1,[http/1.1]}{127.0.0.1:34338}
   [junit4]   2> 1401008 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1401008 INFO  (jetty-launcher-1494-thread-5) [    ] o.e.j.s.Server Started @1402835ms
   [junit4]   2> 1401008 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34338}
   [junit4]   2> 1401009 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1401009 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1401009 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1401009 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32866/solr
   [junit4]   2> 1401009 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1401009 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1401020 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401020 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401023 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1401024 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node5'
   [junit4]   2> 1401024 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1401024 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1401024 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1401026 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401026 INFO  (zkCallback-1499-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d64979 name:ZooKeeperConnection Watcher:127.0.0.1:32866/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401026 INFO  (zkCallback-1505-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b3fdf7 name:ZooKeeperConnection Watcher:127.0.0.1:32866 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401026 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401027 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401027 INFO  (jetty-launcher-1494-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1401027 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1401027 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1401031 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401031 INFO  (zkCallback-1502-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a04472 name:ZooKeeperConnection Watcher:127.0.0.1:32866 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401031 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401031 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node4/.
   [junit4]   2> 1401032 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 4370288
   [junit4]   2> 1401032 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node4]
   [junit4]   2> 1401032 WARN  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node4/lib
   [junit4]   2> 1401032 INFO  (jetty-launcher-1494-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1401032 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1401032 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401032 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node1/.
   [junit4]   2> 1401033 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1401033 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1580612
   [junit4]   2> 1401033 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node1]
   [junit4]   2> 1401033 WARN  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node1/lib
   [junit4]   2> 1401033 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1401033 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x153b7b55adc0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1401033 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401033 INFO  (zkCallback-1506-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@119601d name:ZooKeeperConnection Watcher:127.0.0.1:32866/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401033 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1401033 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1401033 INFO  (zkCallback-1507-thread-1-processing-n:127.0.0.1:33421_solr) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c67397 name:ZooKeeperConnection Watcher:127.0.0.1:32866/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401034 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1401034 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1401034 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1401034 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32866/solr
   [junit4]   2> 1401034 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1401035 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1401035 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401035 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32866/solr
   [junit4]   2> 1401035 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401035 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1401035 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1401035 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1401035 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1401036 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1401037 INFO  (zkCallback-1510-thread-1-processing-n:127.0.0.1:37010_solr) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@80ece8 name:ZooKeeperConnection Watcher:127.0.0.1:32866/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401037 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401041 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1401042 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1401043 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1401044 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1401045 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1401045 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401045 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1401047 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1401047 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401047 INFO  (zkCallback-1513-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8fe733 name:ZooKeeperConnection Watcher:127.0.0.1:32866 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401047 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401047 INFO  (zkCallback-1514-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ff872 name:ZooKeeperConnection Watcher:127.0.0.1:32866 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401047 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401047 INFO  (jetty-launcher-1494-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1401047 INFO  (jetty-launcher-1494-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1401048 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1401048 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node5/.
   [junit4]   2> 1401048 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 27756877
   [junit4]   2> 1401048 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node5]
   [junit4]   2> 1401048 WARN  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node5/lib
   [junit4]   2> 1401049 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401049 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1401049 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x153b7b55adc000b, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1401049 INFO  (jetty-launcher-1494-thread-4) [n:127.0.0.1:40616_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401050 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1401051 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1401051 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1401051 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32866/solr
   [junit4]   2> 1401051 INFO  (zkCallback-1515-thread-1-processing-n:127.0.0.1:40616_solr) [n:127.0.0.1:40616_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@65fd3b name:ZooKeeperConnection Watcher:127.0.0.1:32866/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401051 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1401051 INFO  (jetty-launcher-1494-thread-4) [n:127.0.0.1:40616_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401051 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1401051 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401052 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:41997_solr) [n:127.0.0.1:41997_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a21036 name:ZooKeeperConnection Watcher:127.0.0.1:32866/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401052 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401052 INFO  (zkCallback-1519-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1209b10 name:ZooKeeperConnection Watcher:127.0.0.1:32866 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401052 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401052 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1401052 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1401053 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1401054 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1401055 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1401056 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1401056 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1401057 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1401057 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1401057 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1401058 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1401058 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95622006646243336-127.0.0.1:33421_solr-n_0000000000
   [junit4]   2> 1401058 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33421_solr
   [junit4]   2> 1401058 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1401058 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1401059 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95622006646243341-127.0.0.1:41997_solr-n_0000000001
   [junit4]   2> 1401059 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95622006646243336-127.0.0.1:33421_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1401059 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41997_solr
   [junit4]   2> 1401060 INFO  (jetty-launcher-1494-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1401060 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41997_solr
   [junit4]   2> 1401061 INFO  (jetty-launcher-1494-thread-4) [n:127.0.0.1:40616_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1401061 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:41997_solr) [n:127.0.0.1:41997_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: [0])
   [junit4]   2> 1401062 INFO  (zkCallback-1510-thread-1-processing-n:127.0.0.1:37010_solr) [n:127.0.0.1:37010_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: [0])
   [junit4]   2> 1401065 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:41997_solr) [n:127.0.0.1:41997_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1401066 INFO  (zkCallback-1510-thread-1-processing-n:127.0.0.1:37010_solr) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1401066 INFO  (zkCallback-1507-thread-1-processing-n:127.0.0.1:33421_solr) [n:127.0.0.1:33421_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: [0])
   [junit4]   2> 1401066 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1401066 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95622006646243337-127.0.0.1:37010_solr-n_0000000002
   [junit4]   2> 1401067 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1401067 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95622006646243341-127.0.0.1:41997_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1401067 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:37010_solr as DOWN
   [junit4]   2> 1401067 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:34338_solr) [n:127.0.0.1:34338_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@aaecea name:ZooKeeperConnection Watcher:127.0.0.1:32866/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1401067 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1401068 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.Overseer Overseer (id=95622006646243336-127.0.0.1:33421_solr-n_0000000000) starting
   [junit4]   2> 1401069 INFO  (jetty-launcher-1494-thread-4) [n:127.0.0.1:40616_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1401069 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1401069 INFO  (jetty-launcher-1494-thread-4) [n:127.0.0.1:40616_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1401070 INFO  (jetty-launcher-1494-thread-4) [n:127.0.0.1:40616_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95622006646243340-127.0.0.1:40616_solr-n_0000000003
   [junit4]   2> 1401070 INFO  (jetty-launcher-1494-thread-4) [n:127.0.0.1:40616_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95622006646243337-127.0.0.1:37010_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1401070 INFO  (jetty-launcher-1494-thread-4) [n:127.0.0.1:40616_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40616_solr as DOWN
   [junit4]   2> 1401072 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1401074 INFO  (zkCallback-1507-thread-1-processing-n:127.0.0.1:33421_solr) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1401075 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1401075 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1401075 INFO  (OverseerStateUpdate-95622006646243336-127.0.0.1:33421_solr-n_0000000000) [n:127.0.0.1:33421_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1401076 INFO  (OverseerStateUpdate-95622006646243336-127.0.0.1:33421_solr-n_0000000000) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1401076 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1401077 INFO  (OverseerCollectionConfigSetProcessor-95622006646243336-127.0.0.1:33421_solr-n_0000000000) [n:127.0.0.1:33421_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1401079 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95622006646243343-127.0.0.1:34338_solr-n_0000000004
   [junit4]   2> 1401079 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95622006646243340-127.0.0.1:40616_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1401080 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:34338_solr as DOWN
   [junit4]   2> 1401083 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33421_solr as DOWN
   [junit4]   2> 1401089 INFO  (OverseerStateUpdate-95622006646243336-127.0.0.1:33421_solr-n_0000000000) [n:127.0.0.1:33421_solr    ] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37010_solr"} current state version: 0
   [junit4]   2> 1401089 INFO  (OverseerStateUpdate-95622006646243336-127.0.0.1:33421_solr-n_0000000000) [n:127.0.0.1:33421_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37010_solr
   [junit4]   2> 1401089 INFO  (OverseerStateUpdate-95622006646243336-127.0.0.1:33421_solr-n_0000000000) [n:127.0.0.1:33421_solr    ] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40616_solr"} current state version: 0
   [junit4]   2> 1401089 INFO  (OverseerStateUpdate-95622006646243336-127.0.0.1:33421_solr-n_0000000000) [n:127.0.0.1:33421_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40616_solr
   [junit4]   2> 1401090 INFO  (OverseerStateUpdate-95622006646243336-127.0.0.1:33421_solr-n_0000000000) [n:127.0.0.1:33421_solr    ] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:34338_solr"} current state version: 0
   [junit4]   2> 1401090 INFO  (OverseerStateUpdate-95622006646243336-127.0.0.1:33421_solr-n_0000000000) [n:127.0.0.1:33421_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34338_solr
   [junit4]   2> 1401090 INFO  (OverseerStateUpdate-95622006646243336-127.0.0.1:33421_solr-n_0000000000) [n:127.0.0.1:33421_solr    ] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33421_solr"} current state version: 0
   [junit4]   2> 1401090 INFO  (OverseerStateUpdate-95622006646243336-127.0.0.1:33421_solr-n_0000000000) [n:127.0.0.1:33421_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33421_solr
   [junit4]   2> 1401141 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1401141 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1401142 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node1/.
   [junit4]   2> 1401142 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1401143 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1401143 INFO  (jetty-launcher-1494-thread-1) [n:127.0.0.1:41997_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1402068 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37010_solr
   [junit4]   2> 1402069 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37010_solr
   [junit4]   2> 1402069 INFO  (zkCallback-1515-thread-1-processing-n:127.0.0.1:40616_solr) [n:127.0.0.1:40616_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> 1402069 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:34338_solr) [n:127.0.0.1:34338_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> 1402069 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:41997_solr) [n:127.0.0.1:41997_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> 1402069 INFO  (zkCallback-1507-thread-1-processing-n:127.0.0.1:33421_solr) [n:127.0.0.1:33421_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> 1402069 INFO  (zkCallback-1510-thread-1-processing-n:127.0.0.1:37010_solr) [n:127.0.0.1:37010_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> 1402070 INFO  (zkCallback-1515-thread-1-processing-n:127.0.0.1:40616_solr) [n:127.0.0.1:40616_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1402070 INFO  (zkCallback-1510-thread-1-processing-n:127.0.0.1:37010_solr) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1402070 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:34338_solr) [n:127.0.0.1:34338_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1402070 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:41997_solr) [n:127.0.0.1:41997_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1402071 INFO  (jetty-launcher-1494-thread-4) [n:127.0.0.1:40616_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40616_solr
   [junit4]   2> 1402071 INFO  (jetty-launcher-1494-thread-4) [n:127.0.0.1:40616_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40616_solr
   [junit4]   2> 1402072 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:41997_solr) [n:127.0.0.1:41997_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> 1402072 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:34338_solr) [n:127.0.0.1:34338_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> 1402072 INFO  (zkCallback-1507-thread-2-processing-n:127.0.0.1:33421_solr) [n:127.0.0.1:33421_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> 1402072 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:41997_solr) [n:127.0.0.1:41997_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1402072 INFO  (zkCallback-1510-thread-1-processing-n:127.0.0.1:37010_solr) [n:127.0.0.1:37010_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> 1402072 INFO  (zkCallback-1507-thread-1-processing-n:127.0.0.1:33421_solr) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1402072 INFO  (zkCallback-1515-thread-1-processing-n:127.0.0.1:40616_solr) [n:127.0.0.1:40616_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> 1402081 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34338_solr
   [junit4]   2> 1402081 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:34338_solr) [n:127.0.0.1:34338_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1402081 INFO  (zkCallback-1510-thread-1-processing-n:127.0.0.1:37010_solr) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1402081 INFO  (zkCallback-1515-thread-1-processing-n:127.0.0.1:40616_solr) [n:127.0.0.1:40616_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1402082 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34338_solr
   [junit4]   2> 1402082 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:41997_solr) [n:127.0.0.1:41997_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> 1402082 INFO  (zkCallback-1515-thread-1-processing-n:127.0.0.1:40616_solr) [n:127.0.0.1:40616_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> 1402082 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:34338_solr) [n:127.0.0.1:34338_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> 1402082 INFO  (zkCallback-1507-thread-1-processing-n:127.0.0.1:33421_solr) [n:127.0.0.1:33421_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> 1402082 INFO  (zkCallback-1510-thread-1-processing-n:127.0.0.1:37010_solr) [n:127.0.0.1:37010_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> 1402083 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:41997_solr) [n:127.0.0.1:41997_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1402083 INFO  (zkCallback-1515-thread-1-processing-n:127.0.0.1:40616_solr) [n:127.0.0.1:40616_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1402083 INFO  (zkCallback-1510-thread-1-processing-n:127.0.0.1:37010_solr) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1402084 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:34338_solr) [n:127.0.0.1:34338_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1402084 INFO  (zkCallback-1507-thread-1-processing-n:127.0.0.1:33421_solr) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1402085 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1402085 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1402085 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33421_solr
   [junit4]   2> 1402085 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node3/.
   [junit4]   2> 1402085 INFO  (jetty-launcher-1494-thread-2) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33421_solr
   [junit4]   2> 1402085 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1402086 INFO  (zkCallback-1515-thread-1-processing-n:127.0.0.1:40616_solr) [n:127.0.0.1:40616_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> 1402086 INFO  (zkCallback-1510-thread-1-processing-n:127.0.0.1:37010_solr) [n:127.0.0.1:37010_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> 1402086 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1402086 INFO  (jetty-launcher-1494-thread-3) [n:127.0.0.1:37010_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1402086 INFO  (zkCallback-1515-thread-1-processing-n:127.0.0.1:40616_solr) [n:127.0.0.1:40616_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1402086 INFO  (zkCallback-1507-thread-1-processing-n:127.0.0.1:33421_solr) [n:127.0.0.1:33421_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> 1402086 INFO  (zkCallback-1510-thread-1-processing-n:127.0.0.1:37010_solr) [n:127.0.0.1:37010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1402088 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:41997_solr) [n:127.0.0.1:41997_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> 1402088 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:34338_solr) [n:127.0.0.1:34338_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> 1402088 INFO  (zkCallback-1507-thread-1-processing-n:127.0.0.1:33421_solr) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1402088 INFO  (zkCallback-1516-thread-1-processing-n:127.0.0.1:41997_solr) [n:127.0.0.1:41997_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1402088 INFO  (zkCallback-1520-thread-1-processing-n:127.0.0.1:34338_solr) [n:127.0.0.1:34338_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1402093 INFO  (zkCallback-1507-thread-2-processing-n:127.0.0.1:33421_solr) [n:127.0.0.1:33421_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (3)
   [junit4]   2> 1402098 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1402098 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1402098 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/tempDir-001/node5/.
   [junit4]   2> 1402098 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1402099 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1402099 INFO  (jetty-launcher-1494-thread-5) [n:127.0.0.1:34338_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4

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

estHandlerTest.testGettingStatus-seed#[622F2B30FF9500E4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGettingStatus
   [junit4]   2> 1404083 INFO  (TEST-PingRequestHandlerTest.testGettingStatus-seed#[622F2B30FF9500E4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGettingStatus
   [junit4]   2> 1404084 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[622F2B30FF9500E4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionRaisesException
   [junit4]   2> 1404085 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[622F2B30FF9500E4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionRaisesException
   [junit4]   2> 1404086 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingWithNoHealthCheck
   [junit4]   2> 1404086 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1404086 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={action=ping&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1404086 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[622F2B30FF9500E4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPingWithNoHealthCheck
   [junit4]   2> 1404086 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1404086 INFO  (SUITE-PingRequestHandlerTest-seed#[622F2B30FF9500E4]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=33267800
   [junit4]   2> 1404087 INFO  (coreCloseExecutor-4845-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@773189
   [junit4]   2> 1404087 INFO  (coreCloseExecutor-4845-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> 1404087 INFO  (coreCloseExecutor-4845-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1404087 INFO  (coreCloseExecutor-4845-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1404087 INFO  (coreCloseExecutor-4845-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1404087 INFO  (coreCloseExecutor-4845-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1404095 INFO  (coreCloseExecutor-4845-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1404095 INFO  (coreCloseExecutor-4845-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001;done=false>>]
   [junit4]   2> 1404095 INFO  (coreCloseExecutor-4845-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001
   [junit4]   2> 1404095 INFO  (coreCloseExecutor-4845-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1404095 INFO  (coreCloseExecutor-4845-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_622F2B30FF9500E4-001
   [junit4]   2> Mar 27, 2016 10:53:52 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=588, maxMBSortInHeap=5.041621064184731, sim=ClassicSimilarity, locale=mk, timezone=Asia/Dacca
   [junit4]   2> NOTE: Linux 4.2.0-34-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=215263464,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestIntervalFaceting, OutOfBoxZkACLAndCredentialsProvidersTest, CollectionTooManyReplicasTest, DistributedFacetPivotWhiteBoxTest, CheckHdfsIndexTest, TestSchemaSimilarityResource, TestQueryWrapperFilter, TestDefaultSearchFieldResource, TestMergePolicyConfig, TestBulkSchemaAPI, ResourceLoaderTest, TestJsonFacets, CustomCollectionTest, PeerSyncTest, HLLSerializationTest, TestRandomDVFaceting, TestSolr4Spatial2, JSONWriterTest, TestBinaryField, TestCloudManagedSchema, DistributedQueryElevationComponentTest, ZkStateReaderTest, TestDFISimilarityFactory, HttpPartitionTest, SystemInfoHandlerTest, CloudExitableDirectoryReaderTest, TestFoldingMultitermQuery, SolrCoreTest, SOLR749Test, QueryEqualityTest, DirectoryFactoryTest, JsonLoaderTest, TestUseDocValuesAsStored, FileBasedSpellCheckerTest, ReturnFieldsTest, UUIDFieldTest, TestSQLHandler, DistributedDebugComponentTest, TestPerFieldSimilarityWithDefaultOverride, TestDistributedSearch, StandardRequestHandlerTest, TestReRankQParserPlugin, HdfsCollectionsAPIDistributedZkTest, AsyncCallRequestStatusResponseTest, BasicDistributedZkTest, TestRandomFaceting, DistribCursorPagingTest, XsltUpdateRequestHandlerTest, PrimUtilsTest, TestFaceting, TestScoreJoinQPNoScore, SharedFSAutoReplicaFailoverUtilsTest, TestReplicationHandler, TestArbitraryIndexDir, AddSchemaFieldsUpdateProcessorFactoryTest, TestImplicitCoreProperties, DocumentAnalysisRequestHandlerTest, HdfsThreadLeakTest, SolrRequestParserTest, BlockDirectoryTest, ParsingFieldUpdateProcessorsTest, TestTolerantUpdateProcessorCloud, CdcrReplicationDistributedZkTest, BasicZkTest, SignatureUpdateProcessorFactoryTest, TestManagedStopFilterFactory, TestLRUStatsCache, TestCrossCoreJoin, RequiredFieldsTest, TestFieldTypeResource, IndexSchemaTest, AnalyticsQueryTest, RequestLoggingTest, ChangedSchemaMergeTest, HdfsWriteToMultipleCollectionsTest, TestIBSimilarityFactory, TestLuceneMatchVersion, TestExceedMaxTermLength, TestMiniSolrCloudClusterSSL, CacheHeaderTest, TestFieldCollectionResource, DistributedFacetPivotLongTailTest, TestLMDirichletSimilarityFactory, TestCloudInspectUtil, SynonymTokenizerTest, TestReplicaProperties, SolrXmlInZkTest, TestCryptoKeys, TestOmitPositions, TestConfig, DistributedQueueTest, TestNRTOpen, EnumFieldTest, TestConfigSetsAPI, RecoveryAfterSoftCommitTest, PathHierarchyTokenizerFactoryTest, SyncSliceTest, LeaderElectionIntegrationTest, RecoveryZkTest, ShardRoutingCustomTest, TestHashPartitioner, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestReload, TestStressVersions, HardAutoCommitTest, TestGroupingSearch, ConvertedLegacyTest, BasicFunctionalityTest, DirectUpdateHandlerTest, HighlighterTest, SoftAutoCommitTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, PrimitiveFieldTypeTest, TermsComponentTest, RequestHandlersTest, TermVectorComponentTest, FastVectorHighlighterTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, PingRequestHandlerTest]
   [junit4] Completed [383/585 (1!)] on J0 in 4.60s, 6 tests, 1 error <<< FAILURES!

[...truncated 668 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 585 suites (10 ignored), 2364 tests, 1 error, 115 ignored (70 assumptions) [seed: 622F2B30FF9500E4]

Total time: 59 minutes 29 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