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

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3089 - Still Failing!

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

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

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

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




Build Log:
[...truncated 10786 lines...]
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001
   [junit4]   2> 965712 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 965712 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 965712 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 965713 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 965713 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 965713 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 965713 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 965747 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 965754 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 965769 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 965773 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 965872 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 965878 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 965879 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 965883 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 965885 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 965886 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 965887 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 965887 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 965887 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 965887 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr'
   [junit4]   2> 965887 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 965887 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 965887 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 892114511
   [junit4]   2> 965887 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr]
   [junit4]   2> 965888 WARN  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 965888 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-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> 965891 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 965891 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 965891 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 965891 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 965891 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 965892 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001, shard=shard1}
   [junit4]   2> 965893 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 965893 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 965893 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 965894 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 965894 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 965911 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 965917 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 965930 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 965935 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 965988 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 965991 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 965992 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 965995 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 965997 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 965998 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 965998 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 966002 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 966002 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 966002 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 966002 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/]
   [junit4]   2> 966002 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18943bd9
   [junit4]   2> 966003 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001
   [junit4]   2> 966003 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index/
   [junit4]   2> 966003 WARN  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 966004 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index
   [junit4]   2> 966004 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=244436717, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 966004 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ee8179c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74321383),segFN=segments_1,generation=1}
   [junit4]   2> 966004 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 966008 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 966008 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 966008 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 966011 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 966012 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 966012 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 966013 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 966014 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/
   [junit4]   2> 966016 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 966017 INFO  (coreLoadExecutor-2533-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> 966031 WARN  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 966032 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 966032 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 966032 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 966033 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 966033 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=79.5458984375, floorSegmentMB=0.4580078125, forceMergeDeletesPctAllowed=23.48677383329145, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ee8179c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74321383),segFN=segments_1,generation=1}
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2af9a019[collection1] main]
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 966043 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 966131 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 966131 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 966132 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 966132 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 966132 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 966132 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 966132 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 966132 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1526332363998494720
   [junit4]   2> 966132 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 966132 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 966133 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 966133 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 966133 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 966134 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1526332363998494720
   [junit4]   2> 966134 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 966134 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 966134 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2af9a019[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 966135 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 966137 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionRaisesException
   [junit4]   2> 966144 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionRaisesException
   [junit4]   2> 966147 INFO  (TEST-PingRequestHandlerTest.testGettingStatus-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGettingStatus
   [junit4]   2> 966165 INFO  (TEST-PingRequestHandlerTest.testGettingStatus-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGettingStatus
   [junit4]   2> 966168 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingWithNoHealthCheck
   [junit4]   2> 966169 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 966169 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={action=ping&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 966169 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPingWithNoHealthCheck
   [junit4]   2> 966171 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDisablingServer
   [junit4]   2> 966171 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[A67038720F84CF43]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 966172 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDisablingServer
   [junit4]   2> 966174 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEnablingServer
   [junit4]   2> 966191 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[A67038720F84CF43]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 966191 INFO  (TEST-PingRequestHandlerTest.testEnablingServer-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEnablingServer
   [junit4]   2> 966193 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
   [junit4]   2> 966197 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 966197 INFO  (Thread-2056) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 966197 INFO  (Thread-2056) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 966299 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.ZkTestServer start zk server on port:54258
   [junit4]   2> 966299 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966300 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966303 INFO  (zkCallback-795-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@64ee0347 name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966303 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966304 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966304 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 966313 INFO  (jetty-launcher-794-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 966319 INFO  (jetty-launcher-794-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73a8dcab{/solr,null,AVAILABLE}
   [junit4]   2> 966319 INFO  (jetty-launcher-794-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@3f27741d{HTTP/1.1}{127.0.0.1:๕๔๒๖๐}
   [junit4]   2> 966319 INFO  (jetty-launcher-794-thread-1) [    ] o.e.j.s.Server Started @๙๖๙๙๑๐ms
   [junit4]   2> 966320 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54260}
   [junit4]   2> 966320 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 966320 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1'
   [junit4]   2> 966320 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 966321 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 966321 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966324 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966324 INFO  (jetty-launcher-794-thread-3) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 966330 INFO  (jetty-launcher-794-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b1100d2{/solr,null,AVAILABLE}
   [junit4]   2> 966330 INFO  (jetty-launcher-794-thread-4) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 966333 INFO  (jetty-launcher-794-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b013e8d{/solr,null,AVAILABLE}
   [junit4]   2> 966333 INFO  (jetty-launcher-794-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 966334 INFO  (zkCallback-796-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@693a7a47 name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966334 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966334 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966335 INFO  (jetty-launcher-794-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@31adb96d{HTTP/1.1}{127.0.0.1:๕๔๒๖๓}
   [junit4]   2> 966335 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 966335 INFO  (jetty-launcher-794-thread-4) [    ] o.e.j.s.Server Started @๙๖๙๙๒๕ms
   [junit4]   2> 966335 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54263}
   [junit4]   2> 966336 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 966336 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3'
   [junit4]   2> 966336 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 966336 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 966336 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966337 INFO  (jetty-launcher-794-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1afbd2fc{/solr,null,AVAILABLE}
   [junit4]   2> 966338 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966338 INFO  (jetty-launcher-794-thread-5) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 966342 INFO  (jetty-launcher-794-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@7b89d335{HTTP/1.1}{127.0.0.1:๕๔๒๖๒}
   [junit4]   2> 966342 INFO  (jetty-launcher-794-thread-3) [    ] o.e.j.s.Server Started @๙๖๙๙๓๓ms
   [junit4]   2> 966342 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54262}
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4'
   [junit4]   2> 966342 INFO  (jetty-launcher-794-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3db74a6f{/solr,null,AVAILABLE}
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@325d8487{HTTP/1.1}{127.0.0.1:๕๔๒๖๖}
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-5) [    ] o.e.j.s.Server Started @๙๖๙๙๓๔ms
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54266}
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5'
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966348 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966348 INFO  (jetty-launcher-794-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@4356c3ea{HTTP/1.1}{127.0.0.1:๕๔๒๖๔}
   [junit4]   2> 966348 INFO  (jetty-launcher-794-thread-2) [    ] o.e.j.s.Server Started @๙๖๙๙๓๘ms
   [junit4]   2> 966348 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54264}
   [junit4]   2> 966349 INFO  (zkCallback-797-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77169243 name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966349 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 966349 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966349 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2'
   [junit4]   2> 966349 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 966349 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 966350 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966350 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966350 INFO  (zkCallback-798-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b0e4b5d name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966351 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966352 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966352 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 966352 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966354 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966354 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 966355 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1/.
   [junit4]   2> 966356 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1214695212
   [junit4]   2> 966356 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1]
   [junit4]   2> 966356 WARN  (jetty-launcher-794-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1/lib
   [junit4]   2> 966358 INFO  (jetty-launcher-794-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> 966360 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 966360 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 966360 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 966360 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54258/solr
   [junit4]   2> 966361 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 966361 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966363 INFO  (zkCallback-799-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@74004aaf name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966365 INFO  (zkCallback-800-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5a46e10a name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966364 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966363 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3/.
   [junit4]   2> 966365 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966365 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 687860924
   [junit4]   2> 966365 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3]
   [junit4]   2> 966366 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966363 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4/.
   [junit4]   2> 966366 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966366 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1120224466
   [junit4]   2> 966366 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4]
   [junit4]   2> 966366 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966366 WARN  (jetty-launcher-794-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4/lib
   [junit4]   2> 966366 INFO  (jetty-launcher-794-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> 966367 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 966367 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 966367 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 966367 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54258/solr
   [junit4]   2> 966367 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 966367 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966366 WARN  (jetty-launcher-794-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3/lib
   [junit4]   2> 966370 INFO  (jetty-launcher-794-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> 966369 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 966371 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 966368 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966371 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 966368 INFO  (zkCallback-803-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f3bced7 name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966368 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 966372 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966372 INFO  (jetty-launcher-794-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966371 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 966372 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54258/solr
   [junit4]   2> 966372 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 966372 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966372 INFO  (zkCallback-806-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40cbfca7 name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966374 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966377 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966377 INFO  (jetty-launcher-794-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966378 INFO  (zkCallback-809-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@46c170de name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966378 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966378 INFO  (jetty-launcher-794-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966384 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966385 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5/.
   [junit4]   2> 966385 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 1849752534
   [junit4]   2> 966385 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5]
   [junit4]   2> 966386 WARN  (jetty-launcher-794-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5/lib
   [junit4]   2> 966388 INFO  (jetty-launcher-794-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> 966388 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 966389 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 966389 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 0x152e9f32c190008, 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> 966391 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 0x152e9f32c190005, 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> 966390 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2/.
   [junit4]   2> 966389 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966389 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 966392 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54258/solr
   [junit4]   2> 966392 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 966392 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966391 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1048833995
   [junit4]   2> 966393 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2]
   [junit4]   2> 966392 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966393 WARN  (jetty-launcher-794-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2/lib
   [junit4]   2> 966393 INFO  (jetty-launcher-794-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> 966393 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966394 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 966394 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 966394 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 966394 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54258/solr
   [junit4]   2> 966394 INFO  (zkCallback-810-thread-1-processing-n:127.0.0.1:54260_solr) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4161b516 name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966394 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 966395 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966395 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966396 INFO  (zkCallback-811-thread-1-processing-n:127.0.0.1:54262_solr) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@39658eb1 name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966396 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966397 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966398 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 966399 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 966400 INFO  (zkCallback-814-thread-1-processing-n:127.0.0.1:54263_solr) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7f2a8e4 name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966400 INFO  (zkCallback-815-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@52388c2f name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966401 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966401 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966401 INFO  (jetty-launcher-794-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966402 INFO  (zkCallback-818-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4eae9058 name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966402 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966402 INFO  (jetty-launcher-794-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966405 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 0x152e9f32c19000d, 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> 966407 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966407 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 966408 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966409 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 966409 INFO  (zkCallback-819-thread-1-processing-n:127.0.0.1:54264_solr) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@617d8d0 name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966410 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966410 INFO  (zkCallback-820-thread-1-processing-n:127.0.0.1:54266_solr) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2abcb785 name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966411 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966421 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 966422 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 966423 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 966424 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 966427 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 966427 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 966427 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 966429 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 966431 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 966434 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 966434 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 966435 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 966436 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 966436 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 966441 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 966442 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 966443 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 966444 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 966446 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 966447 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 966447 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 966450 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 966450 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 966452 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 966452 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 966453 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 966456 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 966457 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 966461 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 966462 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 966462 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 966463 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 966463 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 966465 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54264_solr
   [junit4]   2> 966465 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54263_solr
   [junit4]   2> 966465 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54260_solr
   [junit4]   2> 966466 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54262_solr
   [junit4]   2> 966467 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54264_solr
   [junit4]   2> 966467 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54263_solr
   [junit4]   2> 966467 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54266_solr
   [junit4]   2> 966468 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54262_solr
   [junit4]   2> 966468 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54260_solr
   [junit4]   2> 966469 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54266_solr
   [junit4]   2> 966473 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 966478 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 966480 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 966483 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 966483 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 966484 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 966485 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 966486 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95395772754362377-127.0.0.1:54260_solr-n_0000000001
   [junit4]   2> 966487 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95395772754362383-127.0.0.1:54266_solr-n_0000000002
   [junit4]   2> 966487 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95395772754362378-127.0.0.1:54262_solr-n_0000000000
   [junit4]   2> 966488 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 966488 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95395772754362379-127.0.0.1:54263_solr-n_0000000003
   [junit4]   2> 966489 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95395772754362378-127.0.0.1:54262_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 966489 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 966489 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54262_solr
   [junit4]   2> 966490 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95395772754362377-127.0.0.1:54260_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 966490 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 966490 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 966489 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95395772754362382-127.0.0.1:54264_solr-n_0000000004
   [junit4]   2> 966491 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95395772754362383-127.0.0.1:54266_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 966491 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 966494 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95395772754362379-127.0.0.1:54263_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 966494 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 966497 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.Overseer Overseer (id=95395772754362378-127.0.0.1:54262_solr-n_0000000000) starting
   [junit4]   2> 966509 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 966519 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 966519 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 966519 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1/.
   [junit4]   2> 966520 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 966522 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 966522 INFO  (jetty-launcher-794-thread-1) [n:127.0.0.1:54260_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 966528 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 966528 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 966529 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3/.
   [junit4]   2> 966530 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 966530 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 966530 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 966531 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2/.
   [junit4]   2> 966531 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 966534 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 966534 INFO  (jetty-launcher-794-thread-4) [n:127.0.0.1:54263_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 966535 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 966535 INFO  (jetty-launcher-794-thread-2) [n:127.0.0.1:54264_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 966539 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 966539 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 966540 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5/.
   [junit4]   2> 966541 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 966543 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 966543 INFO  (jetty-launcher-794-thread-5) [n:127.0.0.1:54266_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 966546 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 966547 INFO  (OverseerCollectionConfigSetProcessor-95395772754362378-127.0.0.1:54262_solr-n_0000000000) [n:127.0.0.1:54262_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 966547 INFO  (OverseerStateUpdate-95395772754362378-127.0.0.1:54262_solr-n_0000000000) [n:127.0.0.1:54262_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 966548 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 966564 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 966564 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 966565 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4/.
   [junit4]   2> 966565 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 966566 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 966567 INFO  (jetty-launcher-794-thread-3) [n:127.0.0.1:54262_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 966567 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966571 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966572 INFO  (zkCallback-821-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@141db7aa name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966572 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966572 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966575 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 0x152e9f32c190010, 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> 966576 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966577 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966581 INFO  (zkCallback-823-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4b70f775 name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966582 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966582 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966583 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/addfields.updateprocessor.js
   [junit4]   2> 966589 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 966593 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 966596 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
   [junit4]   2> 966599 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 966603 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mpf-solrconfig.xml
   [junit4]   2> 966607 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 966611 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 966614 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 966618 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 966621 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 966625 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 966628 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 966633 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-multivalued.xml
   [junit4]   2> 966636 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 966640 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
   [junit4]   2> 966643 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67

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

on
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/testSolrCloudCollection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/95395772754362378-127.0.0.1:54262_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/95395772754362383-127.0.0.1:54266_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> 977514 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPingInClusterWithNoHealthCheck
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PingRequestHandlerTest -Dtests.method=testPingInClusterWithNoHealthCheck -Dtests.seed=A67038720F84CF43 -Dtests.slow=true -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=Etc/Zulu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   11.3s J0 | PingRequestHandlerTest.testPingInClusterWithNoHealthCheck <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:54262/solr/testSolrCloudCollection]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A67038720F84CF43:48A386A28A68F5A7]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1099)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:199)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54262/solr/testSolrCloudCollection: Ping query caused exception: no servers hosting shard: shard2
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	... 44 more
   [junit4]   2> 977518 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 977518 INFO  (SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=892114511
   [junit4]   2> 977519 INFO  (coreCloseExecutor-2594-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@46aa5e5b
   [junit4]   2> 977519 INFO  (coreCloseExecutor-2594-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> 977519 INFO  (coreCloseExecutor-2594-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 977519 INFO  (coreCloseExecutor-2594-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 977519 INFO  (coreCloseExecutor-2594-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 977520 INFO  (coreCloseExecutor-2594-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 977530 INFO  (coreCloseExecutor-2594-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 977531 INFO  (coreCloseExecutor-2594-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001;done=false>>]
   [junit4]   2> 977531 INFO  (coreCloseExecutor-2594-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001
   [junit4]   2> 977531 INFO  (coreCloseExecutor-2594-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 977531 INFO  (coreCloseExecutor-2594-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, sim=ClassicSimilarity, locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=Etc/Zulu
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=329564864,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [BlockJoinFacetSimpleTest, TestSolrDeletionPolicy1, PreAnalyzedUpdateProcessorTest, HighlighterTest, TestStressReorder, ExternalFileFieldSortTest, TestJmxIntegration, TestSolrQueryParserDefaultOperatorResource, DistributedVersionInfoTest, FullHLLTest, ZkControllerTest, DocumentAnalysisRequestHandlerTest, AddBlockUpdateTest, SolrTestCaseJ4Test, TestRestoreCore, TestDFISimilarityFactory, SampleTest, TestSortByMinMaxFunction, BadComponentTest, PrimUtilsTest, DistributedDebugComponentTest, TestIntervalFaceting, TestDocSet, CollectionsAPIAsyncDistributedZkTest, HLLUtilTest, ShardRoutingTest, TestRuleBasedAuthorizationPlugin, TestExactStatsCache, HdfsChaosMonkeyNothingIsSafeTest, TestRandomCollapseQParserPlugin, TestCSVLoader, AlternateDirectoryTest, DirectUpdateHandlerTest, TestFilteredDocIdSet, XmlUpdateRequestHandlerTest, DeleteLastCustomShardedReplicaTest, TestSolrXml, QueryElevationComponentTest, SuggestComponentContextFilterQueryTest, SoftAutoCommitTest, ReturnFieldsTest, SyncSliceTest, TestFieldResource, SolrCoreTest, CachingDirectoryFactoryTest, JsonLoaderTest, TestInitQParser, TestDistributedSearch, TestLazyCores, TestOverriddenPrefixQueryForCustomFieldType, TestManagedResource, SolrRequestParserTest, JSONWriterTest, SharedFSAutoReplicaFailoverTest, TestDefaultSearchFieldResource, TestObjectReleaseTracker, SimplePostToolTest, TestSimpleQParserPlugin, TestReplicationHandlerBackup, TriLevelCompositeIdRoutingTest, CloudExitableDirectoryReaderTest, ZkStateReaderTest, AnalyticsMergeStrategyTest, UnloadDistributedZkTest, TestSort, TestMiniSolrCloudCluster, DocValuesTest, DistribCursorPagingTest, SchemaVersionSpecificBehaviorTest, PingRequestHandlerTest]
   [junit4] Completed [167/579 (1!)] on J0 in 11.83s, 6 tests, 1 error <<< FAILURES!

[...truncated 1356 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2331 tests, 1 error, 122 ignored (71 assumptions) [seed: A67038720F84CF43]

Total time: 72 minutes 37 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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3092 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/3092/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample

Error Message:
Could not find a healthy node to handle the request.

Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request.
	at __randomizedtesting.SeedInfo.seed([42D092F8EB8D53B4:99A17232DCF896D2]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1084)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
	at org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:446)
	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 12105 lines...]
   [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/init-core-data-001
   [junit4]   2> 3164184 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemalessExample
   [junit4]   2> 3164185 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.u.TestSolrCLIRunExample Selected port 54143 to start schemaless example Solr instance on ...
   [junit4]   2> 3164531 INFO  (Thread-7761) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 3164535 INFO  (Thread-7761) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a5637b3{/solr,null,AVAILABLE}
   [junit4]   2> 3164540 INFO  (Thread-7761) [    ] o.e.j.s.ServerConnector Started ServerConnector@4d20b02a{HTTP/1.1,[http/1.1]}{127.0.0.1:54143}
   [junit4]   2> 3164541 INFO  (Thread-7761) [    ] o.e.j.s.Server Started @3168680ms
   [junit4]   2> 3164541 INFO  (Thread-7761) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54143}
   [junit4]   2> 3164541 INFO  (Thread-7761) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 3164541 INFO  (Thread-7761) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr'
   [junit4]   2> 3164541 INFO  (Thread-7761) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3164541 INFO  (Thread-7761) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3164542 INFO  (Thread-7761) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/solr.xml
   [junit4]   2> 3164548 INFO  (Thread-7761) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr
   [junit4]   2> 3164548 INFO  (Thread-7761) [    ] o.a.s.c.CoreContainer New CoreContainer 14364674
   [junit4]   2> 3164548 INFO  (Thread-7761) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr]
   [junit4]   2> 3164549 WARN  (Thread-7761) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/lib
   [junit4]   2> 3164550 INFO  (Thread-7761) [    ] 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> 3164552 INFO  (Thread-7761) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 3164552 INFO  (Thread-7761) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3164552 INFO  (Thread-7761) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3164553 INFO  (Thread-7761) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3164553 INFO  (Thread-7761) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3164554 INFO  (Thread-7761) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr
   [junit4]   2> 3164554 INFO  (Thread-7761) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3164555 INFO  (Thread-7761) [    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3164555 INFO  (Thread-7761) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3165760 INFO  (qtp208549583-21334) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=1173
   [junit4]   2> 3165774 INFO  (qtp208549583-21337) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0
   [junit4]   2> 3165816 INFO  (qtp208549583-21338) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=22
   [junit4]   2> 3165887 INFO  (qtp208549583-21334) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=39
   [junit4]   2> 3165900 INFO  (qtp208549583-21339) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0
   [junit4]   2> 3166847 INFO  (qtp208549583-21334) [    ] o.a.s.h.a.CoreAdminOperation core create command name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json
   [junit4]   2> 3166848 INFO  (qtp208549583-21334) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=gettingstarted, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 3166848 INFO  (qtp208549583-21334) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted'
   [junit4]   2> 3166848 INFO  (qtp208549583-21334) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3166848 INFO  (qtp208549583-21334) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3166856 INFO  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig current version of requestparams : 0
   [junit4]   2> 3166857 INFO  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 3166892 WARN  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/extraction/lib
   [junit4]   2> 3166892 WARN  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 3166893 WARN  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/clustering/lib
   [junit4]   2> 3166893 WARN  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 3166893 WARN  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/langid/lib
   [junit4]   2> 3166894 WARN  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 3166894 WARN  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/velocity/lib
   [junit4]   2> 3166895 WARN  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist
   [junit4]   2> 3166925 WARN  (qtp208549583-21334) [    ] o.a.s.c.Config Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 3166925 WARN  (qtp208549583-21334) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 3166927 INFO  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3166943 INFO  (qtp208549583-21334) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3166952 INFO  (qtp208549583-21334) [    ] o.a.s.s.IndexSchema [gettingstarted] Schema name=example-data-driven-schema
   [junit4]   2> 3167203 INFO  (qtp208549583-21334) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3167398 INFO  (qtp208549583-21334) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3167411 INFO  (qtp208549583-21334) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3167431 INFO  (qtp208549583-21334) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted'
   [junit4]   2> 3167431 INFO  (qtp208549583-21334) [    ] o.a.s.c.CoreContainer Creating SolrCore 'gettingstarted' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted
   [junit4]   2> 3167431 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3167432 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted], dataDir=[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data/]
   [junit4]   2> 3167432 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@564a4f07
   [junit4]   2> 3167432 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 3167432 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 3167432 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SchemaCodecFactory Using default compressionMode: BEST_SPEED
   [junit4]   2> 3167433 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data
   [junit4]   2> 3167433 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data/index/
   [junit4]   2> 3167433 WARN  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3167434 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data/index
   [junit4]   2> 3167434 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2095d5aa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45b88f06),segFN=segments_1,generation=1}
   [junit4]   2> 3167435 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3167436 INFO  (OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore Looking for old index directories to cleanup for core gettingstarted in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data/
   [junit4]   2> 3167465 WARN  (OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 3167486 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.PluginBag queryResponseWriter : 'velocity' created with startup=lazy 
   [junit4]   2> 3167536 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3167625 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 3168273 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3168277 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3168278 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3168279 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3168280 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3168283 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/update/extract' created with startup=lazy 
   [junit4]   2> 3168283 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/analysis/field' created with startup=lazy 
   [junit4]   2> 3168283 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/analysis/document' created with startup=lazy 
   [junit4]   2> 3168283 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/spell' created with startup=lazy 
   [junit4]   2> 3168283 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/tvrh' created with startup=lazy 
   [junit4]   2> 3168283 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/terms' created with startup=lazy 
   [junit4]   2> 3168283 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/elevate' created with startup=lazy 
   [junit4]   2> 3168283 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/browse,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/elevate,/update/json,/admin/threads,/query,/analysis/field,/analysis/document,/spell,/update/csv,/sql,/tvrh,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump,/terms,/update/extract
   [junit4]   2> 3168284 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3168285 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3168285 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3168286 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 3168286 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3168295 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2095d5aa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45b88f06),segFN=segments_1,generation=1}
   [junit4]   2> 3168295 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3168295 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.s.SolrIndexSearcher Opening [Searcher@5e0d0fb7[gettingstarted] main]
   [junit4]   2> 3168295 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/conf
   [junit4]   2> 3168295 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/conf}
   [junit4]   2> 3168441 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/conf
   [junit4]   2> 3168441 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3168441 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3168441 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 3168442 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default converter
   [junit4]   2> 3168443 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/conf/elevate.xml
   [junit4]   2> 3168605 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3168605 INFO  (searcherExecutor-9597-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@5e0d0fb7[gettingstarted] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3168606 INFO  (searcherExecutor-9597-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3168606 INFO  (searcherExecutor-9597-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3168606 INFO  (searcherExecutor-9597-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Registered new searcher Searcher@5e0d0fb7[gettingstarted] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3168606 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 3168607 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 3168607 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 3168607 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1526459779410558976
   [junit4]   2> 3168608 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1526459779410558976
   [junit4]   2> 3168608 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.c.CoreContainer registering core: gettingstarted
   [junit4]   2> 3168609 INFO  (qtp208549583-21334) [    x:gettingstarted] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json} status=0 QTime=1761
   [junit4]   2> 3168611 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[42D092F8EB8D53B4]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@4d20b02a{HTTP/1.1,[http/1.1]}{127.0.0.1:54143}
   [junit4]   2> 3168612 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=14364674
   [junit4]   2> 3168612 INFO  (coreCloseExecutor-9602-thread-1) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted]  CLOSING SolrCore org.apache.solr.core.SolrCore@31a67e3b
   [junit4]   2> 3168613 INFO  (coreCloseExecutor-9602-thread-1) [    x:gettingstarted] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommit maxTime=15000ms,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> 3168613 INFO  (coreCloseExecutor-9602-thread-1) [    x:gettingstarted] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 3168613 INFO  (coreCloseExecutor-9602-thread-1) [    x:gettingstarted] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 3168613 INFO  (coreCloseExecutor-9602-thread-1) [    x:gettingstarted] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 3168614 INFO  (coreCloseExecutor-9602-thread-1) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Closing main searcher on request.
   [junit4]   2> 3168619 INFO  (coreCloseExecutor-9602-thread-1) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 3168619 INFO  (coreCloseExecutor-9602-thread-1) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data/index;done=false>>]
   [junit4]   2> 3168620 INFO  (coreCloseExecutor-9602-thread-1) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data/index
   [junit4]   2> 3168625 INFO  (coreCloseExecutor-9602-thread-1) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data;done=false>>]
   [junit4]   2> 3168625 INFO  (coreCloseExecutor-9602-thread-1) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-001/schemaless/solr/gettingstarted/data
   [junit4]   2> 3168626 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[42D092F8EB8D53B4]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a5637b3{/solr,null,UNAVAILABLE}
   [junit4]   2> 3168628 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on port 54143
   [junit4]   2> 3168629 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample
   [junit4]   2> 3168631 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testInteractiveSolrCloudExample
   [junit4]   2> 3168826 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3168826 INFO  (Thread-7776) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3168826 INFO  (Thread-7776) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3168927 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.ZkTestServer start zk server on port:54158
   [junit4]   2> 3168928 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3168929 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3169111 INFO  (zkCallback-3446-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@535d21c name:ZooKeeperConnection Watcher:127.0.0.1:54158 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3169111 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3169111 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3169111 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 3169119 INFO  (jetty-launcher-3445-thread-1) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 3169122 INFO  (jetty-launcher-3445-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71e455c2{/solr,null,AVAILABLE}
   [junit4]   2> 3169122 INFO  (jetty-launcher-3445-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@2ea5e2d1{HTTP/1.1,[http/1.1]}{127.0.0.1:54155}
   [junit4]   2> 3169122 INFO  (jetty-launcher-3445-thread-1) [    ] o.e.j.s.Server Started @3173261ms
   [junit4]   2> 3169122 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54155}
   [junit4]   2> 3169122 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 3169123 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-003/node1'
   [junit4]   2> 3169123 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3169123 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3169123 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3169124 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3169126 INFO  (zkCallback-3447-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1876e551 name:ZooKeeperConnection Watcher:127.0.0.1:54158/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3169127 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3169128 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3169129 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3169147 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-003/node1
   [junit4]   2> 3169148 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1062854497
   [junit4]   2> 3169148 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-003/node1]
   [junit4]   2> 3169148 WARN  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-003/node1/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-003/node1/lib
   [junit4]   2> 3169148 INFO  (jetty-launcher-3445-thread-1) [    ] 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> 3169150 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 3169151 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3169151 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3169151 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54158/solr
   [junit4]   2> 3169151 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3169151 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3169153 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3169154 INFO  (zkCallback-3450-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3380be51 name:ZooKeeperConnection Watcher:127.0.0.1:54158 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3169154 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3169154 INFO  (jetty-launcher-3445-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3169157 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3169158 INFO  (zkCallback-3451-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@363c1547 name:ZooKeeperConnection Watcher:127.0.0.1:54158/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3169158 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3169160 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3169164 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3169169 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3169174 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3169178 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3169182 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3169185 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3169188 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3169190 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3169192 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3169195 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/localhost:54155_solr
   [junit4]   2> 3169196 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/localhost:54155_solr
   [junit4]   2> 3169199 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3169202 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3169205 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3169206 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95403736227708931-localhost:54155_solr-n_0000000000
   [junit4]   2> 3169206 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader localhost:54155_solr
   [junit4]   2> 3169206 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 3169209 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.Overseer Overseer (id=95403736227708931-localhost:54155_solr-n_0000000000) starting
   [junit4]   2> 3169212 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 3169225 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3169226 INFO  (OverseerCollectionConfigSetProcessor-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 3169226 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3169227 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3169245 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3169245 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3169247 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-003/node1
   [junit4]   2> 3169248 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3169249 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3169249 INFO  (jetty-launcher-3445-thread-1) [n:localhost:54155_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3169249 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3169250 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3169251 INFO  (zkCallback-3452-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7711560 name:ZooKeeperConnection Watcher:127.0.0.1:54158 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3169251 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3169252 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3169451 INFO  (qtp1284478078-21364) [n:localhost:54155_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=192
   [junit4]   2> 3169456 INFO  (qtp1284478078-21365) [n:localhost:54155_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 3169460 INFO  (qtp1284478078-21365) [n:localhost:54155_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=4
   [junit4]   2> 3169461 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3169462 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3169463 INFO  (zkCallback-3455-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3056d5be name:ZooKeeperConnection Watcher:127.0.0.1:54158/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3169463 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3169463 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3169464 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3169471 INFO  (qtp1284478078-21369) [n:localhost:54155_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=list&wt=json and sendToOCPQueue=true
   [junit4]   2> 3169471 INFO  (qtp1284478078-21369) [n:localhost:54155_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=list&wt=json} status=0 QTime=0
   [junit4]   2> 3169585 INFO  (qtp1284478078-21366) [n:localhost:54155_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=24
   [junit4]   2> 3169590 INFO  (qtp1284478078-21368) [n:localhost:54155_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 3169594 INFO  (qtp1284478078-21368) [n:localhost:54155_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=4
   [junit4]   2> 3169595 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3169596 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3169597 INFO  (zkCallback-3457-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fc4b316 name:ZooKeeperConnection Watcher:127.0.0.1:54158/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3169597 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3169598 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3169598 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3169605 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/currency.xml
   [junit4]   2> 3169612 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/elevate.xml
   [junit4]   2> 3169616 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_ca.txt
   [junit4]   2> 3169621 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_fr.txt
   [junit4]   2> 3169626 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_ga.txt
   [junit4]   2> 3169631 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_it.txt
   [junit4]   2> 3169635 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/hyphenations_ga.txt
   [junit4]   2> 3169639 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stemdict_nl.txt
   [junit4]   2> 3169643 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stoptags_ja.txt
   [junit4]   2> 3169647 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ar.txt
   [junit4]   2> 3169651 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_bg.txt
   [junit4]   2> 3169655 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ca.txt
   [junit4]   2> 3169659 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_cz.txt
   [junit4]   2> 3169663 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_da.txt
   [junit4]   2> 3169667 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_de.txt
   [junit4]   2> 3169670 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_el.txt
   [junit4]   2> 3169674 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_en.txt
   [junit4]   2> 3169679 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_es.txt
   [junit4]   2> 3169683 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_eu.txt
   [junit4]   2> 3169688 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fa.txt
   [junit4]   2> 3169692 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fi.txt
   [junit4]   2> 3169695 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fr.txt
   [junit4]   2> 3169699 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ga.txt
   [junit4]   2> 3169703 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_gl.txt
   [junit4]   2> 3169707 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hi.txt
   [junit4]   2> 3169712 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hu.txt
   [junit4]   2> 3169716 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hy.txt
   [junit4]   2> 3169722 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_id.txt
   [junit4]   2> 3169727 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_it.txt
   [junit4]   2> 3169731 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ja.txt
   [junit4]   2> 3169735 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_lv.txt
   [junit4]   2> 3169740 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_nl.txt
   [junit4]   2> 3169745 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_no.txt
   [junit4]   2> 3169750 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_pt.txt
   [junit4]   2> 3169755 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ro.txt
   [junit4]   2> 3169760 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ru.txt
   [junit4]   2> 3169765 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_sv.txt
   [junit4]   2> 3169770 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_th.txt
   [junit4]   2> 3169775 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_tr.txt
   [junit4]   2> 3169778 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/userdict_ja.txt
   [junit4]   2> 3169783 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 3169786 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/params.json
   [junit4]   2> 3169790 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/protwords.txt
   [junit4]   2> 3169794 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/solrconfig.xml
   [junit4]   2> 3169798 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/stopwords.txt
   [junit4]   2> 3169802 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[42D092F8EB8D53B4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/synonyms.txt
   [junit4]   2> 3169808 INFO  (qtp1284478078-21362) [n:localhost:54155_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=list&wt=json and sendToOCPQueue=true
   [junit4]   2> 3169808 INFO  (qtp1284478078-21362) [n:localhost:54155_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=list&wt=json} status=0 QTime=0
   [junit4]   2> 3169810 INFO  (qtp1284478078-21368) [n:localhost:54155_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&maxShardsPerNode=4&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt&action=CREATE&numShards=2&wt=json and sendToOCPQueue=true
   [junit4]   2> 3169816 INFO  (OverseerCollectionConfigSetProcessor-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"testCloudExamplePrompt",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"testCloudExamplePrompt",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3169817 INFO  (OverseerThreadFactory-9607-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testCloudExamplePrompt",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"testCloudExamplePrompt",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3169819 INFO  (OverseerThreadFactory-9607-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testCloudExamplePrompt
   [junit4]   2> 3169820 WARN  (OverseerThreadFactory-9607-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.OverseerCollectionMessageHandler Specified replicationFactor of 2 on collection testCloudExamplePrompt is higher than or equal to the number of Solr instances currently live or live and part of your createNodeSet(1). It's unusual to run two replica of the same slice on the same Solr-instance.
   [junit4]   2> 3169821 INFO  (OverseerThreadFactory-9607-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testCloudExamplePrompt 
   [junit4]   2> 3169823 INFO  (OverseerThreadFactory-9607-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testCloudExamplePrompt
   [junit4]   2> 3169825 INFO  (zkCallback-3457-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3169825 INFO  (zkCallback-3451-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 3169830 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testCloudExamplePrompt",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"testCloudExamplePrompt",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"4",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 3169830 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testCloudExamplePrompt
   [junit4]   2> 3169832 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testCloudExamplePrompt/state.json
   [junit4]   2> 3169930 INFO  (OverseerThreadFactory-9607-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testCloudExamplePrompt, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 3169931 INFO  (OverseerThreadFactory-9607-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testCloudExamplePrompt_shard1_replica1 as part of shard shard1 of collection testCloudExamplePrompt on localhost:54155_solr
   [junit4]   2> 3169932 INFO  (OverseerThreadFactory-9607-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testCloudExamplePrompt_shard1_replica2 as part of shard shard1 of collection testCloudExamplePrompt on localhost:54155_solr
   [junit4]   2> 3169933 INFO  (OverseerThreadFactory-9607-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testCloudExamplePrompt_shard2_replica2 as part of shard shard2 of collection testCloudExamplePrompt on localhost:54155_solr
   [junit4]   2> 3169934 INFO  (qtp1284478078-21367) [n:localhost:54155_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard1_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
   [junit4]   2> 3169935 INFO  (qtp1284478078-21362) [n:localhost:54155_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard1_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
   [junit4]   2> 3169935 INFO  (qtp1284478078-21367) [n:localhost:54155_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testCloudExamplePrompt_shard1_replica1, collection.configName=testCloudExamplePrompt, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testCloudExamplePrompt, numShards=2, dataDir=data/, shard=shard1}
   [junit4]   2> 3169935 INFO  (OverseerThreadFactory-9607-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testCloudExamplePrompt_shard2_replica1 as part of shard shard2 of collection testCloudExamplePrompt on localhost:54155_solr
   [junit4]   2> 3169935 INFO  (qtp1284478078-21362) [n:localhost:54155_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testCloudExamplePrompt_shard1_replica2, collection.configName=testCloudExamplePrompt, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testCloudExamplePrompt, numShards=2, dataDir=data/, shard=shard1}
   [junit4]   2> 3169936 INFO  (qtp1284478078-21365) [n:localhost:54155_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard2_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
   [junit4]   2> 3169937 INFO  (qtp1284478078-21365) [n:localhost:54155_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testCloudExamplePrompt_shard2_replica2, collection.configName=testCloudExamplePrompt, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testCloudExamplePrompt, numShards=2, dataDir=data/, shard=shard2}
   [junit4]   2> 3169938 INFO  (qtp1284478078-21364) [n:localhost:54155_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard2_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
   [junit4]   2> 3169939 INFO  (qtp1284478078-21364) [n:localhost:54155_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testCloudExamplePrompt_shard2_replica1, collection.configName=testCloudExamplePrompt, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testCloudExamplePrompt, numShards=2, dataDir=data/, shard=shard2}
   [junit4]   2> 3169940 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3169941 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3169941 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3169944 INFO  (qtp1284478078-21364) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3169944 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testCloudExamplePrompt
   [junit4]   2> 3169945 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.c.ZkStateReader addZkWatch [testCloudExamplePrompt]
   [junit4]   2> 3169945 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testCloudExamplePrompt
   [junit4]   2> 3169946 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3169946 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Registering watch for collection testCloudExamplePrompt
   [junit4]   2> 3169946 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3169946 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testCloudExamplePrompt] ver [0]
   [junit4]   2> 3169946 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3169946 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:54155/solr",
   [junit4]   2>   "node_name":"localhost:54155_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3169947 INFO  (qtp1284478078-21364) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Registering watch for collection testCloudExamplePrompt
   [junit4]   2> 3169947 INFO  (qtp1284478078-21364) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3169947 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:54155/solr",
   [junit4]   2>   "node_name":"localhost:54155_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3169951 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:54155/solr",
   [junit4]   2>   "node_name":"localhost:54155_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3169952 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:54155/solr",
   [junit4]   2>   "node_name":"localhost:54155_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3169956 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:54155/solr",
   [junit4]   2>   "node_name":"localhost:54155_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3169957 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:54155/solr",
   [junit4]   2>   "node_name":"localhost:54155_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3169961 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:54155/solr",
   [junit4]   2>   "node_name":"localhost:54155_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3169962 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:54155/solr",
   [junit4]   2>   "node_name":"localhost:54155_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3170067 INFO  (OverseerStateUpdate-95403736227708931-localhost:54155_solr-n_0000000000) [n:localhost:54155_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testCloudExamplePrompt/state.json version: 0
   [junit4]   2> 3170068 INFO  (zkCallback-3451-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCloudExamplePrompt/state.json] for collection [testCloudExamplePrompt] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3170069 INFO  (zkCallback-3451-thread-1-processing-n:localhost:54155_solr) [n:localhost:54155_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testCloudExamplePrompt] from [0] to [1]
   [junit4]   2> 3170947 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController waiting to find shard id in clusterstate for testCloudExamplePrompt_shard2_replica2
   [junit4]   2> 3170947 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController waiting to find shard id in clusterstate for testCloudExamplePrompt_shard1_replica2
   [junit4]   2> 3170948 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 3170948 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 3170948 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for testCloudExamplePrompt_shard1_replica1
   [junit4]   2> 3170948 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 3170948 INFO  (qtp1284478078-21364) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for testCloudExamplePrompt_shard2_replica1
   [junit4]   2> 3170948 INFO  (qtp1284478078-21364) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 3170949 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3170949 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testCloudExamplePrompt]
   [junit4]   2> 3170949 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3170949 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testCloudExamplePrompt]
   [junit4]   2> 3170949 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3170949 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testCloudExamplePrompt]
   [junit4]   2> 3170949 INFO  (qtp1284478078-21364) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3170949 INFO  (qtp1284478078-21364) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testCloudExamplePrompt]
   [junit4]   2> 3170951 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testCloudExamplePrompt] [configName]=[testCloudExamplePrompt] specified config exists in ZooKeeper
   [junit4]   2> 3170951 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica2'
   [junit4]   2> 3170952 INFO  (qtp1284478078-21364) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testCloudExamplePrompt] [configName]=[testCloudExamplePrompt] specified config exists in ZooKeeper
   [junit4]   2> 3170951 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testCloudExamplePrompt] [configName]=[testCloudExamplePrompt] specified config exists in ZooKeeper
   [junit4]   2> 3170952 INFO  (qtp1284478078-21364) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-003/node1/testCloudExamplePrompt_shard2_replica1'
   [junit4]   2> 3170952 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3170952 INFO  (qtp1284478078-21364) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3170952 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3170952 INFO  (qtp1284478078-21364) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3170952 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica1'
   [junit4]   2> 3170953 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3170953 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3170955 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testCloudExamplePrompt] [configName]=[testCloudExamplePrompt] specified config exists in ZooKeeper
   [junit4]   2> 3170955 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001/tempDir-003/node1/testCloudExamplePrompt_shard1_replica2'
   [junit4]   2> 3170956 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3170956 INFO  (qtp1284478078-21362) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3170957 INFO  (qtp1284478078-21365) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3170957 INFO  (qtp1284478078-21367) [n:localhost:54155_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1]

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

IRunExample.testInteractiveSolrCloudExample <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not find a healthy node to handle the request.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([42D092F8EB8D53B4:99A17232DCF896D2]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1084)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
   [junit4]    > 	at org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:446)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3186315 INFO  (SUITE-TestSolrCLIRunExample-seed#[42D092F8EB8D53B4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_42D092F8EB8D53B4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=ClassicSimilarity, locale=hr-HR, timezone=America/St_Kitts
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=162791864,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [AddSchemaFieldsUpdateProcessorFactoryTest, RegexBoostProcessorTest, MigrateRouteKeyTest, TestPseudoReturnFields, TriLevelCompositeIdRoutingTest, DocumentAnalysisRequestHandlerTest, TestDistributedStatsComponentCardinality, RuleEngineTest, TestSurroundQueryParser, ResponseHeaderTest, TestDefaultSearchFieldResource, AnalysisAfterCoreReloadTest, HLLUtilTest, TestCustomSort, TestArbitraryIndexDir, DirectSolrSpellCheckerTest, LeaderInitiatedRecoveryOnCommitTest, TestDownShardTolerantSearch, TestRequestStatusCollectionAPI, XsltUpdateRequestHandlerTest, TestConfigSets, CloneFieldUpdateProcessorFactoryTest, DistributedQueryElevationComponentTest, SimpleFacetsTest, TestCloudInspectUtil, UnloadDistributedZkTest, TestAnalyzeInfixSuggestions, CollectionsAPIAsyncDistributedZkTest, SecurityConfHandlerTest, TestClassNameShortening, ReturnFieldsTest, OverseerCollectionConfigSetProcessorTest, UUIDUpdateProcessorFallbackTest, DirectUpdateHandlerTest, DocValuesMultiTest, ExitableDirectoryReaderTest, OutOfBoxZkACLAndCredentialsProvidersTest, SolrTestCaseJ4Test, TestLRUCache, SoftAutoCommitTest, TestSchemaVersionResource, CdcrRequestHandlerTest, TestTolerantSearch, HdfsCollectionsAPIDistributedZkTest, TestPhraseSuggestions, TestStressUserVersions, LeaderElectionTest, TestLazyCores, ShardRoutingTest, TestSolrXml, TestPostingsSolrHighlighter, TestDFISimilarityFactory, TestLMDirichletSimilarityFactory, CloudExitableDirectoryReaderTest, BlockJoinFacetDistribTest, SOLR749Test, TestIBSimilarityFactory, CachingDirectoryFactoryTest, DisMaxRequestHandlerTest, DocValuesMissingTest, TestGroupingSearch, MoreLikeThisHandlerTest, TestRestoreCore, SolrCoreTest, DistributedDebugComponentTest, TestManagedSynonymFilterFactory, TestInitParams, TestPartialUpdateDeduplication, AsyncMigrateRouteKeyTest, TestDistributedSearch, CoreMergeIndexesAdminHandlerTest, TestCloudSchemaless, PrimUtilsTest, TestHighFrequencyDictionaryFactory, SimpleCollectionCreateDeleteTest, TestStressLucene, ReplicationFactorTest, TestCryptoKeys, HdfsDirectoryTest, TestStressVersions, DocumentBuilderTest, ZkControllerTest, TestMiniSolrCloudCluster, SaslZkACLProviderTest, SliceStateTest, TestRuleBasedAuthorizationPlugin, ExternalFileFieldSortTest, CursorMarkTest, TestFilteredDocIdSet, JSONWriterTest, TestScoreJoinQPNoScore, FastVectorHighlighterTest, TestReplicationHandler, DistributedFacetPivotLargeTest, TestSort, SchemaVersionSpecificBehaviorTest, TestChildDocTransformer, TestHighlightDedupGrouping, TestConfigSetImmutable, TestCollapseQParserPlugin, TestReloadAndDeleteDocs, SimplePostToolTest, TestSolrConfigHandlerCloud, TestRandomRequestDistribution, PolyFieldTest, TestDynamicFieldResource, SharedFSAutoReplicaFailoverTest, DeleteShardTest, UUIDFieldTest, DistributedFacetPivotWhiteBoxTest, SpatialRPTFieldTypeTest, TestInitQParser, DOMUtilTest, TestFieldTypeResource, AnalyticsMergeStrategyTest, RecoveryAfterSoftCommitTest, TestCollectionAPI, TestJmxIntegration, HardAutoCommitTest, StressHdfsTest, TestObjectReleaseTracker, TestSearchPerf, SuggesterFSTTest, AssignTest, TestIntervalFaceting, ChangedSchemaMergeTest, FacetPivotSmallTest, IndexSchemaTest, TestMergePolicyConfig, PeerSyncTest, CircularListTest, PingRequestHandlerTest, TestMissingGroups, TestComponentsName, RequiredFieldsTest, SimpleMLTQParserTest, TimeZoneUtilsTest, BigEndianAscendingWordDeserializerTest, URLClassifyProcessorTest, BasicDistributedZkTest, SyncSliceTest, OverseerTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, AutoCommitTest, TestFaceting, TestHashPartitioner, TestStressReorder, TestJoin, TestCoreContainer, SpellCheckComponentTest, BadIndexSchemaTest, TestFunctionQuery, BasicFunctionalityTest, TestIndexSearcher, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, CoreAdminHandlerTest, TestTrie, SuggesterWFSTTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestUpdate, QueryEqualityTest, TestRemoteStreaming, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, TestQueryUtils, StandardRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TermsComponentTest, RequestHandlersTest, TermVectorComponentTest, MBeansHandlerTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, PreAnalyzedFieldTest, DateFieldTest, SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, SystemInfoHandlerTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, ConnectionReuseTest, AliasIntegrationTest, CollectionStateFormat2Test, ConfigSetsAPITest, CustomCollectionTest, DeleteStatusTest, DistribJoinFromCollectionTest, HttpPartitionTest, SharedFSAutoReplicaFailoverUtilsTest, SolrXmlInZkTest, TestCloudPivotFacet, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterBase, TestReplicaProperties, TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, ZkStateReaderTest, ZkStateWriterTest, RulesTest, DistributedSuggestComponentTest, SpatialHeatmapFacetsTest, TestDynamicFieldCollectionResource, TestFieldTypeCollectionResource, TestManagedSchemaFieldResource, TestRemoveLastDynamicCopyField, TestSchemaResource, TestSolrQueryParserDefaultOperatorResource, BadCopyFieldTest, DateRangeFieldTest, TestCloudManagedSchema, TestReRankQParserPlugin, TestReloadDeadlock, TestSimpleQParserPlugin, TestSolr4Spatial2, TestTrieFacet, TestXmlQParser, TestJsonFacets, TestClassicSimilarityFactory, TestNonDefinedSimilarityFactory, TestPerFieldSimilarityClassic, TestPerFieldSimilarityWithDefaultOverride, TestDistribIDF, TestExactSharedStatsCache, BasicAuthIntegrationTest, TestAuthorizationFramework, AnalysisErrorHandlingTest, CdcrUpdateLogTest, DataDrivenBlockJoinTest, TestHdfsUpdateLog, AtomicUpdatesTest, PreAnalyzedUpdateProcessorTest, DistanceUnitsTest, TestSolrCLIRunExample]
   [junit4] Completed [572/579 (1!)] on J0 in 22.16s, 3 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 39 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2331 tests, 1 error, 122 ignored (71 assumptions) [seed: 42D092F8EB8D53B4]

Total time: 74 minutes 18 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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3091 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/3091/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.handler.clustering.DistributedClusteringComponentTest.test

Error Message:
IOException occured when talking to server at: http://127.0.0.1:51185/_vnj/u/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51185/_vnj/u/collection1
	at __randomizedtesting.SeedInfo.seed([501CD408E008B061:D848EBD24EF4DD99]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	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.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
	at org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:544)
	at org.apache.solr.handler.clustering.DistributedClusteringComponentTest.test(DistributedClusteringComponentTest.java:35)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 49 more




Build Log:
[...truncated 14284 lines...]
   [junit4] Suite: org.apache.solr.handler.clustering.DistributedClusteringComponentTest
   [junit4]   2> log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/init-core-data-001
   [junit4]   2> 1576 T12 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_vnj/u
   [junit4]   2> 1692 T12 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1776 T12 oejul.Log.initialized Logging initialized @3982ms
   [junit4]   2> 2292 T12 oejs.Server.doStart jetty-9.3.6.v20151106
   [junit4]   2> 2394 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@565b87aa{/_vnj/u,null,AVAILABLE}
   [junit4]   2> 2447 T12 oejs.AbstractConnector.doStart Started ServerConnector@d549136{HTTP/1.1,[http/1.1]}{127.0.0.1:51185}
   [junit4]   2> 2450 T12 oejs.Server.doStart Started @4658ms
   [junit4]   2> 2451 T12 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/_vnj/u, hostPort=51185, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores}
   [junit4]   2> 2508 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 2591 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control'
   [junit4]   2> 2605 T12 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2605 T12 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2628 T12 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/solr.xml
   [junit4]   2> 2783 T12 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores
   [junit4]   2> 2950 T12 oasc.CoreContainer.<init> New CoreContainer 2113959441
   [junit4]   2> 2950 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control]
   [junit4]   2> 2960 T12 oasc.CoreContainer.load WARN Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/lib
   [junit4]   2> 3044 T12 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,urlScheme : ,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 3496 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 3506 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3509 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3518 T12 oasc.CoreContainer.initializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3518 T12 oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 3742 T12 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores
   [junit4]   2> 3761 T12 oasc.CoreDescriptor.<init> Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 3762 T12 oasc.CorePropertiesLocator$1.visitFile Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1
   [junit4]   2> 3763 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3779 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0
   [junit4]   2> 3780 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3779 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/collection1'
   [junit4]   2> 3783 T25 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3783 T25 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3855 T25 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3906 T25 oasc.Config.assertWarnOrFail WARN Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 3906 T25 oasc.Config.assertWarnOrFail WARN Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 3910 T25 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4101 T25 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4163 T25 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 4897 T25 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4898 T25 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 4898 T25 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4968 T25 oasc.ConfigSetProperties.readFromResourceLoader Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/collection1'
   [junit4]   2> 4970 T25 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/collection1
   [junit4]   2> 5077 T25 x:x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5109 T25 x:x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 5113 T25 x:x:collection1 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 5136 T25 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, {q=rocks,start=0,rows=10}, {q=static newSearcher warming query from solrconfig.xml}]}]
   [junit4]   2> 5136 T25 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=fast_warm,start=0,rows=10}, {q=static firstSearcher warming query from solrconfig.xml}]}]
   [junit4]   2> 5189 T25 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 5190 T25 x:x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 5190 T25 x:x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 5214 T25 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 5330 T25 x:x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3cfcbaf7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35e26618),segFN=segments_1,generation=1}
   [junit4]   2> 5332 T25 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5334 T29 x:x:collection1 oasc.SolrCore$12.run Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 5335 T29 x:x:collection1 oasc.DirectoryFactory.cleanupOldIndexDirectories WARN /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 5356 T25 x:x:collection1 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 6016 T25 x:x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6162 T25 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6174 T25 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6176 T25 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6177 T25 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6310 T25 x:x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,docClustering,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump
   [junit4]   2> 6313 T25 x:x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 6350 T25 x:x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6351 T25 x:x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6359 T25 x:x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3cfcbaf7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35e26618),segFN=segments_1,generation=1}
   [junit4]   2> 6359 T25 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6423 T25 x:x:collection1 oass.SolrIndexSearcher.<init> Opening [Searcher@571b1a8c[collection1] main]
   [junit4]   2> 6450 T25 x:x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/collection1/conf
   [junit4]   2> 6450 T25 x:x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/collection1/conf}
   [junit4]   2> 6502 T25 x:x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/collection1/conf
   [junit4]   2> 6503 T25 x:x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6558 T25 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 6773 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'default'
   [junit4]   2> 6852 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 6861 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 6869 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock-external-attrs'
   [junit4]   2> 6869 T25 x:x:collection1 oashcc.SolrResourceLocator.getAll Loaded Solr resource: clustering/carrot2/mock-external-attrs-attributes.xml
   [junit4]   2> 7837 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'echo'
   [junit4]   2> 7855 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check'
   [junit4]   2> 7863 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check-custom-resource-dir'
   [junit4]   2> 7875 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check-custom-resource-dir-deprecated'
   [junit4]   2> 7886 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'custom-duplicating-tokenizer'
   [junit4]   2> 7894 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'custom-duplicating-stemmer'
   [junit4]   2> 7910 T25 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: default [CarrotClusteringEngine]
   [junit4]   2> 7911 T25 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 7912 T25 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 7913 T25 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 7915 T25 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for search results clustering.
   [junit4]   2> 7920 T25 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for document clustering: mock [MockDocumentClusteringEngine]
   [junit4]   2> 7920 T25 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 7920 T25 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 7922 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 7929 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'default'
   [junit4]   2> 7942 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 7950 T25 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: default [CarrotClusteringEngine]
   [junit4]   2> 7952 T25 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 7952 T25 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 7952 T25 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 8101 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'unavailable'
   [junit4]   2> 8113 T25 x:x:collection1 oashc.ClusteringComponent.inform Optional clustering engine not available: unavailable
   [junit4]   2> 8113 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lingo'
   [junit4]   2> 8121 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 8130 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 8138 T25 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: lingo [CarrotClusteringEngine]
   [junit4]   2> 8138 T25 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 8139 T25 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 8139 T25 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 8139 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 8139 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 8139 T25 x:x:collection1 oashc.ClusteringComponent.inform WARN Duplicate clustering engine component named ''.
   [junit4]   2> 8140 T25 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 8140 T25 x:x:collection1 oashc.ClusteringComponent.inform WARN Duplicate clustering engine component named ''.
   [junit4]   2> 8140 T25 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering:  [CarrotClusteringEngine]
   [junit4]   2> 8140 T25 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 8140 T25 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 8143 T25 x:x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 8223 T30 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@571b1a8c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8232 T25 x:x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 8406 T12 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 8412 T12 oejs.Server.doStart jetty-9.3.6.v20151106
   [junit4]   2> 8432 T12 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@468ba9fa{/_vnj/u,null,AVAILABLE}
   [junit4]   2> 8433 T12 oejs.AbstractConnector.doStart Started ServerConnector@2b6ecfd4{HTTP/1.1,[http/1.1]}{127.0.0.1:51186}
   [junit4]   2> 8440 T12 oejs.Server.doStart Started @10647ms
   [junit4]   2> 8440 T12 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/_vnj/u, hostPort=51186, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores}
   [junit4]   2> 8440 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 8441 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0'
   [junit4]   2> 8441 T12 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 8441 T12 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 8442 T12 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 8482 T12 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores
   [junit4]   2> 8482 T12 oasc.CoreContainer.<init> New CoreContainer 832181191
   [junit4]   2> 8482 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0]
   [junit4]   2> 8483 T12 oasc.CoreContainer.load WARN Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/lib
   [junit4]   2> 8483 T12 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,urlScheme : ,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 8484 T12 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 8485 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 8485 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 8485 T12 oasc.CoreContainer.initializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 8485 T12 oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 8487 T12 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores
   [junit4]   2> 8488 T12 oasc.CoreDescriptor.<init> Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 8489 T12 oasc.CorePropertiesLocator$1.visitFile Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 8489 T12 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 8499 T43 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/collection1'
   [junit4]   2> 8499 T43 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 8499 T43 oasc.SolrResourceLoader.locateSolrHome solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 8502 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0
   [junit4]   2> 8502 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 8549 T43 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 8568 T43 oasc.Config.assertWarnOrFail WARN Beginning with Solr 5.5, <maxMergeDocs> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 8569 T43 oasc.Config.assertWarnOrFail WARN Beginning with Solr 5.5, <mergeFactor> is deprecated, configure it on the relevant <mergePolicyFactory> instead.
   [junit4]   2> 8571 T43 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@c53df6
   [junit4]   2> 8590 T30 x:x:collection1 C0 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=fast_warm&distrib=false&start=0&rows=10&event=firstSearcher} hits=0 status=0 QTime=353
   [junit4]   2> 8633 T43 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 8676 T43 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@c53df6
   [junit4]   2> 8702 T30 x:x:collection1 C1 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=static+firstSearcher+warming+query+from+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=98
   [junit4]   2> 8703 T30 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 8717 T30 x:x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@571b1a8c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8772 T43 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 8772 T43 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 8773 T43 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 8800 T43 oasc.ConfigSetProperties.readFromResourceLoader Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/collection1'
   [junit4]   2> 8803 T43 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/collection1
   [junit4]   2> 8803 T43 x:x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 8804 T43 x:x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 8804 T43 x:x:collection1 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 8805 T43 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, {q=rocks,start=0,rows=10}, {q=static newSearcher warming query from solrconfig.xml}]}]
   [junit4]   2> 8805 T43 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=fast_warm,start=0,rows=10}, {q=static firstSearcher warming query from solrconfig.xml}]}]
   [junit4]   2> 8806 T43 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 8807 T43 x:x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 8807 T43 x:x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 8807 T43 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 8809 T43 x:x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9889750 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b5a81b),segFN=segments_1,generation=1}
   [junit4]   2> 8809 T43 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 8810 T47 x:x:collection1 oasc.SolrCore$12.run Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 8810 T47 x:x:collection1 oasc.DirectoryFactory.cleanupOldIndexDirectories WARN /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 8811 T43 x:x:collection1 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 8814 T43 x:x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 8821 T43 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8827 T43 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8828 T43 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8829 T43 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 8839 T43 x:x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,docClustering,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump
   [junit4]   2> 8841 T43 x:x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 8842 T43 x:x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 8842 T43 x:x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 8844 T43 x:x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9889750 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b5a81b),segFN=segments_1,generation=1}
   [junit4]   2> 8844 T43 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 8844 T43 x:x:collection1 oass.SolrIndexSearcher.<init> Opening [Searcher@505496fb[collection1] main]
   [junit4]   2> 8845 T43 x:x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/collection1/conf
   [junit4]   2> 8846 T43 x:x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/collection1/conf}
   [junit4]   2> 8847 T43 x:x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/collection1/conf
   [junit4]   2> 8847 T43 x:x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 8847 T43 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 8849 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'default'
   [junit4]   2> 8857 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 8864 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 8872 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock-external-attrs'
   [junit4]   2> 8872 T43 x:x:collection1 oashcc.SolrResourceLocator.getAll Loaded Solr resource: clustering/carrot2/mock-external-attrs-attributes.xml
   [junit4]   2> 8888 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'echo'
   [junit4]   2> 8898 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check'
   [junit4]   2> 8908 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check-custom-resource-dir'
   [junit4]   2> 8915 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lexical-resource-check-custom-resource-dir-deprecated'
   [junit4]   2> 8923 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'custom-duplicating-tokenizer'
   [junit4]   2> 8930 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'custom-duplicating-stemmer'
   [junit4]   2> 8936 T43 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: default [CarrotClusteringEngine]
   [junit4]   2> 8936 T43 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 8936 T43 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 8936 T43 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 8936 T43 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for search results clustering.
   [junit4]   2> 8936 T43 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for document clustering: mock [MockDocumentClusteringEngine]
   [junit4]   2> 8936 T43 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 8937 T43 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 8937 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 8943 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'default'
   [junit4]   2> 8951 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 8958 T43 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: default [CarrotClusteringEngine]
   [junit4]   2> 8958 T43 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 8958 T43 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 8958 T43 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 9047 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'unavailable'
   [junit4]   2> 9053 T43 x:x:collection1 oashc.ClusteringComponent.inform Optional clustering engine not available: unavailable
   [junit4]   2> 9054 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'lingo'
   [junit4]   2> 9060 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'stc'
   [junit4]   2> 9067 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine 'mock'
   [junit4]   2> 9073 T43 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering: lingo [CarrotClusteringEngine]
   [junit4]   2> 9073 T43 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 9074 T43 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 9074 T43 x:x:collection1 oashc.ClusteringComponent.inform Initializing Clustering Engines
   [junit4]   2> 9074 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 9074 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 9074 T43 x:x:collection1 oashc.ClusteringComponent.inform WARN Duplicate clustering engine component named ''.
   [junit4]   2> 9074 T43 x:x:collection1 oashcc.CarrotClusteringEngine.init Initializing Clustering Engine '<no 'name' attribute>'
   [junit4]   2> 9074 T43 x:x:collection1 oashc.ClusteringComponent.inform WARN Duplicate clustering engine component named ''.
   [junit4]   2> 9075 T43 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine Default engine for search results clustering:  [CarrotClusteringEngine]
   [junit4]   2> 9075 T43 x:x:collection1 oashc.ClusteringComponent.setupDefaultEngine WARN No default engine for document clustering.
   [junit4]   2> 9075 T43 x:x:collection1 oashc.ClusteringComponent.inform Finished Initializing Clustering Engines
   [junit4]   2> 9075 T43 x:x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 9075 T48 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@505496fb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9075 T43 x:x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@5f261b84
   [junit4]   2> 9076 T48 x:x:collection1 C2 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=fast_warm&distrib=false&start=0&rows=10&event=firstSearcher} hits=0 status=0 QTime=1
   [junit4]   2> 9080 T48 x:x:collection1 C2 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=static+firstSearcher+warming+query+from+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=1
   [junit4]   2> 9080 T48 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 9081 T48 x:x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@505496fb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9509 T12 oas.SolrTestCaseJ4.setUp ###Starting test
   [junit4]   2> 10343 T12 oas.SolrTestCaseJ4.tearDown ###Ending test
   [junit4]   2> 10358 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@d549136{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 10358 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2113959441
   [junit4]   2> 10364 T51 x:x:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c53df6
   [junit4]   2> 10366 T51 x:x:collection1 oasu.DirectUpdateHandler2.close 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}
   [junit4]   2> 10367 T51 x:x:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 10367 T51 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 10368 T51 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 10383 T51 x:x:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 10384 T51 x:x:collection1 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 10385 T51 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data;done=false>>]
   [junit4]   2> 10385 T51 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 10386 T51 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data/index;done=false>>]
   [junit4]   2> 10386 T51 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 10392 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@565b87aa{/_vnj/u,null,UNAVAILABLE}
   [junit4]   2> 10397 T12 oejs.AbstractConnector.doStop Stopped ServerConnector@2b6ecfd4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 10398 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=832181191
   [junit4]   2> 10401 T52 x:x:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5f261b84
   [junit4]   2> 10402 T52 x:x:collection1 oasu.DirectUpdateHandler2.close 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}
   [junit4]   2> 10403 T52 x:x:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 10403 T52 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 10403 T52 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 10405 T52 x:x:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 10405 T52 x:x:collection1 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 10405 T52 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data;done=false>>]
   [junit4]   2> 10406 T52 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 10406 T52 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data/index;done=false>>]
   [junit4]   2> 10406 T52 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 10413 T12 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@468ba9fa{/_vnj/u,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedClusteringComponentTest -Dtests.method=test -Dtests.seed=501CD408E008B061 -Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=SystemV/AST4 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   8.83s J0 | DistributedClusteringComponentTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51185/_vnj/u/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([501CD408E008B061:D848EBD24EF4DD99]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:544)
   [junit4]    > 	at org.apache.solr.handler.clustering.DistributedClusteringComponentTest.test(DistributedClusteringComponentTest.java:35)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:990)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketException: Connection reset
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:209)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
   [junit4]    > 	... 49 more
   [junit4]   2> 10434 T12 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-clustering/test/J0/temp/solr.handler.clustering.DistributedClusteringComponentTest_501CD408E008B061-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=tr, timezone=SystemV/AST4
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=25839176,total=56623104
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedClusteringComponentTest]
   [junit4] Completed [1/3 (1!)] on J0 in 11.11s, 1 test, 1 error <<< FAILURES!

[...truncated 16 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:253: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:459: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1014: There were test failures: 3 suites, 30 tests, 1 error [seed: 501CD408E008B061]

Total time: 82 minutes 25 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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3090 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/3090/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([C2181997D66B1C46]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.security.BasicAuthIntegrationTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([C2181997D66B1C46]:0)




Build Log:
[...truncated 12113 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 1566077 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1566077 INFO  (Thread-4340) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1566077 INFO  (Thread-4340) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1566178 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.ZkTestServer start zk server on port:58969
   [junit4]   2> 1566178 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1566179 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566208 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5bbad116 name:ZooKeeperConnection Watcher:127.0.0.1:58969 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566208 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566208 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1566208 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1566259 INFO  (jetty-launcher-2339-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1566259 INFO  (jetty-launcher-2339-thread-4) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1566260 INFO  (jetty-launcher-2339-thread-3) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1566262 INFO  (jetty-launcher-2339-thread-5) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1566268 INFO  (jetty-launcher-2339-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1566270 INFO  (jetty-launcher-2339-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37c2ccd1{/solr,null,AVAILABLE}
   [junit4]   2> 1566270 INFO  (jetty-launcher-2339-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44c63c72{/solr,null,AVAILABLE}
   [junit4]   2> 1566270 INFO  (jetty-launcher-2339-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b73fbee{/solr,null,AVAILABLE}
   [junit4]   2> 1566271 INFO  (jetty-launcher-2339-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@257014ec{/solr,null,AVAILABLE}
   [junit4]   2> 1566271 INFO  (jetty-launcher-2339-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@55da9323{HTTP/1.1}{127.0.0.1:58974}
   [junit4]   2> 1566271 INFO  (jetty-launcher-2339-thread-3) [    ] o.e.j.s.Server Started @1570885ms
   [junit4]   2> 1566271 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58974}
   [junit4]   2> 1566271 INFO  (jetty-launcher-2339-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@446a1d19{HTTP/1.1}{127.0.0.1:58972}
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-1) [    ] o.e.j.s.Server Started @1570885ms
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58972}
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node2'
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node1'
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1566272 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1566273 INFO  (jetty-launcher-2339-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@128e07fa{HTTP/1.1}{127.0.0.1:58973}
   [junit4]   2> 1566273 INFO  (jetty-launcher-2339-thread-4) [    ] o.e.j.s.Server Started @1570887ms
   [junit4]   2> 1566273 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58973}
   [junit4]   2> 1566273 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 1566273 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node3'
   [junit4]   2> 1566273 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1566273 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1566273 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1566274 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566274 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566277 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566278 INFO  (jetty-launcher-2339-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@26002250{HTTP/1.1}{127.0.0.1:58971}
   [junit4]   2> 1566278 INFO  (jetty-launcher-2339-thread-5) [    ] o.e.j.s.Server Started @1570892ms
   [junit4]   2> 1566278 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58971}
   [junit4]   2> 1566278 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 1566278 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node5'
   [junit4]   2> 1566279 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1566279 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1566279 INFO  (jetty-launcher-2339-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@557e0487{/solr,null,AVAILABLE}
   [junit4]   2> 1566279 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1566279 INFO  (jetty-launcher-2339-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@7e8b11ff{HTTP/1.1}{127.0.0.1:58978}
   [junit4]   2> 1566279 INFO  (jetty-launcher-2339-thread-2) [    ] o.e.j.s.Server Started @1570893ms
   [junit4]   2> 1566279 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58978}
   [junit4]   2> 1566279 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 1566280 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node4'
   [junit4]   2> 1566280 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1566280 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1566280 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1566280 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566281 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566302 INFO  (zkCallback-2341-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@28e0b58f name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566302 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566302 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1566344 INFO  (zkCallback-2343-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@26821171 name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566345 INFO  (zkCallback-2342-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2fe1aedb name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566345 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566345 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566345 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1566345 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1566345 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1566345 INFO  (zkCallback-2344-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3929721d name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566346 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566346 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1566346 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1566346 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1566347 INFO  (zkCallback-2345-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@258e8b4e name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566347 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566347 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1566348 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1566354 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1566371 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node2/.
   [junit4]   2> 1566371 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1104974299
   [junit4]   2> 1566371 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node2]
   [junit4]   2> 1566371 WARN  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node2/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node2/lib
   [junit4]   2> 1566372 INFO  (jetty-launcher-2339-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> 1566374 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1566375 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1566375 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1566375 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58969/solr
   [junit4]   2> 1566375 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1566375 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1566376 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566380 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node1/.
   [junit4]   2> 1566380 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node3/.
   [junit4]   2> 1566381 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 2121356764
   [junit4]   2> 1566380 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node5/.
   [junit4]   2> 1566381 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node3]
   [junit4]   2> 1566381 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 439008743
   [junit4]   2> 1566381 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node5]
   [junit4]   2> 1566381 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 294542983
   [junit4]   2> 1566381 WARN  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node3/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node3/lib
   [junit4]   2> 1566381 WARN  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node5/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node5/lib
   [junit4]   2> 1566382 INFO  (jetty-launcher-2339-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> 1566381 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node1]
   [junit4]   2> 1566382 INFO  (jetty-launcher-2339-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> 1566383 WARN  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node1/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node1/lib
   [junit4]   2> 1566383 INFO  (jetty-launcher-2339-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> 1566383 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1566383 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1566384 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1566384 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1566384 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58969/solr
   [junit4]   2> 1566384 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1566384 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1566384 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1566384 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1566385 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1566385 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58969/solr
   [junit4]   2> 1566385 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1566385 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1566385 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1566386 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1566386 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58969/solr
   [junit4]   2> 1566386 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1566386 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1566386 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566386 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566388 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566389 INFO  (zkCallback-2348-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3c06bf3d name:ZooKeeperConnection Watcher:127.0.0.1:58969 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566389 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node4/.
   [junit4]   2> 1566389 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 141600429
   [junit4]   2> 1566389 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node4]
   [junit4]   2> 1566389 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566389 WARN  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node4/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node4/lib
   [junit4]   2> 1566389 INFO  (jetty-launcher-2339-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1566390 INFO  (jetty-launcher-2339-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> 1566390 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1566391 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1566391 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1566391 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58969/solr
   [junit4]   2> 1566391 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1566391 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1566392 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566401 INFO  (zkCallback-2356-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@46b6ad12 name:ZooKeeperConnection Watcher:127.0.0.1:58969 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566402 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566402 INFO  (zkCallback-2355-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3aea74a3 name:ZooKeeperConnection Watcher:127.0.0.1:58969 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566402 INFO  (jetty-launcher-2339-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1566402 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566403 INFO  (jetty-launcher-2339-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1566412 INFO  (zkCallback-2357-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4fa75507 name:ZooKeeperConnection Watcher:127.0.0.1:58969 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566413 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566413 INFO  (jetty-launcher-2339-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1566413 INFO  (zkCallback-2360-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1563d0de name:ZooKeeperConnection Watcher:127.0.0.1:58969 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566413 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566413 INFO  (jetty-launcher-2339-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1566428 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566429 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566429 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566438 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 0x152ebecdc06000a, 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> 1566438 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566453 INFO  (zkCallback-2361-thread-1-processing-n:127.0.0.1:58973_solr) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@464911e2 name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566453 INFO  (zkCallback-2363-thread-1-processing-n:127.0.0.1:58971_solr) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@676f6aeb name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566453 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566453 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566454 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1566454 INFO  (zkCallback-2362-thread-1-processing-n:127.0.0.1:58974_solr) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f87c791 name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566454 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566472 INFO  (zkCallback-2364-thread-1-processing-n:127.0.0.1:58978_solr) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6cbfb269 name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566472 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566482 INFO  (zkCallback-2365-thread-1-processing-n:127.0.0.1:58972_solr) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@33fd60 name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1566482 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1566494 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1566494 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1566494 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1566504 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1566505 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1566544 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1566565 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1566565 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1566565 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1566670 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1566671 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1566685 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1566685 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1566686 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1566732 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1566742 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1566742 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1566742 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1566754 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1566808 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1566821 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1566821 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1566821 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1566836 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1566873 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1566873 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1566873 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1566873 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1566920 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1566920 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1566920 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1566920 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1566920 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1566957 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1566957 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1566958 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1566958 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1566958 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1566980 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1566980 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1566981 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1566981 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1566981 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1567015 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1567016 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1567016 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1567016 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1567016 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1567041 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58978_solr
   [junit4]   2> 1567041 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58972_solr
   [junit4]   2> 1567041 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58974_solr
   [junit4]   2> 1567041 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58973_solr
   [junit4]   2> 1567041 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58971_solr
   [junit4]   2> 1567053 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58974_solr
   [junit4]   2> 1567053 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58972_solr
   [junit4]   2> 1567053 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58978_solr
   [junit4]   2> 1567053 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58973_solr
   [junit4]   2> 1567063 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58971_solr
   [junit4]   2> 1567094 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1567094 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1567095 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1567095 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1567096 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1567131 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1567147 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1567147 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1567147 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1567148 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1567179 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1567179 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1567195 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1567195 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1567211 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95397944664391694-127.0.0.1:58978_solr-n_0000000000
   [junit4]   2> 1567211 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95397944664391691-127.0.0.1:58973_solr-n_0000000001
   [junit4]   2> 1567226 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1567226 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95397944664391695-127.0.0.1:58972_solr-n_0000000003
   [junit4]   2> 1567226 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95397944664391693-127.0.0.1:58974_solr-n_0000000002
   [junit4]   2> 1567226 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58978_solr
   [junit4]   2> 1567226 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1567227 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95397944664391694-127.0.0.1:58978_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1567227 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1567245 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95397944664391692-127.0.0.1:58971_solr-n_0000000004
   [junit4]   2> 1567245 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95397944664391691-127.0.0.1:58973_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1567245 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1567246 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95397944664391693-127.0.0.1:58974_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1567246 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1567272 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95397944664391695-127.0.0.1:58972_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1567272 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1567272 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.Overseer Overseer (id=95397944664391694-127.0.0.1:58978_solr-n_0000000000) starting
   [junit4]   2> 1567312 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1567321 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1567321 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1567321 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1567321 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1567324 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node3/.
   [junit4]   2> 1567324 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1567325 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node2/.
   [junit4]   2> 1567326 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1567326 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1567326 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1567327 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node1/.
   [junit4]   2> 1567328 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1567328 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1567328 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1567329 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node5/.
   [junit4]   2> 1567329 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1567329 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1567329 INFO  (jetty-launcher-2339-thread-4) [n:127.0.0.1:58973_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1567329 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1567329 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1567329 INFO  (jetty-launcher-2339-thread-3) [n:127.0.0.1:58974_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1567330 INFO  (jetty-launcher-2339-thread-1) [n:127.0.0.1:58972_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1567330 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1567330 INFO  (jetty-launcher-2339-thread-5) [n:127.0.0.1:58971_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1567427 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1567428 INFO  (OverseerCollectionConfigSetProcessor-95397944664391694-127.0.0.1:58978_solr-n_0000000000) [n:127.0.0.1:58978_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1567428 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1567429 INFO  (OverseerStateUpdate-95397944664391694-127.0.0.1:58978_solr-n_0000000000) [n:127.0.0.1:58978_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1567444 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1567444 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1567445 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node4/.
   [junit4]   2> 1567446 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1567447 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1567447 INFO  (jetty-launcher-2339-thread-2) [n:127.0.0.1:58978_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1567447 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1567448 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1567475 INFO  (zkCallback-2366-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3648ccef name:ZooKeeperConnection Watcher:127.0.0.1:58969 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1567475 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1567475 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1567493 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@128e07fa{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1567493 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2121356764
   [junit4]   2> 1567494 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:58973_solr as DOWN
   [junit4]   2> 1567533 INFO  (zkCallback-2361-thread-1-processing-n:127.0.0.1:58973_solr) [n:127.0.0.1:58973_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: [5])
   [junit4]   2> 1567533 INFO  (zkCallback-2365-thread-1-processing-n:127.0.0.1:58972_solr) [n:127.0.0.1:58972_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: [5])
   [junit4]   2> 1567533 WARN  (zkCallback-2361-thread-1-processing-n:127.0.0.1:58973_solr) [n:127.0.0.1:58973_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1567533 INFO  (zkCallback-2363-thread-1-processing-n:127.0.0.1:58971_solr) [n:127.0.0.1:58971_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: [5])
   [junit4]   2> 1567533 INFO  (zkCallback-2364-thread-1-processing-n:127.0.0.1:58978_solr) [n:127.0.0.1:58978_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: [5])
   [junit4]   2> 1567533 INFO  (zkCallback-2362-thread-2-processing-n:127.0.0.1:58974_solr) [n:127.0.0.1:58974_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: [5])
   [junit4]   2> 1567533 INFO  (OverseerStateUpdate-95397944664391694-127.0.0.1:58978_solr-n_0000000000) [n:127.0.0.1:58978_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:58973_solr"} current state version: 0
   [junit4]   2> 1567535 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4b73fbee{/solr,null,UNAVAILABLE}
   [junit4]   2> 1567536 INFO  (OverseerStateUpdate-95397944664391694-127.0.0.1:58978_solr-n_0000000000) [n:127.0.0.1:58978_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:58973_solr
   [junit4]   2> 1567537 INFO  (zkCallback-2362-thread-1-processing-n:127.0.0.1:58974_solr) [n:127.0.0.1:58974_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95397944664391694-127.0.0.1:58978_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1567539 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1567541 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@796519d3{/solr,null,AVAILABLE}
   [junit4]   2> 1567541 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.e.j.s.ServerConnector Started ServerConnector@407c5918{HTTP/1.1}{127.0.0.1:58992}
   [junit4]   2> 1567541 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.e.j.s.Server Started @1572155ms
   [junit4]   2> 1567541 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58992}
   [junit4]   2> 1567542 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 1567542 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node6'
   [junit4]   2> 1567542 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1567542 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1567542 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1567543 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1567562 INFO  (zkCallback-2368-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@dfe652d name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1567562 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1567563 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1567563 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1567584 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node6/.
   [junit4]   2> 1567584 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.CoreContainer New CoreContainer 1347037189
   [junit4]   2> 1567584 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node6]
   [junit4]   2> 1567584 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node6/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node6/lib
   [junit4]   2> 1567584 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] 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> 1567585 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1567585 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1567585 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1567585 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58969/solr
   [junit4]   2> 1567585 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1567585 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1567586 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1567602 INFO  (zkCallback-2371-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@367e9d7d name:ZooKeeperConnection Watcher:127.0.0.1:58969 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1567602 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1567603 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1567620 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1567640 INFO  (zkCallback-2372-thread-1-processing-n:127.0.0.1:58992_solr) [n:127.0.0.1:58992_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@38beb09c name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1567640 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1567734 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1568745 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58992_solr
   [junit4]   2> 1568766 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58992_solr
   [junit4]   2> 1568776 INFO  (zkCallback-2365-thread-1-processing-n:127.0.0.1:58972_solr) [n:127.0.0.1:58972_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> 1568776 INFO  (zkCallback-2363-thread-1-processing-n:127.0.0.1:58971_solr) [n:127.0.0.1:58971_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> 1568777 INFO  (zkCallback-2372-thread-1-processing-n:127.0.0.1:58992_solr) [n:127.0.0.1:58992_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> 1568777 INFO  (zkCallback-2364-thread-1-processing-n:127.0.0.1:58978_solr) [n:127.0.0.1:58978_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> 1568776 INFO  (zkCallback-2362-thread-1-processing-n:127.0.0.1:58974_solr) [n:127.0.0.1:58974_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> 1568779 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1568782 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95397944664391699-127.0.0.1:58992_solr-n_0000000005
   [junit4]   2> 1568784 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95397944664391692-127.0.0.1:58971_solr-n_0000000004 to know if I could be the leader
   [junit4]   2> 1568797 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1568797 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1568798 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001/tempDir-001/node6/.
   [junit4]   2> 1568798 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1568800 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1568800 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [n:127.0.0.1:58992_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1568801 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1568802 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1568812 INFO  (zkCallback-2373-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c53ff28 name:ZooKeeperConnection Watcher:127.0.0.1:58969/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1568812 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1568812 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1568852 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/addfields.updateprocessor.js
   [junit4]   2> 1568864 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 1568870 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 1568877 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
   [junit4]   2> 1568889 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 1568910 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mpf-solrconfig.xml
   [junit4]   2> 1568927 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 1568933 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 1568940 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 1568946 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 1568952 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 1568957 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 1568963 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 1568969 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-multivalued.xml
   [junit4]   2> 1568974 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 1568979 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
   [junit4]   2> 1568985 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-dynamicField.xml
   [junit4]   2> 1568990 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-field.xml
   [junit4]   2> 1568996 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 1569008 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-default-val.xml
   [junit4]   2> 1569020 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 1569026 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 1569032 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-init-error.xml
   [junit4]   2> 1569053 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 1569082 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1569096 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 1569116 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1569125 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-non-glob-copyfield-source-matching-nothing-should-fail-test.xml
   [junit4]   2> 1569137 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-nontext-analyzer.xml
   [junit4]   2> 1569144 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 1569157 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-pos.xml
   [junit4]   2> 1569177 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-tf.xml
   [junit4]   2> 1569197 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-omit-tf-but-not-pos.xml
   [junit4]   2> 1569205 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-does-not-exist.xml
   [junit4]   2> 1569225 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 1569243 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-global-vs-ft-mismatch.xml
   [junit4]   2> 1569257 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 1569266 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-baseline.xml
   [junit4]   2> 1569281 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-hyperbolic.xml
   [junit4]   2> 1569296 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-norms.xml
   [junit4]   2> 1569305 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-is-copyfield-dest.xml
   [junit4]   2> 1569325 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-multivalued.xml
   [junit4]   2> 1569346 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 1569361 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-unsupported-docValues.xml
   [junit4]   2> 1569381 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 1569391 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-invalid-scriptfile.xml
   [junit4]   2> 1569405 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-managed-schema-named-schema.xml.xml
   [junit4]   2> 1569420 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-missing-scriptfile.xml
   [junit4]   2> 1569434 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-multiple-cfs.xml
   [junit4]   2> 1569447 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-multiple-dirfactory.xml
   [junit4]   2> 1569457 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-multiple-indexconfigs.xml
   [junit4]   2> 1569466 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-nrtmode.xml
   [junit4]   2> 1569480 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-schema-mutable-but-not-managed.xml
   [junit4]   2> 1569489 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-unexpected-schema-attribute.xml
   [junit4]   2> 1569498 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 1569518 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/blendedInfixSuggest.txt
   [junit4]   2> 1569536 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/compoundDictionary.txt
   [junit4]   2> 1569544 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 1569560 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/cross-compatible.js
   [junit4]   2> 1569569 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/currency.xml
   [junit4]   2> 1569588 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/da_compoundDictionary.txt
   [junit4]   2> 1569607 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/da_UTF8.xml
   [junit4]   2> 1569621 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/elevate.xml
   [junit4]   2> 1569630 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 1569640 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/freeTextSuggest.txt
   [junit4]   2> 1569654 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/frenchArticles.txt
   [junit4]   2> 1569669 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/fuzzysuggest.txt
   [junit4]   2> 1569689 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 1569704 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.dic
   [junit4]   2> 1569719 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hyphenation.dtd
   [junit4]   2> 1569733 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/jasuggest.txt
   [junit4]   2> 1569751 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/keep-1.txt
   [junit4]   2> 1569765 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/keep-2.txt
   [junit4]   2> 1569773 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1569782 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missing.functions.updateprocessor.js
   [junit4]   2> 1569802 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 1569821 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/old_synonyms.txt
   [junit4]   2> 1569841 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/open-exchange-rates.json
   [junit4]   2> 1569861 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/phrasesuggest.txt
   [junit4]   2> 1569881 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/protwords.txt
   [junit4]   2> 1569901 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/regex-boost-processor-test.txt
   [junit4]   2> 1569916 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 1569924 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-behavior.xml
   [junit4]   2> 1569945 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-binaryfield.xml
   [junit4]   2> 1569966 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-blockjoinfacetcomponent.xml
   [junit4]   2> 1569997 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-bm25.xml
   [junit4]   2> 1570013 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-charfilters.xml
   [junit4]   2> 1570040 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-class-name-shortening-on-serialization.xml
   [junit4]   2> 1570052 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-collate-dv.xml
   [junit4]   2> 1570066 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-collate.xml
   [junit4]   2> 1570086 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 1570111 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-copyfield-test.xml
   [junit4]   2> 1570131 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.c.SolrZkClient makePa

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

Closing directory: data
   [junit4]   2> 8787407 INFO  (coreCloseExecutor-5912-thread-1) [n:127.0.0.1:58978_solr c:testSolrCloudCollection s:shard1 r:core_node4 x:testSolrCloudCollection_shard1_replica2] o.a.s.c.CachingDirectoryFactory looking to close data/index [CachedDir<<refCount=0;path=data/index;done=false>>]
   [junit4]   2> 8787407 INFO  (coreCloseExecutor-5912-thread-1) [n:127.0.0.1:58978_solr c:testSolrCloudCollection s:shard1 r:core_node4 x:testSolrCloudCollection_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: data/index
   [junit4]   2> 8787408 INFO  (jetty-launcher-2339-thread-10) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b06351e{/solr,null,UNAVAILABLE}
   [junit4]   2> 8787410 INFO  (jetty-launcher-2339-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@44c63c72{/solr,null,UNAVAILABLE}
   [junit4]   2> 8787413 INFO  (jetty-launcher-2339-thread-8) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@fa82a25{/solr,null,UNAVAILABLE}
   [junit4]   2> 8787415 INFO  (jetty-launcher-2339-thread-7) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@37c2ccd1{/solr,null,UNAVAILABLE}
   [junit4]   2> 8787420 INFO  (jetty-launcher-2339-thread-9) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@796519d3{/solr,null,UNAVAILABLE}
   [junit4]   2> 8787422 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58969 58969
   [junit4]   2> 8787847 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]-SendThread(127.0.0.1:58969)) [n:127.0.0.1:58992_solr    ] o.a.z.c.StaticHostProvider Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> 8787847 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]-SendThread(127.0.0.1:58969)) [n:127.0.0.1:58978_solr    ] o.a.z.c.StaticHostProvider Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> 8787847 WARN  (jetty-launcher-2339-thread-5-SendThread(127.0.0.1:58969)) [n:127.0.0.1:58971_solr    ] o.a.z.c.StaticHostProvider Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> 8787847 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[C2181997D66B1C46]-SendThread(127.0.0.1:58969)) [n:127.0.0.1:59030_solr    ] o.a.z.c.StaticHostProvider Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> 8788270 ERROR (OverseerExitThread) [n:127.0.0.1:58972_solr    ] o.a.s.c.Overseer could not read the data
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:350)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:350)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:308)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$2.run(Overseer.java:267)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_C2181997D66B1C46-001
   [junit4]   2> Feb 16, 2016 11:12:17 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ar-AE, timezone=Atlantic/St_Helena
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=59822032,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedSpellCheckComponentTest, TestSolrXml, TestDocumentBuilder, URLClassifyProcessorTest, WrapperMergePolicyFactoryTest, TestBlobHandler, TestCloudSchemaless, DistributedVersionInfoTest, PingRequestHandlerTest, TestHdfsUpdateLog, TestObjectReleaseTracker, TestCryptoKeys, TestLFUCache, SolrRequestParserTest, CachingDirectoryFactoryTest, SuggestComponentContextFilterQueryTest, FullHLLTest, CdcrReplicationDistributedZkTest, TestAuthorizationFramework, TestRestoreCore, TestPerFieldSimilarityClassic, TestManagedSchema, MigrateRouteKeyTest, StandardRequestHandlerTest, QueryResultKeyTest, SimpleFacetsTest, TestPhraseSuggestions, TestSolrCLIRunExample, DocValuesMissingTest, TestRandomDVFaceting, TestLazyCores, CollectionStateFormat2Test, TestStressVersions, HdfsRecoverLeaseTest, TestReplicationHandler, TestPostingsSolrHighlighter, TestCloudManagedSchema, BadComponentTest, XsltUpdateRequestHandlerTest, TestQuerySenderNoQuery, TestManagedSynonymFilterFactory, SolrCoreTest, TestSolrQueryResponse, TestDistribIDF, ScriptEngineTest, SuggesterFSTTest, TestSolrConfigHandler, TestFastLRUCache, PrimitiveFieldTypeTest, DirectUpdateHandlerTest, TestFaceting, DocumentBuilderTest, DistributedDebugComponentTest, RuleEngineTest, ShardRoutingTest, TestPartialUpdateDeduplication, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, LeaderInitiatedRecoveryOnCommitTest, JSONWriterTest, TestJmxIntegration, TestFileDictionaryLookup, DistributedQueryComponentOptimizationTest, TestIntervalFaceting, SpatialRPTFieldTypeTest, TestInitParams, RecoveryZkTest, TestSolrConfigHandlerCloud, TestRandomCollapseQParserPlugin, TestMiniSolrCloudCluster, TestReRankQParserPlugin, CursorMarkTest, TestExtendedDismaxParser, TestDefaultSearchFieldResource, TestXIncludeConfig, FacetPivotSmallTest, QueryEqualityTest, HardAutoCommitTest, DistribCursorPagingTest, HdfsCollectionsAPIDistributedZkTest, SpatialFilterTest, TestCloudInspectUtil, RequiredFieldsTest, TimeZoneUtilsTest, TestDownShardTolerantSearch, UnloadDistributedZkTest, TestHighlightDedupGrouping, ExitableDirectoryReaderTest, HdfsBasicDistributedZk2Test, DistribJoinFromCollectionTest, TestStressUserVersions, StressHdfsTest, RollingRestartTest, BasicAuthIntegrationTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.seed=C2181997D66B1C46 -Dtests.slow=true -Dtests.locale=ar-AE -Dtests.timezone=Atlantic/St_Helena -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | BasicAuthIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C2181997D66B1C46]:0)
   [junit4] Completed [530/579 (1!)] on J0 in 7222.99s, 1 test, 2 errors <<< FAILURES!

[...truncated 164 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2331 tests, 1 suite-level error, 1 error, 122 ignored (71 assumptions) [seed: C2181997D66B1C46]

Total time: 179 minutes 16 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