You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/08/23 21:00:48 UTC

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3441 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3441/

1 tests failed.
REGRESSION:  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([EE387DDC8C6300B:D5926717FFB3F56D]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1071)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:857)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:940)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:940)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:940)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:940)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:940)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:483)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:464)
	at org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:443)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11239 lines...]
   [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/init-core-data-001
   [junit4]   2> 1809644 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemalessExample
   [junit4]   2> 1809645 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.u.TestSolrCLIRunExample Selected port 36214 to start schemaless example Solr instance on ...
   [junit4]   2> 1809813 INFO  (Thread-8022) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1809820 INFO  (Thread-8022) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61925ef2{/solr,null,AVAILABLE}
   [junit4]   2> 1809821 INFO  (Thread-8022) [    ] o.e.j.s.ServerConnector Started ServerConnector@7594dd5d{HTTP/1.1}{127.0.0.1:36214}
   [junit4]   2> 1809821 INFO  (Thread-8022) [    ] o.e.j.s.Server Started @1812841ms
   [junit4]   2> 1809821 INFO  (Thread-8022) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36214}
   [junit4]   2> 1809822 INFO  (Thread-8022) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 1809822 INFO  (Thread-8022) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/'
   [junit4]   2> 1809855 INFO  (Thread-8022) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/solr.xml
   [junit4]   2> 1809869 INFO  (Thread-8022) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr
   [junit4]   2> 1809870 INFO  (Thread-8022) [    ] o.a.s.c.CoreContainer New CoreContainer 1606449880
   [junit4]   2> 1809870 INFO  (Thread-8022) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/]
   [junit4]   2> 1809870 INFO  (Thread-8022) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/lib
   [junit4]   2> 1809870 WARN  (Thread-8022) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/lib).
   [junit4]   2> 1809879 INFO  (Thread-8022) [    ] 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> 1809880 INFO  (Thread-8022) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1809880 INFO  (Thread-8022) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1809880 INFO  (Thread-8022) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1809881 INFO  (Thread-8022) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1809881 INFO  (Thread-8022) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1809881 INFO  (Thread-8022) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr
   [junit4]   2> 1809882 INFO  (Thread-8022) [    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 1809883 INFO  (Thread-8022) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 1809883 INFO  (Thread-8022) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1814788 INFO  (qtp514004859-16764) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=27 
   [junit4]   2> 1814792 INFO  (qtp514004859-16766) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={action=STATUS&core=gettingstarted&wt=json} status=0 QTime=0 
   [junit4]   2> 1814801 INFO  (qtp514004859-16768) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=4 
   [junit4]   2> 1814811 INFO  (qtp514004859-16764) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=4 
   [junit4]   2> 1814815 INFO  (qtp514004859-16766) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={action=STATUS&core=gettingstarted&wt=json} status=0 QTime=0 
   [junit4]   2> 1814899 INFO  (qtp514004859-16768) [    ] o.a.s.h.a.CoreAdminHandler core create command action=CREATE&instanceDir=gettingstarted&wt=json&name=gettingstarted
   [junit4]   2> 1814899 INFO  (qtp514004859-16768) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/, schema=schema.xml, name=gettingstarted, configSetProperties=configsetprops.json, transient=false, instanceDir=gettingstarted, dataDir=data/, loadOnStartup=true, config=solrconfig.xml}
   [junit4]   2> 1814900 INFO  (qtp514004859-16768) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/'
   [junit4]   2> 1814928 INFO  (qtp514004859-16768) [    ] o.a.s.c.SolrConfig current version of requestparams : 0
   [junit4]   2> 1814929 INFO  (qtp514004859-16768) [    ] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 1814930 WARN  (qtp514004859-16768) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/extraction/lib).
   [junit4]   2> 1814930 WARN  (qtp514004859-16768) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist).
   [junit4]   2> 1814930 WARN  (qtp514004859-16768) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/clustering/lib).
   [junit4]   2> 1814931 WARN  (qtp514004859-16768) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist).
   [junit4]   2> 1814931 WARN  (qtp514004859-16768) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/langid/lib).
   [junit4]   2> 1814931 WARN  (qtp514004859-16768) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist).
   [junit4]   2> 1814931 WARN  (qtp514004859-16768) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/velocity/lib).
   [junit4]   2> 1814932 WARN  (qtp514004859-16768) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist).
   [junit4]   2> 1814956 INFO  (qtp514004859-16768) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1815002 INFO  (qtp514004859-16768) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1815003 INFO  (qtp514004859-16768) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/conf/managed-schema
   [junit4]   2> 1815029 INFO  (qtp514004859-16768) [    ] o.a.s.s.IndexSchema [gettingstarted] Schema name=example-data-driven-schema
   [junit4]   2> 1815476 INFO  (qtp514004859-16768) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1815560 INFO  (qtp514004859-16768) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1815563 INFO  (qtp514004859-16768) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1815597 INFO  (qtp514004859-16768) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/conf'
   [junit4]   2> 1815597 INFO  (qtp514004859-16768) [    ] o.a.s.c.CoreContainer Creating SolrCore 'gettingstarted' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/
   [junit4]   2> 1815597 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1815598 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/], dataDir=[null]
   [junit4]   2> 1815598 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dd8b3c7
   [junit4]   2> 1815598 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 1815598 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 1815599 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data
   [junit4]   2> 1815599 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data/index/
   [junit4]   2> 1815599 WARN  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1815600 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data/index
   [junit4]   2> 1815606 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4dc2497e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e671714),segFN=segments_1,generation=1}
   [junit4]   2> 1815608 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1815609 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.PluginBag queryResponseWriter : 'velocity' created with startup=lazy 
   [junit4]   2> 1815610 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1815611 INFO  (OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore Looking for old index directories to cleanup for core gettingstarted in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data/
   [junit4]   2> 1815612 WARN  (OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1815617 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 1815620 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1815633 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1815635 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1815636 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1815638 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1815720 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/update/extract' created with startup=lazy 
   [junit4]   2> 1815721 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/analysis/field' created with startup=lazy 
   [junit4]   2> 1815722 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/analysis/document' created with startup=lazy 
   [junit4]   2> 1815722 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/spell' created with startup=lazy 
   [junit4]   2> 1815722 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/tvrh' created with startup=lazy 
   [junit4]   2> 1815723 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/terms' created with startup=lazy 
   [junit4]   2> 1815723 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/elevate' created with startup=lazy 
   [junit4]   2> 1815723 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.RequestHandlers Registered paths: /analysis/field,/schema,/query,/replication,/admin/logging,/get,/admin/luke,/elevate,/update/extract,/debug/dump,/admin/system,/update/json,/admin/segments,/admin/properties,/tvrh,/analysis/document,/spell,/export,/update,/update/csv,/admin/mbeans,/browse,/admin/plugins,/select,/terms,/admin/file,/stream,/config,/update/json/docs,/admin/ping,/admin/threads
   [junit4]   2> 1815726 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1815822 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1815823 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1815824 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1815824 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1815824 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4dc2497e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e671714),segFN=segments_1,generation=1}
   [junit4]   2> 1815825 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1815825 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.s.SolrIndexSearcher Opening Searcher@6dd623a0[gettingstarted] main
   [junit4]   2> 1815826 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/conf
   [junit4]   2> 1815826 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/conf}
   [junit4]   2> 1815826 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/conf
   [junit4]   2> 1815826 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1815827 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1815827 INFO  (qtp514004859-16768) [    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> 1815827 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default converter
   [junit4]   2> 1815828 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/conf/elevate.xml
   [junit4]   2> 1815835 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1815836 INFO  (searcherExecutor-6592-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore QuerySenderListener sending requests to Searcher@6dd623a0[gettingstarted] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1815836 INFO  (searcherExecutor-6592-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore QuerySenderListener done.
   [junit4]   2> 1815836 INFO  (searcherExecutor-6592-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1815836 INFO  (searcherExecutor-6592-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1815837 INFO  (searcherExecutor-6592-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Registered new searcher Searcher@6dd623a0[gettingstarted] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1815838 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1815838 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1815839 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1815839 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1510323023641575424
   [junit4]   2> 1815841 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1510323023641575424
   [junit4]   2> 1815841 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.c.CoreContainer registering core: gettingstarted
   [junit4]   2> 1815842 INFO  (qtp514004859-16768) [    x:gettingstarted] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={action=CREATE&name=gettingstarted&instanceDir=gettingstarted&wt=json} status=0 QTime=943 
   [junit4]   2> 1815859 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@7594dd5d{HTTP/1.1}{127.0.0.1:36214}
   [junit4]   2> 1815859 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1606449880
   [junit4]   2> 1815860 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ed48a08
   [junit4]   2> 1815862 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.a.s.u.UpdateHandler 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> 1815862 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1815862 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1815862 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1815871 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Closing main searcher on request.
   [junit4]   2> 1815885 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1815885 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data/index;done=false>>]
   [junit4]   2> 1815885 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data/index
   [junit4]   2> 1815886 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data;done=false>>]
   [junit4]   2> 1815886 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-001/schemaless/solr/gettingstarted/data
   [junit4]   2> 1815898 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    x:gettingstarted] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@61925ef2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1815899 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on port 36214
   [junit4]   2> 1815899 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample
   [junit4]   2> 1815914 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testInteractiveSolrCloudExample
   [junit4]   2> 1815926 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1815927 INFO  (Thread-8037) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1815927 INFO  (Thread-8037) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1816031 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.ZkTestServer start zk server on port:42370
   [junit4]   2> 1816031 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1816043 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1816067 INFO  (zkCallback-2293-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5a3da985 name:ZooKeeperConnection Watcher:127.0.0.1:42370 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1816068 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1816068 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1816069 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1816081 INFO  (jetty-launcher-2292-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1816132 INFO  (jetty-launcher-2292-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@34135cd7{/solr,null,AVAILABLE}
   [junit4]   2> 1816133 INFO  (jetty-launcher-2292-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@633441f6{HTTP/1.1}{127.0.0.1:49843}
   [junit4]   2> 1816133 INFO  (jetty-launcher-2292-thread-1) [    ] o.e.j.s.Server Started @1819153ms
   [junit4]   2> 1816133 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49843}
   [junit4]   2> 1816133 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 1816134 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/'
   [junit4]   2> 1816154 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1816156 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1816169 INFO  (zkCallback-2294-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@256b5892 name:ZooKeeperConnection Watcher:127.0.0.1:42370/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1816169 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1816169 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1816170 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1816186 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003
   [junit4]   2> 1816186 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 864963526
   [junit4]   2> 1816186 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/]
   [junit4]   2> 1816186 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/lib
   [junit4]   2> 1816186 WARN  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/lib).
   [junit4]   2> 1816207 INFO  (jetty-launcher-2292-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> 1816208 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1816209 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1816209 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1816209 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42370/solr
   [junit4]   2> 1816210 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1816210 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1816211 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1816212 INFO  (zkCallback-2296-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2270b8f7 name:ZooKeeperConnection Watcher:127.0.0.1:42370 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1816212 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1816212 INFO  (jetty-launcher-2292-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1816221 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1816227 INFO  (zkCallback-2297-thread-1-processing-n:localhost:49843_solr) [n:localhost:49843_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@56ffe924 name:ZooKeeperConnection Watcher:127.0.0.1:42370/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1816227 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1816246 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1816247 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1816249 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1816250 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1816252 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1816254 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1816255 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1816261 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1816262 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1816263 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1816264 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/localhost:49843_solr
   [junit4]   2> 1816264 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/localhost:49843_solr
   [junit4]   2> 1816266 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1816267 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1816268 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1816268 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94395188983496707-localhost:49843_solr-n_0000000000
   [junit4]   2> 1816269 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader localhost:49843_solr
   [junit4]   2> 1816269 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1816270 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.Overseer Overseer (id=94395188983496707-localhost:49843_solr-n_0000000000) starting
   [junit4]   2> 1816272 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1816277 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1816279 INFO  (OverseerCollectionProcessor-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.OverseerProcessor Process current queue of overseer operations
   [junit4]   2> 1816279 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1816279 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1816297 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1816297 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1816298 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003
   [junit4]   2> 1816302 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 1816313 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 1816313 INFO  (jetty-launcher-2292-thread-1) [n:localhost:49843_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1816313 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1816319 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1816328 INFO  (zkCallback-2298-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@25ae2d63 name:ZooKeeperConnection Watcher:127.0.0.1:42370 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1816329 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1816329 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1816348 INFO  (qtp1515005962-16792) [n:localhost:49843_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=9 
   [junit4]   2> 1816352 INFO  (qtp1515005962-16793) [n:localhost:49843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json 
   [junit4]   2> 1816353 INFO  (qtp1515005962-16793) [n:localhost:49843_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=1 
   [junit4]   2> 1816354 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1816360 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1816361 INFO  (zkCallback-2301-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@212d43f8 name:ZooKeeperConnection Watcher:127.0.0.1:42370/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1816361 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1816362 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1816362 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1816367 INFO  (qtp1515005962-16795) [n:localhost:49843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=list&wt=json 
   [junit4]   2> 1816368 INFO  (qtp1515005962-16795) [n:localhost:49843_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=list&wt=json} status=0 QTime=0 
   [junit4]   2> 1816375 INFO  (qtp1515005962-16792) [n:localhost:49843_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=4 
   [junit4]   2> 1816378 INFO  (qtp1515005962-16793) [n:localhost:49843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json 
   [junit4]   2> 1816380 INFO  (qtp1515005962-16793) [n:localhost:49843_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=2 
   [junit4]   2> 1816381 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1816382 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1816383 INFO  (zkCallback-2303-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@75234ec name:ZooKeeperConnection Watcher:127.0.0.1:42370/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1816384 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1816384 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1816384 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1816387 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 1816390 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/elevate.xml
   [junit4]   2> 1816392 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/synonyms.txt
   [junit4]   2> 1816394 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_en.txt
   [junit4]   2> 1816401 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ro.txt
   [junit4]   2> 1816405 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ca.txt
   [junit4]   2> 1816407 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_bg.txt
   [junit4]   2> 1816410 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_es.txt
   [junit4]   2> 1816413 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ja.txt
   [junit4]   2> 1816416 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_gl.txt
   [junit4]   2> 1816420 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_lv.txt
   [junit4]   2> 1816429 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_ca.txt
   [junit4]   2> 1816444 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_id.txt
   [junit4]   2> 1816446 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hi.txt
   [junit4]   2> 1816448 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_de.txt
   [junit4]   2> 1816450 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_cz.txt
   [junit4]   2> 1816452 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_fr.txt
   [junit4]   2> 1816454 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fa.txt
   [junit4]   2> 1816456 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_eu.txt
   [junit4]   2> 1816458 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ga.txt
   [junit4]   2> 1816461 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_it.txt
   [junit4]   2> 1816463 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ar.txt
   [junit4]   2> 1816465 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ru.txt
   [junit4]   2> 1816468 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_tr.txt
   [junit4]   2> 1816470 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stoptags_ja.txt
   [junit4]   2> 1816472 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fi.txt
   [junit4]   2> 1816492 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_nl.txt
   [junit4]   2> 1816494 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/hyphenations_ga.txt
   [junit4]   2> 1816496 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hu.txt
   [junit4]   2> 1816508 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_el.txt
   [junit4]   2> 1816510 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stemdict_nl.txt
   [junit4]   2> 1816512 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_ga.txt
   [junit4]   2> 1816514 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_no.txt
   [junit4]   2> 1816516 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_pt.txt
   [junit4]   2> 1816518 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_da.txt
   [junit4]   2> 1816521 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_sv.txt
   [junit4]   2> 1816523 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/userdict_ja.txt
   [junit4]   2> 1816527 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_th.txt
   [junit4]   2> 1816530 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hy.txt
   [junit4]   2> 1816532 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fr.txt
   [junit4]   2> 1816535 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_it.txt
   [junit4]   2> 1816538 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/currency.xml
   [junit4]   2> 1816540 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/stopwords.txt
   [junit4]   2> 1816542 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/params.json
   [junit4]   2> 1816545 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/solrconfig.xml
   [junit4]   2> 1816548 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[EE387DDC8C6300B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/protwords.txt
   [junit4]   2> 1816554 INFO  (qtp1515005962-16795) [n:localhost:49843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=list&wt=json 
   [junit4]   2> 1816555 INFO  (qtp1515005962-16795) [n:localhost:49843_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=list&wt=json} status=0 QTime=0 
   [junit4]   2> 1816557 INFO  (qtp1515005962-16792) [n:localhost:49843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params action=CREATE&maxShardsPerNode=4&name=testCloudExamplePrompt&collection.configName=testCloudExamplePrompt&replicationFactor=2&numShards=2&wt=json 
   [junit4]   2> 1816559 INFO  (OverseerCollectionProcessor-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.OverseerProcessor Overseer Collection Processor: 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> 1816560 WARN  (OverseerThreadFactory-6601-thread-1-processing-n:localhost:49843_solr) [n:localhost:49843_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionProcessor.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> 1816562 WARN  (OverseerThreadFactory-6601-thread-1-processing-n:localhost:49843_solr) [n:localhost:49843_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> 1816562 INFO  (OverseerThreadFactory-6601-thread-1-processing-n:localhost:49843_solr) [n:localhost:49843_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testCloudExamplePrompt 
   [junit4]   2> 1816563 INFO  (OverseerThreadFactory-6601-thread-1-processing-n:localhost:49843_solr) [n:localhost:49843_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testCloudExamplePrompt
   [junit4]   2> 1816569 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_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> 1816569 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testCloudExamplePrompt
   [junit4]   2> 1816570 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testCloudExamplePrompt/state.json
   [junit4]   2> 1816572 INFO  (zkCallback-2303-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1816572 INFO  (zkCallback-2297-thread-1-processing-n:localhost:49843_solr) [n:localhost:49843_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1816667 INFO  (OverseerThreadFactory-6601-thread-1-processing-n:localhost:49843_solr) [n:localhost:49843_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testCloudExamplePrompt, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 1816667 INFO  (OverseerThreadFactory-6601-thread-1-processing-n:localhost:49843_solr) [n:localhost:49843_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testCloudExamplePrompt_shard2_replica1 as part of shard shard2 of collection testCloudExamplePrompt on localhost:49843_solr
   [junit4]   2> 1816683 INFO  (OverseerThreadFactory-6601-thread-1-processing-n:localhost:49843_solr) [n:localhost:49843_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testCloudExamplePrompt_shard1_replica2 as part of shard shard1 of collection testCloudExamplePrompt on localhost:49843_solr
   [junit4]   2> 1816686 INFO  (OverseerThreadFactory-6601-thread-1-processing-n:localhost:49843_solr) [n:localhost:49843_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testCloudExamplePrompt_shard2_replica2 as part of shard shard2 of collection testCloudExamplePrompt on localhost:49843_solr
   [junit4]   2> 1816705 INFO  (OverseerThreadFactory-6601-thread-1-processing-n:localhost:49843_solr) [n:localhost:49843_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testCloudExamplePrompt_shard1_replica1 as part of shard shard1 of collection testCloudExamplePrompt on localhost:49843_solr
   [junit4]   2> 1816712 INFO  (qtp1515005962-16793) [n:localhost:49843_solr    ] o.a.s.h.a.CoreAdminHandler core create command action=CREATE&qt=/admin/cores&collection=testCloudExamplePrompt&shard=shard2&name=testCloudExamplePrompt_shard2_replica2&version=2&collection.configName=testCloudExamplePrompt&numShards=2&wt=javabin
   [junit4]   2> 1816713 INFO  (qtp1515005962-16793) [n:localhost:49843_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {collection=testCloudExamplePrompt, shard=shard2, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/testCloudExamplePrompt_shard2_replica2/, transient=false, configSetProperties=configsetprops.json, name=testCloudExamplePrompt_shard2_replica2, config=solrconfig.xml, numShards=2, instanceDir=testCloudExamplePrompt_shard2_replica2, schema=schema.xml, dataDir=data/, loadOnStartup=true}
   [junit4]   2> 1816713 INFO  (qtp1515005962-16794) [n:localhost:49843_solr    ] o.a.s.h.a.CoreAdminHandler core create command action=CREATE&qt=/admin/cores&collection=testCloudExamplePrompt&shard=shard1&name=testCloudExamplePrompt_shard1_replica2&version=2&collection.configName=testCloudExamplePrompt&numShards=2&wt=javabin
   [junit4]   2> 1816714 INFO  (qtp1515005962-16794) [n:localhost:49843_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {numShards=2, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/testCloudExamplePrompt_shard1_replica2/, config=solrconfig.xml, transient=false, loadOnStartup=true, name=testCloudExamplePrompt_shard1_replica2, instanceDir=testCloudExamplePrompt_shard1_replica2, configSetProperties=configsetprops.json, schema=schema.xml, shard=shard1, collection=testCloudExamplePrompt, dataDir=data/}
   [junit4]   2> 1816716 INFO  (qtp1515005962-16793) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1816716 INFO  (qtp1515005962-16794) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1816719 INFO  (qtp1515005962-16793) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
   [junit4]   2> 1816719 INFO  (qtp1515005962-16793) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader addZkWatch testCloudExamplePrompt
   [junit4]   2> 1816720 INFO  (qtp1515005962-16794) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
   [junit4]   2> 1816720 INFO  (qtp1515005962-16794) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1816720 INFO  (qtp1515005962-16793) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader Add data for testCloudExamplePrompt ver 0 
   [junit4]   2> 1816720 INFO  (qtp1515005962-16793) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1816721 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "node_name":"localhost:49843_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica2",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://localhost:49843/solr"} current state version: 1
   [junit4]   2> 1816722 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "node_name":"localhost:49843_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica2",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://localhost:49843/solr"}
   [junit4]   2> 1816725 INFO  (qtp1515005962-16795) [n:localhost:49843_solr    ] o.a.s.h.a.CoreAdminHandler core create command action=CREATE&qt=/admin/cores&collection=testCloudExamplePrompt&shard=shard2&name=testCloudExamplePrompt_shard2_replica1&version=2&collection.configName=testCloudExamplePrompt&numShards=2&wt=javabin
   [junit4]   2> 1816725 INFO  (qtp1515005962-16795) [n:localhost:49843_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/testCloudExamplePrompt_shard2_replica1/, transient=false, instanceDir=testCloudExamplePrompt_shard2_replica1, config=solrconfig.xml, dataDir=data/, loadOnStartup=true, schema=schema.xml, name=testCloudExamplePrompt_shard2_replica1, numShards=2, collection=testCloudExamplePrompt, configSetProperties=configsetprops.json, shard=shard2}
   [junit4]   2> 1816730 INFO  (qtp1515005962-16796) [n:localhost:49843_solr    ] o.a.s.h.a.CoreAdminHandler core create command action=CREATE&qt=/admin/cores&collection=testCloudExamplePrompt&shard=shard1&name=testCloudExamplePrompt_shard1_replica1&version=2&collection.configName=testCloudExamplePrompt&numShards=2&wt=javabin
   [junit4]   2> 1816730 INFO  (qtp1515005962-16796) [n:localhost:49843_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {numShards=2, transient=false, collection=testCloudExamplePrompt, configSetProperties=configsetprops.json, loadOnStartup=true, config=solrconfig.xml, shard=shard1, dataDir=data/, instanceDir=testCloudExamplePrompt_shard1_replica1, name=testCloudExamplePrompt_shard1_replica1, schema=schema.xml, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/testCloudExamplePrompt_shard1_replica1/}
   [junit4]   2> 1816735 INFO  (qtp1515005962-16795) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1816736 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"localhost:49843_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica2",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://localhost:49843/solr"} current state version: 1
   [junit4]   2> 1816736 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1816737 INFO  (qtp1515005962-16795) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
   [junit4]   2> 1816737 INFO  (qtp1515005962-16795) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1816737 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"localhost:49843_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica2",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://localhost:49843/solr"}
   [junit4]   2> 1816737 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
   [junit4]   2> 1816737 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1816761 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "node_name":"localhost:49843_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://localhost:49843/solr"} current state version: 1
   [junit4]   2> 1816763 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "node_name":"localhost:49843_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://localhost:49843/solr"}
   [junit4]   2> 1816766 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"localhost:49843_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://localhost:49843/solr"} current state version: 1
   [junit4]   2> 1816767 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "node_name":"localhost:49843_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://localhost:49843/solr"}
   [junit4]   2> 1816880 INFO  (OverseerStateUpdate-94395188983496707-localhost:49843_solr-n_0000000000) [n:localhost:49843_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testCloudExamplePrompt/state.json version: 0
   [junit4]   2> 1816883 INFO  (zkCallback-2297-thread-2-processing-n:localhost:49843_solr) [n:localhost:49843_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> 1816886 INFO  (zkCallback-2297-thread-2-processing-n:localhost:49843_solr) [n:localhost:49843_solr    ] o.a.s.c.c.ZkStateReader Updating data for testCloudExamplePrompt from 0 to 1 
   [junit4]   2> 1817721 INFO  (qtp1515005962-16793) [n:localhost:49843_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> 1817721 INFO  (qtp1515005962-16793) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 1817721 INFO  (qtp1515005962-16794) [n:localhost:49843_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> 1817721 INFO  (qtp1515005962-16794) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 1817722 INFO  (qtp1515005962-16793) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1817722 INFO  (qtp1515005962-16793) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
   [junit4]   2> 1817722 INFO  (qtp1515005962-16794) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1817722 INFO  (qtp1515005962-16794) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
   [junit4]   2> 1817732 INFO  (qtp1515005962-16793) [n:localhost:49843_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> 1817732 INFO  (qtp1515005962-16793) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/testCloudExamplePrompt_shard2_replica2/'
   [junit4]   2> 1817737 INFO  (qtp1515005962-16795) [n:localhost:49843_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> 1817737 INFO  (qtp1515005962-16795) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 1817738 INFO  (qtp1515005962-16794) [n:localhost:49843_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> 1817738 INFO  (qtp1515005962-16794) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/testCloudExamplePrompt_shard1_replica2/'
   [junit4]   2> 1817738 INFO  (qtp1515005962-16795) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1817738 INFO  (qtp1515005962-16795) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
   [junit4]   2> 1817740 INFO  (qtp1515005962-16795) [n:localhost:49843_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> 1817740 INFO  (qtp1515005962-16795) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/testCloudExamplePrompt_shard2_replica1/'
   [junit4]   2> 1817738 INFO  (qtp1515005962-16796) [n:localhost:49843_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> 1817741 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 1817741 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1817742 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
   [junit4]   2> 1817743 INFO  (qtp1515005962-16796) [n:localhost:49843_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> 1817743 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/testCloudExamplePrompt_shard1_replica1/'
   [junit4]   2> 1817818 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1817840 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1817840 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1817840 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : 0
   [junit4]   2> 1817841 INFO  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 1817842 WARN  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/testCloudExamplePrompt_shard1_replica1/../../../../contrib/extraction/lib).
   [junit4]   2> 1817842 WARN  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/testCloudExamplePrompt_shard1_replica1/../../../../dist).
   [junit4]   2> 1817842 WARN  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_EE387DDC8C6300B-001/tempDir-003/testCloudExamplePrompt_shard1_replica1/../../../../contrib/clustering/lib).
   [junit4]   2> 1817843 WARN  (qtp1515005962-16796) [n:localhost:49843_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../

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

.common.SolrException: java.io.IOException: Error opening /configs/testCloudExamplePrompt/lang/stopwords_en.txt. Schema file is /configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:596)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:175)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchema.<init>(ManagedIndexSchema.java:101)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:171)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:104)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:75)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: java.io.IOException: Error opening /configs/testCloudExamplePrompt/lang/stopwords_en.txt
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchema.informResourceLoaderAwareObjectsInChain(ManagedIndexSchema.java:1313)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchema.informResourceLoaderAwareObjectsForFieldType(ManagedIndexSchema.java:1164)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchema.postReadInform(ManagedIndexSchema.java:1149)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:593)
   [junit4]   2> 	... 10 more
   [junit4]   2> Caused by: java.io.IOException: Error opening /configs/testCloudExamplePrompt/lang/stopwords_en.txt
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:88)
   [junit4]   2> 	at org.apache.lucene.analysis.util.AbstractAnalysisFactory.getLines(AbstractAnalysisFactory.java:252)
   [junit4]   2> 	at org.apache.lucene.analysis.util.AbstractAnalysisFactory.getWordSet(AbstractAnalysisFactory.java:241)
   [junit4]   2> 	at org.apache.lucene.analysis.core.StopFilterFactory.inform(StopFilterFactory.java:109)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchema.informResourceLoaderAwareObjectsInChain(ManagedIndexSchema.java:1311)
   [junit4]   2> 	... 13 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/testCloudExamplePrompt/lang/stopwords_en.txt
   [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.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:841)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:82)
   [junit4]   2> 	... 17 more
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, docValues:{}, sim=DefaultSimilarity, locale=uk, timezone=Etc/GMT-13
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.7.0_72 (64-bit)/cpus=4,threads=1,free=293341752,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [OpenExchangeRatesOrgProviderTest, SoftAutoCommitTest, QueryResultKeyTest, ChangedSchemaMergeTest, TestExceedMaxTermLength, TestQuerySenderNoQuery, TestSortingResponseWriter, TestManagedSchemaDynamicFieldResource, TestSchemaManager, OverseerTest, TestRemoveLastDynamicCopyField, AssignTest, TestClassNameShortening, TestDefaultStatsCache, SSLMigrationTest, TestZkChroot, TestMaxScoreQueryParser, DistributedQueryElevationComponentTest, SynonymTokenizerTest, TestPKIAuthenticationPlugin, QueryEqualityTest, DataDrivenBlockJoinTest, TestCSVResponseWriter, HighlighterMaxOffsetTest, RecoveryAfterSoftCommitTest, TestMacros, TestCrossCoreJoin, TestAddFieldRealTimeGet, MoreLikeThisHandlerTest, TestCollationField, DirectUpdateHandlerOptimizeTest, TestExtendedDismaxParser, HLLUtilTest, DistributedFacetPivotWhiteBoxTest, TestAuthorizationFramework, TestPerFieldSimilarity, PathHierarchyTokenizerFactoryTest, TestJsonFacets, TestDistributedMissingSort, ResponseLogComponentTest, DistributedDebugComponentTest, RecoveryZkTest, HdfsLockFactoryTest, TestTrieFacet, TestStressRecovery, TestFieldCollectionResource, TestManagedResource, RegexBoostProcessorTest, TestDistributedStatsComponentCardinality, ZkStateWriterTest, TestSimpleTrackingShardHandler, OverseerCollectionProcessorTest, TestSmileRequest, TestCopyFieldCollectionResource, RuleEngineTest, LoggingHandlerTest, TestFileDictionaryLookup, ConnectionManagerTest, TestPseudoReturnFields, TestBinaryResponseWriter, CursorPagingTest, TestPartialUpdateDeduplication, DirectSolrSpellCheckerTest, SolrCloudExampleTest, HardAutoCommitTest, PluginInfoTest, TestConfigSetProperties, TestSystemIdResolver, CleanupOldIndexTest, TestUtils, TestShardHandlerFactory, SolrCoreCheckLockOnStartupTest, SimpleFacetsTest, TestNoOpRegenerator, DocExpirationUpdateProcessorFactoryTest, SOLR749Test, TestExpandComponent, TestReload, FacetPivotSmallTest, SolrTestCaseJ4Test, FileBasedSpellCheckerTest, SolrInfoMBeanTest, DOMUtilTest, SampleTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestRecovery, TestStressReorder, TestStressVersions, TestCoreContainer, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestLazyCores, HighlighterTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest, TestCoreDiscovery, SpellCheckCollatorTest, TestTrie, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DistanceFunctionTest, DebugComponentTest, TestSurroundQueryParser, TestQueryUtils, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TermsComponentTest, RequestHandlersTest, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, TestJmxIntegration, QueryParsingTest, PingRequestHandlerTest, TestComponentsName, TestQuerySenderListener, SolrIndexConfigTest, TestConfig, TestSolrCoreProperties, TestCharFilters, EchoParamsTest, TestIBSimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, PrimUtilsTest, ClusterStateTest, UUIDFieldTest, TestTolerantSearch, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DeleteShardTest, HttpPartitionTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionQueueTest, OverseerRolesTest, SaslZkACLProviderTest, ShardSplitTest, TriLevelCompositeIdRoutingTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsThreadLeakTest, ZkStateReaderTest, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrConfigHandler, TestSolrXml, RequestLoggingTest, TestReqParamsAPI, TestSolrConfigHandlerCloud, TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, TestFieldTypeCollectionResource, TestManagedSchemaFieldResource, DateRangeFieldTest, EnumFieldTest, SpatialRPTFieldTypeTest, CursorMarkTest, RankQueryTest, TestCollapseQParserPlugin, TestCustomSort, TestFieldSortValues, TestRecoveryHdfs, TestLRUStatsCache, TestRuleBasedAuthorizationPlugin, TestBlendedInfixSuggestions, TestFreeTextSuggestions, TestHighFrequencyDictionaryFactory, BlockCacheTest, BufferStoreTest, AddBlockUpdateTest, AnalysisErrorHandlingTest, TestHdfsUpdateLog, VersionInfoTest, AtomicUpdatesTest, PreAnalyzedUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, DistanceUnitsTest, TestRTimerTree, TestSolrCLIRunExample]
   [junit4] Completed [528/534] on J2 in 17.11s, 3 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 30 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:785: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:729: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:524: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1452: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1006: There were test failures: 534 suites, 2117 tests, 1 error, 43 ignored (31 assumptions)

Total time: 55 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #3440
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 306488201 bytes
Compression is 0.0%
Took 53 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure