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

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_51) - Build # 5105 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5105/
Java: 32bit/jdk1.8.0_51 -client -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.search.function.SortByFunctionTest.testFieldSortSpecifiedAsFunction

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([54B61366E544166A:6EE4D3291D3680D6]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:765)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:732)
	at org.apache.solr.search.function.SortByFunctionTest.testFieldSortSpecifiedAsFunction(SortByFunctionTest.java:175)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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)
Caused by: java.lang.UnsupportedOperationException: codec does not support random access ordinals, cannot use selector: MAX docValsImpl: org.apache.lucene.codecs.memory.MemoryDocValuesProducer$9@41194d
	at org.apache.lucene.search.SortedSetSelector.wrap(SortedSetSelector.java:80)
	at org.apache.lucene.search.SortedSetSortField$1.getSortedDocValues(SortedSetSortField.java:126)
	at org.apache.lucene.search.FieldComparator$TermOrdValComparator.getLeafComparator(FieldComparator.java:767)
	at org.apache.lucene.search.FieldValueHitQueue.getComparators(FieldValueHitQueue.java:183)
	at org.apache.lucene.search.TopFieldCollector$NonScoringCollector.getLeafCollector(TopFieldCollector.java:141)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:612)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:425)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:202)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1693)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1509)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:522)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:277)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:739)
	... 41 more




Build Log:
[...truncated 10559 lines...]
   [junit4] Suite: org.apache.solr.search.function.SortByFunctionTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001
   [junit4]   2> 2141272 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2141273 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2141273 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 2141274 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2141274 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2141316 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2141325 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2141346 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2141346 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 2141354 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2141461 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2141472 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2141472 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2141478 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2141483 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2141486 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2141486 WARN  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2141487 WARN  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2141487 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2141488 WARN  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2141488 WARN  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2141488 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2141488 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2141488 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 2141507 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 15796481
   [junit4]   2> 2141507 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 2141507 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 2141508 WARN  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 2141519 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2141531 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2141535 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2141535 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2141535 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2141537 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001, shard=shard1}
   [junit4]   2> 2141538 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 2141539 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2141541 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2141586 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2141594 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2141617 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2141618 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 2141624 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2141727 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2141736 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2141738 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2141748 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2141751 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2141753 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2141754 WARN  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2141754 WARN  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2141754 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2141755 WARN  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2141755 WARN  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2141760 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf'
   [junit4]   2> 2141761 INFO  (coreLoadExecutor-6130-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 2141761 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2141761 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\], dataDir=[null]
   [junit4]   2> 2141762 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@31424d
   [junit4]   2> 2141763 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001\
   [junit4]   2> 2141763 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001\index/
   [junit4]   2> 2141763 WARN  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 2141764 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001\index
   [junit4]   2> 2141765 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10003870530242187]
   [junit4]   2> 2141766 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_1,generation=1}
   [junit4]   2> 2141766 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2141768 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001\
   [junit4]   2> 2141776 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2141777 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2141777 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2141777 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2141777 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2141778 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2141778 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2141778 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2141778 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2141779 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2141779 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2141779 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2141789 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2141791 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2141793 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2141795 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2141808 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2141812 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 2141813 WARN  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2141814 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2141817 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2141817 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2141818 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2141818 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2141819 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21520488147013142]
   [junit4]   2> 2141819 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_1,generation=1}
   [junit4]   2> 2141820 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2141820 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@ebaf02[collection1] main
   [junit4]   2> 2141820 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2141821 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2141821 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2141821 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2141857 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2141943 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2141944 INFO  (searcherExecutor-6131-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2141944 INFO  (searcherExecutor-6131-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2141946 INFO  (searcherExecutor-6131-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2141946 INFO  (searcherExecutor-6131-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2141946 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2141946 INFO  (searcherExecutor-6131-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2141946 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2141947 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2141948 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1508579976080785408
   [junit4]   2> 2141948 INFO  (searcherExecutor-6131-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2141948 INFO  (searcherExecutor-6131-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2141949 INFO  (searcherExecutor-6131-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2141949 INFO  (searcherExecutor-6131-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2141950 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 4 ms to seed version buckets with highest version 1508579976080785408
   [junit4]   2> 2141950 INFO  (coreLoadExecutor-6130-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2141950 INFO  (searcherExecutor-6131-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@ebaf02[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2141952 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2141957 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFieldSortSpecifiedAsFunction
   [junit4]   2> 2141959 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508579976090222592)} 0 2
   [junit4]   2> 2141963 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2141963 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2141964 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 2141964 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 2141964 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 1
   [junit4]   2> 2141968 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508579976098611200)]} 0 2
   [junit4]   2> 2141969 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508579976102805504)]} 0 0
   [junit4]   2> 2141970 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508579976103854080)]} 0 0
   [junit4]   2> 2141971 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508579976103854081)]} 0 0
   [junit4]   2> 2141971 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[5 (1508579976104902656)]} 0 0
   [junit4]   2> 2141973 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[6 (1508579976105951232)]} 0 0
   [junit4]   2> 2141973 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[7 (1508579976106999808)]} 0 0
   [junit4]   2> 2141975 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[8 (1508579976109096960)]} 0 0
   [junit4]   2> 2141976 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[9 (1508579976109096961)]} 0 0
   [junit4]   2> 2141977 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2141992 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_2,generation=2}
   [junit4]   2> 2141992 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 2141994 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1db4b68[collection1] main
   [junit4]   2> 2141995 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 2142000 INFO  (searcherExecutor-6131-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1db4b68[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c9)))}
   [junit4]   2> 2142000 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 22
   [junit4]   2> 2142002 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&sort=primary_tl1+asc,+secondary_tl1+asc&wt=xml} hits=9 status=0 QTime=0 
   [junit4]   2> 2142012 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&sort=field(primary_tl1)+asc,+secondary_tl1+asc&wt=xml} hits=9 status=0 QTime=0 
   [junit4]   2> 2142035 ERROR (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore java.lang.UnsupportedOperationException: codec does not support random access ordinals, cannot use selector: MAX docValsImpl: org.apache.lucene.codecs.memory.MemoryDocValuesProducer$9@41194d
   [junit4]   2> 	at org.apache.lucene.search.SortedSetSelector.wrap(SortedSetSelector.java:80)
   [junit4]   2> 	at org.apache.lucene.search.SortedSetSortField$1.getSortedDocValues(SortedSetSortField.java:126)
   [junit4]   2> 	at org.apache.lucene.search.FieldComparator$TermOrdValComparator.getLeafComparator(FieldComparator.java:767)
   [junit4]   2> 	at org.apache.lucene.search.FieldValueHitQueue.getComparators(FieldValueHitQueue.java:183)
   [junit4]   2> 	at org.apache.lucene.search.TopFieldCollector$NonScoringCollector.getLeafCollector(TopFieldCollector.java:141)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:612)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:425)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:202)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1693)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1509)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:522)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:277)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:739)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:732)
   [junit4]   2> 	at org.apache.solr.search.function.SortByFunctionTest.testFieldSortSpecifiedAsFunction(SortByFunctionTest.java:175)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:497)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2142036 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&sort=field(multi_l_dv,max)+asc,+secondary_tl1+asc&wt=xml} status=500 QTime=16 
   [junit4]   2> 2142037 ERROR (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*&sort=field(multi_l_dv,max)+asc,+secondary_tl1+asc&wt=xml:java.lang.UnsupportedOperationException: codec does not support random access ordinals, cannot use selector: MAX docValsImpl: org.apache.lucene.codecs.memory.MemoryDocValuesProducer$9@41194d
   [junit4]   2> 	at org.apache.lucene.search.SortedSetSelector.wrap(SortedSetSelector.java:80)
   [junit4]   2> 	at org.apache.lucene.search.SortedSetSortField$1.getSortedDocValues(SortedSetSortField.java:126)
   [junit4]   2> 	at org.apache.lucene.search.FieldComparator$TermOrdValComparator.getLeafComparator(FieldComparator.java:767)
   [junit4]   2> 	at org.apache.lucene.search.FieldValueHitQueue.getComparators(FieldValueHitQueue.java:183)
   [junit4]   2> 	at org.apache.lucene.search.TopFieldCollector$NonScoringCollector.getLeafCollector(TopFieldCollector.java:141)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:612)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:425)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:202)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1693)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1509)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:522)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:277)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:739)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:732)
   [junit4]   2> 	at org.apache.solr.search.function.SortByFunctionTest.testFieldSortSpecifiedAsFunction(SortByFunctionTest.java:175)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:497)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2142038 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[54B61366E544166A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFieldSortSpecifiedAsFunction
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SortByFunctionTest -Dtests.method=testFieldSortSpecifiedAsFunction -Dtests.seed=54B61366E544166A -Dtests.slow=true -Dtests.locale=be_BY -Dtests.timezone=Atlantic/Stanley -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.09s J0 | SortByFunctionTest.testFieldSortSpecifiedAsFunction <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([54B61366E544166A:6EE4D3291D3680D6]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:765)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:732)
   [junit4]    > 	at org.apache.solr.search.function.SortByFunctionTest.testFieldSortSpecifiedAsFunction(SortByFunctionTest.java:175)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.UnsupportedOperationException: codec does not support random access ordinals, cannot use selector: MAX docValsImpl: org.apache.lucene.codecs.memory.MemoryDocValuesProducer$9@41194d
   [junit4]    > 	at org.apache.lucene.search.SortedSetSelector.wrap(SortedSetSelector.java:80)
   [junit4]    > 	at org.apache.lucene.search.SortedSetSortField$1.getSortedDocValues(SortedSetSortField.java:126)
   [junit4]    > 	at org.apache.lucene.search.FieldComparator$TermOrdValComparator.getLeafComparator(FieldComparator.java:767)
   [junit4]    > 	at org.apache.lucene.search.FieldValueHitQueue.getComparators(FieldValueHitQueue.java:183)
   [junit4]    > 	at org.apache.lucene.search.TopFieldCollector$NonScoringCollector.getLeafCollector(TopFieldCollector.java:141)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:612)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:425)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:202)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1693)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1509)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:557)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:522)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:277)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:739)
   [junit4]    > 	... 41 more
   [junit4]   2> 2142049 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSortJoinDocFreq
   [junit4]   2> 2142055 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@4d7923[collection1] realtime
   [junit4]   2> 2142055 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508579976186691584)} 0 6
   [junit4]   2> 2142056 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2142057 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_3,generation=3}
   [junit4]   2> 2142057 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore newest commit generation = 3
   [junit4]   2> 2142057 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@82904f[collection1] main
   [junit4]   2> 2142060 INFO  (searcherExecutor-6131-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@82904f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2142062 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 2142062 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 2142066 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508579976201371648)]} 0 2
   [junit4]   2> 2142067 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508579976205565952)]} 0 0
   [junit4]   2> 2142068 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2142072 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_4,generation=4}
   [junit4]   2> 2142073 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore newest commit generation = 4
   [junit4]   2> 2142075 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@a7e5c9[collection1] main
   [junit4]   2> 2142075 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 2142080 INFO  (searcherExecutor-6131-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@a7e5c9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c2)))}
   [junit4]   2> 2142081 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 11
   [junit4]   2> 2142084 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508579976221294592)]} 0 2
   [junit4]   2> 2142085 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508579976223391744)]} 0 0
   [junit4]   2> 2142085 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2142091 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_5,generation=5}
   [junit4]   2> 2142091 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore newest commit generation = 5
   [junit4]   2> 2142092 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@7bf49b[collection1] main
   [junit4]   2> 2142092 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 2142095 INFO  (searcherExecutor-6131-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7bf49b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c2) Uninverting(_2(6.0.0):c2)))}
   [junit4]   2> 2142095 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 2142097 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=links_mfacet:B&fl=id&sort=id+asc&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 2142102 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&fl=id&sort=joindf(id_s1,+links_mfacet)+desc&wt=xml} hits=4 status=0 QTime=4 
   [junit4]   2> 2142104 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&fl=id&sort=joindf(id_s1,+links_mfacet)+asc&wt=xml} hits=4 status=0 QTime=0 
   [junit4]   2> 2142106 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[54B61366E544166A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSortJoinDocFreq
   [junit4]   2> 2142111 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2142113 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1be4f7a[collection1] realtime
   [junit4]   2> 2142113 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508579976251703296)} 0 2
   [junit4]   2> 2142114 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2142114 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_6,generation=6}
   [junit4]   2> 2142115 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore newest commit generation = 6
   [junit4]   2> 2142115 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1c5465c[collection1] main
   [junit4]   2> 2142116 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 2142121 INFO  (searcherExecutor-6131-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c5465c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2142122 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 2142125 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508579976263237632)]} 0 2
   [junit4]   2> 2142126 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508579976267431936)]} 0 0
   [junit4]   2> 2142128 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508579976268480512)]} 0 0
   [junit4]   2> 2142129 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508579976269529088)]} 0 0
   [junit4]   2> 2142130 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2142136 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_6,generation=6}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@183a298 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17563f2),segFN=segments_7,generation=7}
   [junit4]   2> 2142137 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.c.SolrCore newest commit generation = 7
   [junit4]   2> 2142139 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1276876[collection1] main
   [junit4]   2> 2142139 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 2142141 INFO  (searcherExecutor-6131-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1276876[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):c4)))}
   [junit4]   2> 2142142 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 10
   [junit4]   2> 2142143 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&fl=*,score&wt=xml} hits=4 status=0 QTime=0 
   [junit4]   2> 2142146 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&fl=*,score&sort=score+desc&wt=xml} hits=4 status=0 QTime=0 
   [junit4]   2> 2142150 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=f_t:ipod&fl=id,score&sort=score+desc&wt=xml} hits=4 status=0 QTime=0 
   [junit4]   2> 2142152 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&fl=*,score&sort=sum(x_td1,+y_td1)+desc&wt=xml} hits=4 status=0 QTime=0 
   [junit4]   2> 2142154 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&fl=*,score&sort=sum(x_td1,+y_td1)+asc&wt=xml} hits=4 status=0 QTime=0 
   [junit4]   2> 2142156 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&fl=id&sort=sum(z_td1,+y_td1)+asc,+w_td1+asc&wt=xml} hits=4 status=0 QTime=0 
   [junit4]   2> 2142157 INFO  (TEST-SortByFunctionTest.test-seed#[54B61366E544166A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 2142158 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2142158 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=15796481
   [junit4]   2> 2142159 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b3a0f5
   [junit4]   2> 2142159 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=7,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=17,cumulative_deletesById=0,cumulative_deletesByQuery=3,cumulative_errors=0,transaction_logs_total_size=1943,transaction_logs_total_number=7}
   [junit4]   2> 2142159 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2142160 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2142160 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2142161 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2142200 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2142201 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 2142201 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001\index
   [junit4]   2> 2142201 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001\;done=false>>]
   [junit4]   2> 2142201 INFO  (SUITE-SortByFunctionTest-seed#[54B61366E544166A]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001\init-core-data-001\
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.function.SortByFunctionTest_54B61366E544166A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {w_td1=PostingsFormat(name=Direct), range_facet_l_dv=FSTOrd50, multiDefault=PostingsFormat(name=LuceneFixedGap), intDefault=FST50, y_td1=FSTOrd50, range_facet_l=FST50, primary_tl1=PostingsFormat(name=LuceneFixedGap), id_s1=FST50, _version_=FST50, z_td1=PostingsFormat(name=LuceneFixedGap), links_mfacet=PostingsFormat(name=LuceneFixedGap), f_t=FSTOrd50, id=FSTOrd50, range_facet_i_dv=FST50, text=PostingsFormat(name=Direct), multi_l_dv=FSTOrd50, secondary_tl1=FST50, x_td1=FST50, timestamp=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Asserting), multi_l_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, locale=be_BY, timezone=Atlantic/Stanley
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_51 (32-bit)/cpus=3,threads=1,free=66389296,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [BasicDistributedZkTest, TestIntervalFaceting, TestTrieFacet, BlockDirectoryTest, DistributedFacetPivotSmallTest, SolrCoreTest, TestDynamicFieldCollectionResource, TestSolrConfigHandler, InfoHandlerTest, RequestHandlersTest, TestScoreJoinQPScore, ClusterStateTest, AsyncMigrateRouteKeyTest, TestAnalyzedSuggestions, TestWordDelimiterFilterFactory, TestExtendedDismaxParser, TestComponentsName, HardAutoCommitTest, ReplicationFactorTest, HdfsWriteToMultipleCollectionsTest, TestClassNameShortening, TestCloudSchemaless, CoreAdminHandlerTest, TestCharFilters, SyncSliceTest, TriLevelCompositeIdRoutingTest, TestCloudInspectUtil, TestJsonRequest, TestCollapseQParserPlugin, TestCloudManagedSchemaConcurrent, ClusterStateUpdateTest, TestManagedSchema, TestQueryUtils, AddSchemaFieldsUpdateProcessorFactoryTest, CursorMarkTest, HLLSerializationTest, SegmentsInfoRequestHandlerTest, DeleteInactiveReplicaTest, URLClassifyProcessorTest, TestRemoveLastDynamicCopyField, CdcrUpdateLogTest, DistributedQueryElevationComponentTest, VMParamsZkACLAndCredentialsProvidersTest, TestRandomRequestDistribution, RecoveryZkTest, TestBlobHandler, DefaultValueUpdateProcessorTest, SystemInfoHandlerTest, DistributedVersionInfoTest, SSLMigrationTest, UUIDUpdateProcessorFallbackTest, LeaderInitiatedRecoveryOnCommitTest, DeleteShardTest, TestSolrConfigHandlerCloud, TestBM25SimilarityFactory, TestSweetSpotSimilarityFactory, TestCopyFieldCollectionResource, TestJettySolrRunner, MultiTermTest, SoftAutoCommitTest, OverseerTest, TestNRTOpen, TestBinaryField, ShardRoutingTest, XmlUpdateRequestHandlerTest, BaseCdcrDistributedZkTest, TestReloadAndDeleteDocs, TestElisionMultitermQuery, TestArbitraryIndexDir, TestDocumentBuilder, TestStressReorder, BJQParserTest, PreAnalyzedFieldTest, TestIndexingPerformance, BadCopyFieldTest, HdfsDirectoryFactoryTest, TestUniqueKeyFieldResource, TestReqParamsAPI, HdfsBasicDistributedZkTest, TestManagedStopFilterFactory, TestSolr4Spatial2, TestFunctionQuery, SolrPluginUtilsTest, OutputWriterTest, TestPartialUpdateDeduplication, CloudExitableDirectoryReaderTest, QueryElevationComponentTest, LukeRequestHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestRestoreCore, TestFaceting, DistributedQueryComponentCustomSortTest, TestPerFieldSimilarity, SharedFSAutoReplicaFailoverTest, TestOmitPositions, ShowFileRequestHandlerTest, SynonymTokenizerTest, TestSurroundQueryParser, TestJmxMonitoredMap, TestManagedResourceStorage, TestCursorMarkWithoutUniqueKey, TestSolrCloudWithKerberosAlt, DistanceFunctionTest, TestConfigSets, SparseHLLTest, TestBulkSchemaConcurrent, HttpPartitionTest, ActionThrottleTest, TestBulkSchemaAPI, TestShardHandlerFactory, JSONWriterTest, OverseerStatusTest, TestCryptoKeys, CacheHeaderTest, TestCloudPivotFacet, LeaderElectionTest, TestLazyCores, ResponseHeaderTest, TestCoreContainer, UUIDFieldTest, FacetPivotSmallTest, SimpleFacetsTest, CursorPagingTest, MergeStrategyTest, ExplicitHLLTest, SuggesterWFSTTest, TestSerializedLuceneMatchVersion, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, TestRandomFaceting, TestZkChroot, TestRandomDVFaceting, ZkCLITest, TestDistributedSearch, ConvertedLegacyTest, TestSort, OverseerCollectionProcessorTest, HighlighterTest, CurrencyFieldOpenExchangeTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, DocValuesTest, TestStressLucene, TestCSVLoader, NoCacheHeaderTest, TestUpdate, TestAtomicUpdateErrorCases, SortByFunctionTest]
   [junit4] Completed [314/529] on J0 in 0.97s, 3 tests, 1 error <<< FAILURES!

[...truncated 675 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:716: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:660: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:514: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1429: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:984: There were test failures: 529 suites, 2098 tests, 1 error, 74 ignored (39 assumptions)

Total time: 68 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_51) - Build # 5106 - Still Failing!

Posted by Timothy Potter <th...@gmail.com>.
Oops! this was me ... I'll fix

On Tue, Aug 4, 2015 at 12:27 PM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5106/
> Java: 64bit/jdk1.8.0_51 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
>
> 1 tests failed.
> FAILED:  org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample
>
> Error Message:
> expected 32 docs in the techproducts example but found 0, output: Creating Solr home directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr  Starting up Solr on port 60460 using command: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\bin\solr start -p 60460 -s "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr"   Setup new core instance directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr\techproducts  Creating new core 'techproducts' using command: http://localhost:60460/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts  {   "responseHeader":{     "status":0,     "QTime":366},   "core":"techproducts"}   example/exampledocs/post.jar not found, skipping indexing step for the techproducts example  Solr techproducts example launched successfully. Direct your Web browser to http://localhost:60460/solr to visit the Solr Admin UI
>
> Stack Trace:
> java.lang.AssertionError: expected 32 docs in the techproducts example but found 0, output: Creating Solr home directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr
>
> Starting up Solr on port 60460 using command:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\bin\solr start -p 60460 -s "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr"
>
>
> Setup new core instance directory:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr\techproducts
>
> Creating new core 'techproducts' using command:
> http://localhost:60460/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts
>
> {
>   "responseHeader":{
>     "status":0,
>     "QTime":366},
>   "core":"techproducts"}
>
>
> example/exampledocs/post.jar not found, skipping indexing step for the techproducts example
>
> Solr techproducts example launched successfully. Direct your Web browser to http://localhost:60460/solr to visit the Solr Admin UI
>
>         at __randomizedtesting.SeedInfo.seed([4F68BFC7FB9472FD:C5BF6F7FE1764A62]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.assertTrue(Assert.java:43)
>         at org.apache.solr.util.TestSolrCLIRunExample.testExample(TestSolrCLIRunExample.java:368)
>         at org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample(TestSolrCLIRunExample.java:305)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:497)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 11215 lines...]
>    [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
>    [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\init-core-data-001
>    [junit4]   2> 3048275 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testInteractiveSolrCloudExample
>    [junit4]   2> 3050941 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 3050942 INFO  (Thread-7671) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 3050942 INFO  (Thread-7671) [    ] o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 3051068 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.ZkTestServer start zk server on port:60409
>    [junit4]   2> 3051068 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 3051071 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3051075 INFO  (zkCallback-3687-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5ebd03e6 name:ZooKeeperConnection Watcher:127.0.0.1:60409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3051076 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3051076 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 3051077 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
>    [junit4]   2> 3051081 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
>    [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x14ef9f770b80000, likely client has closed socket
>    [junit4]   2>        at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
>    [junit4]   2>        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
>    [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 3051084 INFO  (jetty-launcher-3686-thread-1) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
>    [junit4]   2> 3051088 INFO  (jetty-launcher-3686-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@754d4bbb{/solr,null,AVAILABLE}
>    [junit4]   2> 3051089 INFO  (jetty-launcher-3686-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@694a0e2c{HTTP/1.1}{127.0.0.1:60404}
>    [junit4]   2> 3051089 INFO  (jetty-launcher-3686-thread-1) [    ] o.e.j.s.Server Started @3056102ms
>    [junit4]   2> 3051089 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60404}
>    [junit4]   2> 3051090 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
>    [junit4]   2> 3051090 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\'
>    [junit4]   2> 3051127 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 3051130 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3051131 INFO  (zkCallback-3688-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b7f2f8e name:ZooKeeperConnection Watcher:127.0.0.1:60409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3051132 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3051132 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 3051133 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3051146 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002
>    [junit4]   2> 3051146 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 762514264
>    [junit4]   2> 3051147 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\]
>    [junit4]   2> 3051147 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\lib
>    [junit4]   2> 3051147 WARN  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\lib).
>    [junit4]   2> 3051160 INFO  (jetty-launcher-3686-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> 3051166 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
>    [junit4]   2> 3051168 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 3051169 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 3051169 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60409/solr
>    [junit4]   2> 3051169 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 3051169 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 3051171 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3051174 INFO  (zkCallback-3690-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7201b65a name:ZooKeeperConnection Watcher:127.0.0.1:60409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3051174 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3051174 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 3051177 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3051179 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@453066d8 name:ZooKeeperConnection Watcher:127.0.0.1:60409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3051180 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3051181 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
>    [junit4]   2> 3051185 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
>    [junit4]   2> 3051188 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
>    [junit4]   2> 3051192 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
>    [junit4]   2> 3051199 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
>    [junit4]   2> 3051203 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
>    [junit4]   2> 3051206 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
>    [junit4]   2> 3051208 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
>    [junit4]   2> 3051210 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
>    [junit4]   2> 3051213 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/localhost:60404_solr
>    [junit4]   2> 3051213 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/localhost:60404_solr
>    [junit4]   2> 3051217 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
>    [junit4]   2> 3051219 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
>    [junit4]   2> 3051220 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
>    [junit4]   2> 3051221 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94287483364704259-localhost:60404_solr-n_0000000000
>    [junit4]   2> 3051223 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader localhost:60404_solr
>    [junit4]   2> 3051223 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
>    [junit4]   2> 3051225 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.Overseer Overseer (id=94287483364704259-localhost:60404_solr-n_0000000000) starting
>    [junit4]   2> 3051229 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
>    [junit4]   2> 3051237 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
>    [junit4]   2> 3051239 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
>    [junit4]   2> 3051239 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.Overseer Starting to work on the main queue
>    [junit4]   2> 3051239 INFO  (OverseerCollectionProcessor-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
>    [junit4]   2> 3051243 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
>    [junit4]   2> 3051245 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
>    [junit4]   2> 3051246 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002
>    [junit4]   2> 3051251 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
>    [junit4]   2> 3051252 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
>    [junit4]   2> 3051252 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>    [junit4]   2> 3051253 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 3051256 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3051257 INFO  (zkCallback-3692-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3ac62c9d name:ZooKeeperConnection Watcher:127.0.0.1:60409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3051257 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3051258 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 3055030 INFO  (qtp1231401615-21884) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=0
>    [junit4]   2> 3055033 INFO  (qtp1231401615-21885) [n:localhost:60404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json
>    [junit4]   2> 3055037 INFO  (qtp1231401615-21885) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=2
>    [junit4]   2> 3055037 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 3055038 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3055041 INFO  (zkCallback-3695-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f31f13 name:ZooKeeperConnection Watcher:127.0.0.1:60409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3055041 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3055041 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 3055041 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
>    [junit4]   2> 3055047 INFO  (qtp1231401615-21887) [n:localhost:60404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=list&wt=json
>    [junit4]   2> 3055048 INFO  (qtp1231401615-21887) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=list&wt=json} status=0 QTime=0
>    [junit4]   2> 3055053 INFO  (qtp1231401615-21889) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=1
>    [junit4]   2> 3055058 INFO  (qtp1231401615-21884) [n:localhost:60404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json
>    [junit4]   2> 3055063 INFO  (qtp1231401615-21884) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=5
>    [junit4]   2> 3055064 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 3055065 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3055066 INFO  (zkCallback-3697-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b0d444 name:ZooKeeperConnection Watcher:127.0.0.1:60409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 3055066 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3055068 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 3055068 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
>    [junit4]   2> 3055077 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/currency.xml
>    [junit4]   2> 3055082 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/elevate.xml
>    [junit4]   2> 3055086 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_ca.txt
>    [junit4]   2> 3055090 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_fr.txt
>    [junit4]   2> 3055093 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_ga.txt
>    [junit4]   2> 3055097 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_it.txt
>    [junit4]   2> 3055099 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/hyphenations_ga.txt
>    [junit4]   2> 3055104 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stemdict_nl.txt
>    [junit4]   2> 3055108 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stoptags_ja.txt
>    [junit4]   2> 3055113 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ar.txt
>    [junit4]   2> 3055116 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_bg.txt
>    [junit4]   2> 3055121 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ca.txt
>    [junit4]   2> 3055125 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_cz.txt
>    [junit4]   2> 3055130 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_da.txt
>    [junit4]   2> 3055135 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_de.txt
>    [junit4]   2> 3055138 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_el.txt
>    [junit4]   2> 3055142 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_en.txt
>    [junit4]   2> 3055146 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_es.txt
>    [junit4]   2> 3055150 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_eu.txt
>    [junit4]   2> 3055152 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fa.txt
>    [junit4]   2> 3055156 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fi.txt
>    [junit4]   2> 3055159 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fr.txt
>    [junit4]   2> 3055162 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ga.txt
>    [junit4]   2> 3055165 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_gl.txt
>    [junit4]   2> 3055169 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hi.txt
>    [junit4]   2> 3055173 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hu.txt
>    [junit4]   2> 3055175 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hy.txt
>    [junit4]   2> 3055179 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_id.txt
>    [junit4]   2> 3055183 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_it.txt
>    [junit4]   2> 3055185 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ja.txt
>    [junit4]   2> 3055189 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_lv.txt
>    [junit4]   2> 3055194 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_nl.txt
>    [junit4]   2> 3055197 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_no.txt
>    [junit4]   2> 3055201 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_pt.txt
>    [junit4]   2> 3055205 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ro.txt
>    [junit4]   2> 3055208 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ru.txt
>    [junit4]   2> 3055212 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_sv.txt
>    [junit4]   2> 3055216 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_th.txt
>    [junit4]   2> 3055218 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_tr.txt
>    [junit4]   2> 3055222 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/userdict_ja.txt
>    [junit4]   2> 3055225 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/managed-schema
>    [junit4]   2> 3055229 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/params.json
>    [junit4]   2> 3055231 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/protwords.txt
>    [junit4]   2> 3055236 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/solrconfig.xml
>    [junit4]   2> 3055240 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/stopwords.txt
>    [junit4]   2> 3055243 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/synonyms.txt
>    [junit4]   2> 3055247 INFO  (qtp1231401615-21886) [n:localhost:60404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=list&wt=json
>    [junit4]   2> 3055247 INFO  (qtp1231401615-21886) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=list&wt=json} status=0 QTime=0
>    [junit4]   2> 3055251 INFO  (qtp1231401615-21888) [n:localhost:60404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&maxShardsPerNode=4&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt&action=CREATE&numShards=2&wt=json
>    [junit4]   2> 3055252 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/collection-queue-work state SyncConnected
>    [junit4]   2> 3055254 INFO  (OverseerCollectionProcessor-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor 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> 3055254 WARN  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor 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> 3055256 WARN  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor 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> 3055257 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor creating collections conf node /collections/testCloudExamplePrompt
>    [junit4]   2> 3055258 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testCloudExamplePrompt
>    [junit4]   2> 3055261 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3055263 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_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> 3055263 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testCloudExamplePrompt
>    [junit4]   2> 3055265 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testCloudExamplePrompt/state.json
>    [junit4]   2> 3055266 INFO  (zkCallback-3697-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> 3055266 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_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> 3055268 INFO  (zkCallback-3697-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
>    [junit4]   2> 3055268 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
>    [junit4]   2> 3055387 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Creating SolrCores for new collection testCloudExamplePrompt, shardNames [shard1, shard2] , replicationFactor : 2
>    [junit4]   2> 3055387 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Creating core testCloudExamplePrompt_shard1_replica1 as part of shard shard1 of collection testCloudExamplePrompt on localhost:60404_solr
>    [junit4]   2> 3055388 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Creating core testCloudExamplePrompt_shard2_replica2 as part of shard shard2 of collection testCloudExamplePrompt on localhost:60404_solr
>    [junit4]   2> 3055388 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Creating core testCloudExamplePrompt_shard1_replica2 as part of shard shard1 of collection testCloudExamplePrompt on localhost:60404_solr
>    [junit4]   2> 3055389 INFO  (qtp1231401615-21889) [n:localhost:60404_solr    ] o.a.s.h.a.CoreAdminHandler core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard1_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
>    [junit4]   2> 3055389 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Creating core testCloudExamplePrompt_shard2_replica1 as part of shard shard2 of collection testCloudExamplePrompt on localhost:60404_solr
>    [junit4]   2> 3055389 INFO  (qtp1231401615-21889) [n:localhost:60404_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=testCloudExamplePrompt_shard1_replica1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=testCloudExamplePrompt_shard1_replica1, collection=testCloudExamplePrompt, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\, numShards=2, dataDir=data\, shard=shard1}
>    [junit4]   2> 3055389 INFO  (qtp1231401615-21884) [n:localhost:60404_solr    ] o.a.s.h.a.CoreAdminHandler core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard2_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
>    [junit4]   2> 3055391 INFO  (qtp1231401615-21884) [n:localhost:60404_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=testCloudExamplePrompt_shard2_replica2, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=testCloudExamplePrompt_shard2_replica2, collection=testCloudExamplePrompt, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\, numShards=2, dataDir=data\, shard=shard2}
>    [junit4]   2> 3055391 INFO  (qtp1231401615-21885) [n:localhost:60404_solr    ] o.a.s.h.a.CoreAdminHandler core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard1_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
>    [junit4]   2> 3055392 INFO  (qtp1231401615-21886) [n:localhost:60404_solr    ] o.a.s.h.a.CoreAdminHandler core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard2_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
>    [junit4]   2> 3055392 INFO  (qtp1231401615-21885) [n:localhost:60404_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=testCloudExamplePrompt_shard1_replica2, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=testCloudExamplePrompt_shard1_replica2, collection=testCloudExamplePrompt, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\, numShards=2, dataDir=data\, shard=shard1}
>    [junit4]   2> 3055393 INFO  (qtp1231401615-21886) [n:localhost:60404_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=testCloudExamplePrompt_shard2_replica1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=testCloudExamplePrompt_shard2_replica1, collection=testCloudExamplePrompt, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\, numShards=2, dataDir=data\, shard=shard2}
>    [junit4]   2> 3055393 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController publishing state=down
>    [junit4]   2> 3055393 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController publishing state=down
>    [junit4]   2> 3055394 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3055394 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController publishing state=down
>    [junit4]   2> 3055394 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
>    [junit4]   2> 3055394 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController publishing state=down
>    [junit4]   2> 3055394 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader addZkWatch testCloudExamplePrompt
>    [junit4]   2> 3055395 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
>    [junit4]   2> 3055395 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader Updating collection state at /collections/testCloudExamplePrompt/state.json from ZooKeeper...
>    [junit4]   2> 3055397 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
>    [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica2",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://localhost:60404/solr",
>    [junit4]   2>   "node_name":"localhost:60404_solr",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":"shard2",
>    [junit4]   2>   "collection":"testCloudExamplePrompt",
>    [junit4]   2>   "operation":"state"} current state version: 1
>    [junit4]   2> 3055397 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
>    [junit4]   2> 3055397 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
>    [junit4]   2> 3055398 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
>    [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica2",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://localhost:60404/solr",
>    [junit4]   2>   "node_name":"localhost:60404_solr",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":"shard2",
>    [junit4]   2>   "collection":"testCloudExamplePrompt",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 3055398 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader Updating data for testCloudExamplePrompt to ver 0
>    [junit4]   2> 3055398 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController look for our core node name
>    [junit4]   2> 3055398 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController look for our core node name
>    [junit4]   2> 3055398 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController look for our core node name
>    [junit4]   2> 3055398 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController look for our core node name
>    [junit4]   2> 3055400 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
>    [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://localhost:60404/solr",
>    [junit4]   2>   "node_name":"localhost:60404_solr",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "collection":"testCloudExamplePrompt",
>    [junit4]   2>   "operation":"state"} current state version: 1
>    [junit4]   2> 3055400 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
>    [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://localhost:60404/solr",
>    [junit4]   2>   "node_name":"localhost:60404_solr",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "collection":"testCloudExamplePrompt",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 3055402 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3055405 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
>    [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica2",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://localhost:60404/solr",
>    [junit4]   2>   "node_name":"localhost:60404_solr",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "collection":"testCloudExamplePrompt",
>    [junit4]   2>   "operation":"state"} current state version: 1
>    [junit4]   2> 3055405 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
>    [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica2",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://localhost:60404/solr",
>    [junit4]   2>   "node_name":"localhost:60404_solr",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "collection":"testCloudExamplePrompt",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 3055409 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
>    [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://localhost:60404/solr",
>    [junit4]   2>   "node_name":"localhost:60404_solr",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":"shard2",
>    [junit4]   2>   "collection":"testCloudExamplePrompt",
>    [junit4]   2>   "operation":"state"} current state version: 1
>    [junit4]   2> 3055409 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
>    [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://localhost:60404/solr",
>    [junit4]   2>   "node_name":"localhost:60404_solr",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":"shard2",
>    [junit4]   2>   "collection":"testCloudExamplePrompt",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 3055411 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 3055411 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testCloudExamplePrompt/state.json version: 0
>    [junit4]   2> 3055413 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_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> 3055413 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.c.ZkStateReader Updating data for testCloudExamplePrompt to ver 1
>    [junit4]   2> 3056651 INFO  (qtp1231401615-21889) [n:localhost:60404_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> 3056651 INFO  (qtp1231401615-21885) [n:localhost:60404_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> 3056651 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
>    [junit4]   2> 3056651 INFO  (qtp1231401615-21884) [n:localhost:60404_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> 3056651 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
>    [junit4]   2> 3056651 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
>    [junit4]   2> 3056651 INFO  (qtp1231401615-21886) [n:localhost:60404_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> 3056651 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
>    [junit4]   2> 3056651 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
>    [junit4]   2> 3056652 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
>    [junit4]   2> 3056653 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
>    [junit4]   2> 3056653 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
>    [junit4]   2> 3056653 INFO  (qtp1231401615-21889) [n:localhost:60404_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> 3056653 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\'
>    [junit4]   2> 3056655 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
>    [junit4]   2> 3056655 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
>    [junit4]   2> 3056655 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
>    [junit4]   2> 3056655 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
>    [junit4]   2> 3056655 INFO  (qtp1231401615-21884) [n:localhost:60404_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> 3056655 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\'
>    [junit4]   2> 3056656 INFO  (qtp1231401615-21885) [n:localhost:60404_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> 3056656 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\'
>    [junit4]   2> 3056662 INFO  (qtp1231401615-21886) [n:localhost:60404_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> 3056662 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\'
>    [junit4]   2> 3056673 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0
>    [junit4]   2> 3056679 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0
>    [junit4]   2> 3056686 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0
>    [junit4]   2> 3056694 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0
>    [junit4]   2> 3056695 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.RequestParams request params refreshed to version 0
>    [junit4]   2> 3056695 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrConfig current version of requestparams : 0
>    [junit4]   2> 3056695 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
>    [junit4]   2> 3056697 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\contrib\extraction\lib).
>    [junit4]   2> 3056697 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0
>    [junit4]   2> 3056697 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.RequestParams request params refreshed to version 0
>    [junit4]   2> 3056697 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\dist).
>    [junit4]   2> 3056697 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : 0
>    [junit4]   2> 3056699 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\contrib\clustering\lib).
>    [junit4]   2> 3056699 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\dist).
>    [junit4]   2> 3056700 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
>    [junit4]   2> 3056700 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0
>    [junit4]   2> 3056700 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\contrib\extraction\lib).
>    [junit4]   2> 3056702 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\dist).
>    [junit4]   2> 3056702 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\contrib\clustering\lib).
>    [junit4]   2> 3056704 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\dist).
>    [junit4]   2> 3056705 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\contrib\langid\lib).
>    [junit4]   2> 3056705 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\dist).
>    [junit4]   2> 3056706 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0
>    [junit4]   2> 3056706 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.RequestParams request params refreshed to version 0
>    [junit4]   2> 3056706 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : 0
>    [junit4]   2> 3056706 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\contrib\velocity\lib).
>    [junit4]   2> 3056706 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\dist).
>    [junit4]   2> 3056707 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\contrib\langid\lib).
>    [junit4]   2> 3056707 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\dist).
>    [junit4]   2> 3056707 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\contrib\velocity\lib).
>    [junit4]   2> 3056708 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\dist).
>    [junit4]   2> 3056706 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
>    [junit4]   2> 3056713 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\contrib\extraction\lib).
>    [junit4]   2> 3056715 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\dist).
>    [junit4]   2> 3056715 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\contrib\clustering\lib).
>    [junit4]   2> 3056716 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\dist).
>    [junit4]   2> 3056716 WARN  (qtp1231401615-21889) [n:localhost:60404_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/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\contrib\langid\lib).
>    [junit4]   2> 3056716 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\dist).
>    [junit4]   2> 3056717 WARN  (qtp1231401615-21889) [n:localhost:60404_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/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\contrib\velocity\lib).
>    [junit4]   2> 3056717 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\dist).
>    [junit4]   2> 3056734 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>    [junit4]   2> 3056734 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>    [junit4]   2> 3056745 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>    [junit4]   2> 3056776 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 3056779 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0
>    [junit4]   2> 3056779 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.RequestParams request params refreshed to version 0
>    [junit4]   2> 3056779 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : 0
>    [junit4]   2> 3056781 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
>    [junit4]   2> 3056781 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 3056782 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\contrib\extraction\lib).
>    [junit4]   2> 3056782 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.IndexSchema Reading Solr Schema from /configs/testCloudExamplePrompt/managed-schema
>    [junit4]   2> 3056783 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\dist).
>    [junit4]   2> 3056782 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 3056784 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\contrib\clustering\lib).
>    [junit4]   2> 3056784 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\dist).
>    [junit4]   2> 3056786 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\contrib\langid\lib).
>    [junit4]   2> 3056786 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.IndexSchema Reading Solr Schema from /configs/testCloudExamplePrompt/managed-schema
>    [junit4]   2> 3056786 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\dist).
>    [junit4]   2> 3056788 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\contrib\velocity\lib).
>    [junit4]   2> 3056788 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\dist).
>    [junit4]   2> 3056793 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.IndexSchema [testCloudExamplePrompt_shard2_replica2] Schema name=example-data-driven-schema
>    [junit4]   2> 3056794 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.IndexSchema [testCloudExamplePrompt_shard1_replica2] Schema name=example-data-driven-schema
>    [junit4]   2> 3056797 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/testCloudExamplePrompt/managed-schema
>    [junit4]   2> 3056801 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.IndexSchema [testCloudExamplePrompt_shard1_replica1] Schema name=example-data-driven-schema
>    [junit4]   2> 3056872 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>    [junit4]   2> 3056897 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 3057029 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/testCloudExamplePrompt/managed-schema
>    [junit4]   2> 3057033 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 3057035 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.s.IndexSchema [testCloudExamplePrompt_shard2_replica1] Schema name=example-data-driven-schema
>    [junit4]   2> 3057083 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 3057126 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 3057257 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 3057290 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
>    [junit4]   2> 3057292 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
>    [junit4]   2> 3057295 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
>    [junit4]   2> 3057296 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
>    [junit4]   2> 3057303 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
>    [junit4]   2> 3057308 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
>    [junit4]   2> 3057355 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/testCloudExamplePrompt', cwd=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
>    [junit4]   2> 3057355 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'testCloudExamplePrompt_shard1_replica1' using configuration from collection testCloudExamplePrompt
>    [junit4]   2> 3057355 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1 r:core_node2 x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 3057355 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1 r:core_node2 x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrCore [[testCloudExamplePrompt_shard1_replica1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\], dataDir=[null]
>    [junit4]   2> 3057355 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1 r:core_node2 x:testCloudExamplePrompt_shard1_replica
>
> [...truncated too long message...]
>
> k-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-004\schemaless\solr\gettingstarted\data\;done=false>>]
>    [junit4]   2> 3079129 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-004\schemaless\solr\gettingstarted\data\
>    [junit4]   2> 3079129 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-004\schemaless\solr\gettingstarted\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-004\schemaless\solr\gettingstarted\data\index;done=false>>]
>    [junit4]   2> 3079130 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-004\schemaless\solr\gettingstarted\data\index
>    [junit4]   2> 3079131 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    x:gettingstarted] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3c52d761{/solr,null,UNAVAILABLE}
>    [junit4]   2> 3079132 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on port 60471
>    [junit4]   2> 3079132 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample
>    [junit4]   2> 3079133 INFO  (SUITE-TestSolrCLIRunExample-seed#[4F68BFC7FB9472FD]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001
>    [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=es_VE, timezone=Navajo
>    [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=1,free=273713376,total=518979584
>    [junit4]   2> NOTE: All tests run in this JVM: [TestNRTOpen, TestQuerySenderNoQuery, DistributedVersionInfoTest, TestObjectReleaseTracker, TestRemoveLastDynamicCopyField, StandardRequestHandlerTest, TestAnalyzeInfixSuggestions, TestFastOutputStream, CdcrUpdateLogTest, OutOfBoxZkACLAndCredentialsProvidersTest, HdfsWriteToMultipleCollectionsTest, StatelessScriptUpdateProcessorFactoryTest, SegmentsInfoRequestHandlerTest, UpdateParamsTest, TestRangeQuery, TriLevelCompositeIdRoutingTest, ExitableDirectoryReaderTest, BlockCacheTest, SolrRequestParserTest, BadCopyFieldTest, CustomCollectionTest, TestLuceneMatchVersion, TestExpandComponent, TestManagedSchema, CloudExitableDirectoryReaderTest, TestRandomRequestDistribution, MergeStrategyTest, TestLMJelinekMercerSimilarityFactory, SparseHLLTest, TestHdfsUpdateLog, TestCodecSupport, OverseerStatusTest, TestUniqueKeyFieldResource, BufferStoreTest, TestCloudSchemaless, LeaderElectionIntegrationTest, TestDocSet, TestManagedStopFilterFactory, SignatureUpdateProcessorFactoryTest, TestBulkSchemaAPI, TestDefaultSearchFieldResource, SpellCheckCollatorTest, TestFieldTypeResource, DistributedExpandComponentTest, ReturnFieldsTest, SimpleCollectionCreateDeleteTest, TestSuggestSpellingConverter, TestCursorMarkWithoutUniqueKey, CurrencyFieldOpenExchangeTest, SolrCloudExampleTest, HdfsRecoverLeaseTest, SpellCheckComponentTest, TestClassNameShortening, NotRequiredUniqueKeyTest, TestDynamicFieldCollectionResource, TestUtils, TestTrie, ChaosMonkeySafeLeaderTest, TestDynamicFieldResource, BasicDistributedZk2Test, FileBasedSpellCheckerTest, TestEmbeddedSolrServerConstructors, TestBadConfig, FastVectorHighlighterTest, HighlighterConfigTest, FileUtilsTest, TestCoreDiscovery, LoggingHandlerTest, XsltUpdateRequestHandlerTest, TestSolrConfigHandlerCloud, TestSolr4Spatial, DateRangeFieldTest, CSVRequestHandlerTest, TestReload, LeaderInitiatedRecoveryOnCommitTest, TestSolrQueryParser, TestRequestStatusCollectionAPI, HighlighterTest, ResourceLoaderTest, ZkSolrClientTest, BJQParserTest, AutoCommitTest, TestDistribDocBasedVersion, TestCloudInspectUtil, TestCryptoKeys, TestDefaultSimilarityFactory, IndexSchemaTest, ConvertedLegacyTest, FullSolrCloudDistribCmdsTest, TestFoldingMultitermQuery, TestStressUserVersions, TestSystemIdResolver, TestJsonRequest, ReplicationFactorTest, TestReloadAndDeleteDocs, TestShardHandlerFactory, HdfsRecoveryZkTest, DistribDocExpirationUpdateProcessorTest, TestRandomFaceting, TestManagedResourceStorage, TestTrieFacet, DistributedFacetPivotSmallTest, RAMDirectoryFactoryTest, TestRandomMergePolicy, StatsComponentTest, MinimalSchemaTest, InfoHandlerTest, MigrateRouteKeyTest, DeleteReplicaTest, IndexBasedSpellCheckerTest, DistributedMLTComponentTest, ExternalFileFieldSortTest, DisMaxRequestHandlerTest, TestSolrCloudWithKerberosAlt, TestSolrCoreProperties, CursorMarkTest, ZkStateWriterTest, TestJettySolrRunner, PluginInfoTest, TestFiltering, RegexBoostProcessorTest, RemoteQueryErrorTest, TestRTGBase, MBeansHandlerTest, TermVectorComponentDistributedTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, BadIndexSchemaTest, SpatialFilterTest, TestRealTimeGet, TestRawResponseWriter, UnloadDistributedZkTest, OpenCloseCoreStressTest, ShardRoutingTest, BasicZkTest, TestReplicationHandler, ShardRoutingCustomTest, TestDistributedGrouping, TestStressReorder, SimpleFacetsTest, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, BasicFunctionalityTest, OverseerCollectionProcessorTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, CoreAdminHandlerTest, TestStressLucene, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, DebugComponentTest, LukeRequestHandlerTest, PrimitiveFieldTypeTest, DocumentBuilderTest, TermVectorComponentTest, IndexSchemaRuntimeFieldTest, TestCollationField, UpdateRequestProcessorFactoryTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, TestComponentsName, TestLFUCache, TestFastWriter, URLClassifyProcessorTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestSolrJ, ZkNodePropsTest, SystemInfoHandlerTest, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestDistributedMissingSort, ActionThrottleTest, AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, MultiThreadedOCPTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudPivotFacet, TestDownShardTolerantSearch, TestMiniSolrCloudClusterSSL, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, TestClusterStateMutator, RuleEngineTest, RulesTest, TestReplicationHandlerBackup, TestSQLHandler, CoreAdminCreateDiscoverTest, DistributedDebugComponentTest, DistributedFacetPivotLongTailTest, DistributedQueryComponentOptimizationTest, TestDistributedStatsComponentCardinality, TestCloudManagedSchema, TestCollationFieldDocValues, AnalyticsQueryTest, RankQueryTest, TestAddFieldRealTimeGet, TestCollapseQParserPlugin, TestComplexPhraseQParserPlugin, TestCustomSort, TestInitQParser, TestMissingGroups, TestNoOpRegenerator, TestReRankQParserPlugin, TestRecoveryHdfs, TestSearcherReuse, TestSimpleQParserPlugin, TestSolr4Spatial2, TestStandardQParsers, TestJsonFacets, TestMinMaxOnMultiValuedField, TestScoreJoinQPScore, CloudMLTQParserTest, TestNonDefinedSimilarityFactory, TestDefaultStatsCache, TestExactStatsCache, TestLRUStatsCache, TestAuthorizationFramework, PreAnalyzedUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, TestRTimer, TestSolrCLIRunExample]
>    [junit4] Completed [530/530] on J1 in 30.89s, 3 tests, 1 failure <<< FAILURES!
>
> [...truncated 10 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:716: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:660: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:230: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:514: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1429: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:984: There were test failures: 530 suites, 2101 tests, 1 failure, 74 ignored (39 assumptions)
>
> Total time: 69 minutes 19 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


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

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

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

Error Message:
expected 32 docs in the techproducts example but found 0, output: Creating Solr home directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr  Starting up Solr on port 60460 using command: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\bin\solr start -p 60460 -s "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr"   Setup new core instance directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr\techproducts  Creating new core 'techproducts' using command: http://localhost:60460/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts  {   "responseHeader":{     "status":0,     "QTime":366},   "core":"techproducts"}   example/exampledocs/post.jar not found, skipping indexing step for the techproducts example  Solr techproducts example launched successfully. Direct your Web browser to http://localhost:60460/solr to visit the Solr Admin UI 

Stack Trace:
java.lang.AssertionError: expected 32 docs in the techproducts example but found 0, output: Creating Solr home directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr

Starting up Solr on port 60460 using command:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\bin\solr start -p 60460 -s "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr"


Setup new core instance directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-003\techproducts\solr\techproducts

Creating new core 'techproducts' using command:
http://localhost:60460/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts

{
  "responseHeader":{
    "status":0,
    "QTime":366},
  "core":"techproducts"}


example/exampledocs/post.jar not found, skipping indexing step for the techproducts example

Solr techproducts example launched successfully. Direct your Web browser to http://localhost:60460/solr to visit the Solr Admin UI

	at __randomizedtesting.SeedInfo.seed([4F68BFC7FB9472FD:C5BF6F7FE1764A62]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.util.TestSolrCLIRunExample.testExample(TestSolrCLIRunExample.java:368)
	at org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample(TestSolrCLIRunExample.java:305)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 11215 lines...]
   [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\init-core-data-001
   [junit4]   2> 3048275 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testInteractiveSolrCloudExample
   [junit4]   2> 3050941 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3050942 INFO  (Thread-7671) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3050942 INFO  (Thread-7671) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3051068 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.ZkTestServer start zk server on port:60409
   [junit4]   2> 3051068 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3051071 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3051075 INFO  (zkCallback-3687-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5ebd03e6 name:ZooKeeperConnection Watcher:127.0.0.1:60409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3051076 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3051076 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3051077 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 3051081 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x14ef9f770b80000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3051084 INFO  (jetty-launcher-3686-thread-1) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 3051088 INFO  (jetty-launcher-3686-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@754d4bbb{/solr,null,AVAILABLE}
   [junit4]   2> 3051089 INFO  (jetty-launcher-3686-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@694a0e2c{HTTP/1.1}{127.0.0.1:60404}
   [junit4]   2> 3051089 INFO  (jetty-launcher-3686-thread-1) [    ] o.e.j.s.Server Started @3056102ms
   [junit4]   2> 3051089 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60404}
   [junit4]   2> 3051090 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 3051090 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\'
   [junit4]   2> 3051127 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3051130 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3051131 INFO  (zkCallback-3688-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b7f2f8e name:ZooKeeperConnection Watcher:127.0.0.1:60409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3051132 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3051132 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3051133 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3051146 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002
   [junit4]   2> 3051146 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 762514264
   [junit4]   2> 3051147 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\]
   [junit4]   2> 3051147 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\lib
   [junit4]   2> 3051147 WARN  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\lib).
   [junit4]   2> 3051160 INFO  (jetty-launcher-3686-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> 3051166 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 3051168 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3051169 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3051169 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60409/solr
   [junit4]   2> 3051169 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3051169 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3051171 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3051174 INFO  (zkCallback-3690-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7201b65a name:ZooKeeperConnection Watcher:127.0.0.1:60409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3051174 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3051174 INFO  (jetty-launcher-3686-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3051177 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3051179 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@453066d8 name:ZooKeeperConnection Watcher:127.0.0.1:60409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3051180 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3051181 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3051185 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3051188 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3051192 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3051199 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3051203 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3051206 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3051208 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3051210 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3051213 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/localhost:60404_solr
   [junit4]   2> 3051213 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/localhost:60404_solr
   [junit4]   2> 3051217 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3051219 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3051220 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3051221 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94287483364704259-localhost:60404_solr-n_0000000000
   [junit4]   2> 3051223 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader localhost:60404_solr
   [junit4]   2> 3051223 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 3051225 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.Overseer Overseer (id=94287483364704259-localhost:60404_solr-n_0000000000) starting
   [junit4]   2> 3051229 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 3051237 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3051239 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3051239 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3051239 INFO  (OverseerCollectionProcessor-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 3051243 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3051245 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3051246 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002
   [junit4]   2> 3051251 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 3051252 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3051252 INFO  (jetty-launcher-3686-thread-1) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3051253 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3051256 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3051257 INFO  (zkCallback-3692-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3ac62c9d name:ZooKeeperConnection Watcher:127.0.0.1:60409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3051257 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3051258 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3055030 INFO  (qtp1231401615-21884) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=0 
   [junit4]   2> 3055033 INFO  (qtp1231401615-21885) [n:localhost:60404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json 
   [junit4]   2> 3055037 INFO  (qtp1231401615-21885) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=2 
   [junit4]   2> 3055037 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3055038 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3055041 INFO  (zkCallback-3695-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1f31f13 name:ZooKeeperConnection Watcher:127.0.0.1:60409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3055041 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3055041 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3055041 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3055047 INFO  (qtp1231401615-21887) [n:localhost:60404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=list&wt=json 
   [junit4]   2> 3055048 INFO  (qtp1231401615-21887) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=list&wt=json} status=0 QTime=0 
   [junit4]   2> 3055053 INFO  (qtp1231401615-21889) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=1 
   [junit4]   2> 3055058 INFO  (qtp1231401615-21884) [n:localhost:60404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json 
   [junit4]   2> 3055063 INFO  (qtp1231401615-21884) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=5 
   [junit4]   2> 3055064 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3055065 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3055066 INFO  (zkCallback-3697-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b0d444 name:ZooKeeperConnection Watcher:127.0.0.1:60409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3055066 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3055068 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3055068 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3055077 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/currency.xml
   [junit4]   2> 3055082 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/elevate.xml
   [junit4]   2> 3055086 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_ca.txt
   [junit4]   2> 3055090 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_fr.txt
   [junit4]   2> 3055093 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_ga.txt
   [junit4]   2> 3055097 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/contractions_it.txt
   [junit4]   2> 3055099 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/hyphenations_ga.txt
   [junit4]   2> 3055104 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stemdict_nl.txt
   [junit4]   2> 3055108 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stoptags_ja.txt
   [junit4]   2> 3055113 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ar.txt
   [junit4]   2> 3055116 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_bg.txt
   [junit4]   2> 3055121 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ca.txt
   [junit4]   2> 3055125 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_cz.txt
   [junit4]   2> 3055130 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_da.txt
   [junit4]   2> 3055135 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_de.txt
   [junit4]   2> 3055138 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_el.txt
   [junit4]   2> 3055142 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_en.txt
   [junit4]   2> 3055146 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_es.txt
   [junit4]   2> 3055150 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_eu.txt
   [junit4]   2> 3055152 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fa.txt
   [junit4]   2> 3055156 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fi.txt
   [junit4]   2> 3055159 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_fr.txt
   [junit4]   2> 3055162 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ga.txt
   [junit4]   2> 3055165 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_gl.txt
   [junit4]   2> 3055169 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hi.txt
   [junit4]   2> 3055173 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hu.txt
   [junit4]   2> 3055175 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_hy.txt
   [junit4]   2> 3055179 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_id.txt
   [junit4]   2> 3055183 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_it.txt
   [junit4]   2> 3055185 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ja.txt
   [junit4]   2> 3055189 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_lv.txt
   [junit4]   2> 3055194 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_nl.txt
   [junit4]   2> 3055197 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_no.txt
   [junit4]   2> 3055201 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_pt.txt
   [junit4]   2> 3055205 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ro.txt
   [junit4]   2> 3055208 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_ru.txt
   [junit4]   2> 3055212 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_sv.txt
   [junit4]   2> 3055216 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_th.txt
   [junit4]   2> 3055218 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/stopwords_tr.txt
   [junit4]   2> 3055222 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/lang/userdict_ja.txt
   [junit4]   2> 3055225 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 3055229 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/params.json
   [junit4]   2> 3055231 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/protwords.txt
   [junit4]   2> 3055236 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/solrconfig.xml
   [junit4]   2> 3055240 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/stopwords.txt
   [junit4]   2> 3055243 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/testCloudExamplePrompt/synonyms.txt
   [junit4]   2> 3055247 INFO  (qtp1231401615-21886) [n:localhost:60404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=list&wt=json 
   [junit4]   2> 3055247 INFO  (qtp1231401615-21886) [n:localhost:60404_solr    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/collections params={action=list&wt=json} status=0 QTime=0 
   [junit4]   2> 3055251 INFO  (qtp1231401615-21888) [n:localhost:60404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&maxShardsPerNode=4&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt&action=CREATE&numShards=2&wt=json 
   [junit4]   2> 3055252 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/collection-queue-work state SyncConnected
   [junit4]   2> 3055254 INFO  (OverseerCollectionProcessor-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor 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> 3055254 WARN  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor 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> 3055256 WARN  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor 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> 3055257 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor creating collections conf node /collections/testCloudExamplePrompt 
   [junit4]   2> 3055258 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testCloudExamplePrompt
   [junit4]   2> 3055261 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3055263 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_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> 3055263 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testCloudExamplePrompt
   [junit4]   2> 3055265 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testCloudExamplePrompt/state.json
   [junit4]   2> 3055266 INFO  (zkCallback-3697-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> 3055266 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_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> 3055268 INFO  (zkCallback-3697-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 3055268 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 3055387 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Creating SolrCores for new collection testCloudExamplePrompt, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 3055387 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Creating core testCloudExamplePrompt_shard1_replica1 as part of shard shard1 of collection testCloudExamplePrompt on localhost:60404_solr
   [junit4]   2> 3055388 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Creating core testCloudExamplePrompt_shard2_replica2 as part of shard shard2 of collection testCloudExamplePrompt on localhost:60404_solr
   [junit4]   2> 3055388 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Creating core testCloudExamplePrompt_shard1_replica2 as part of shard shard1 of collection testCloudExamplePrompt on localhost:60404_solr
   [junit4]   2> 3055389 INFO  (qtp1231401615-21889) [n:localhost:60404_solr    ] o.a.s.h.a.CoreAdminHandler core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard1_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
   [junit4]   2> 3055389 INFO  (OverseerThreadFactory-9354-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.OverseerCollectionProcessor Creating core testCloudExamplePrompt_shard2_replica1 as part of shard shard2 of collection testCloudExamplePrompt on localhost:60404_solr
   [junit4]   2> 3055389 INFO  (qtp1231401615-21889) [n:localhost:60404_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=testCloudExamplePrompt_shard1_replica1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=testCloudExamplePrompt_shard1_replica1, collection=testCloudExamplePrompt, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\, numShards=2, dataDir=data\, shard=shard1}
   [junit4]   2> 3055389 INFO  (qtp1231401615-21884) [n:localhost:60404_solr    ] o.a.s.h.a.CoreAdminHandler core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard2_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
   [junit4]   2> 3055391 INFO  (qtp1231401615-21884) [n:localhost:60404_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=testCloudExamplePrompt_shard2_replica2, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=testCloudExamplePrompt_shard2_replica2, collection=testCloudExamplePrompt, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\, numShards=2, dataDir=data\, shard=shard2}
   [junit4]   2> 3055391 INFO  (qtp1231401615-21885) [n:localhost:60404_solr    ] o.a.s.h.a.CoreAdminHandler core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard1_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
   [junit4]   2> 3055392 INFO  (qtp1231401615-21886) [n:localhost:60404_solr    ] o.a.s.h.a.CoreAdminHandler core create command qt=/admin/cores&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt_shard2_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
   [junit4]   2> 3055392 INFO  (qtp1231401615-21885) [n:localhost:60404_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=testCloudExamplePrompt_shard1_replica2, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=testCloudExamplePrompt_shard1_replica2, collection=testCloudExamplePrompt, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\, numShards=2, dataDir=data\, shard=shard1}
   [junit4]   2> 3055393 INFO  (qtp1231401615-21886) [n:localhost:60404_solr    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=testCloudExamplePrompt_shard2_replica1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=testCloudExamplePrompt_shard2_replica1, collection=testCloudExamplePrompt, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\, numShards=2, dataDir=data\, shard=shard2}
   [junit4]   2> 3055393 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3055393 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3055394 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3055394 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3055394 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
   [junit4]   2> 3055394 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3055394 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader addZkWatch testCloudExamplePrompt
   [junit4]   2> 3055395 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
   [junit4]   2> 3055395 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader Updating collection state at /collections/testCloudExamplePrompt/state.json from ZooKeeper... 
   [junit4]   2> 3055397 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:60404/solr",
   [junit4]   2>   "node_name":"localhost:60404_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 1
   [junit4]   2> 3055397 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
   [junit4]   2> 3055397 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Registering watch for external collection testCloudExamplePrompt
   [junit4]   2> 3055398 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:60404/solr",
   [junit4]   2>   "node_name":"localhost:60404_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3055398 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader Updating data for testCloudExamplePrompt to ver 0 
   [junit4]   2> 3055398 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3055398 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3055398 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3055398 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3055400 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:60404/solr",
   [junit4]   2>   "node_name":"localhost:60404_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 1
   [junit4]   2> 3055400 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:60404/solr",
   [junit4]   2>   "node_name":"localhost:60404_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3055402 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3055405 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:60404/solr",
   [junit4]   2>   "node_name":"localhost:60404_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 1
   [junit4]   2> 3055405 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:60404/solr",
   [junit4]   2>   "node_name":"localhost:60404_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3055409 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:60404/solr",
   [junit4]   2>   "node_name":"localhost:60404_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"} current state version: 1
   [junit4]   2> 3055409 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testCloudExamplePrompt_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://localhost:60404/solr",
   [junit4]   2>   "node_name":"localhost:60404_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testCloudExamplePrompt",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3055411 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3055411 INFO  (OverseerStateUpdate-94287483364704259-localhost:60404_solr-n_0000000000) [n:localhost:60404_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testCloudExamplePrompt/state.json version: 0
   [junit4]   2> 3055413 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_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> 3055413 INFO  (zkCallback-3691-thread-1-processing-n:localhost:60404_solr) [n:localhost:60404_solr    ] o.a.s.c.c.ZkStateReader Updating data for testCloudExamplePrompt to ver 1 
   [junit4]   2> 3056651 INFO  (qtp1231401615-21889) [n:localhost:60404_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> 3056651 INFO  (qtp1231401615-21885) [n:localhost:60404_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> 3056651 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 3056651 INFO  (qtp1231401615-21884) [n:localhost:60404_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> 3056651 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3056651 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
   [junit4]   2> 3056651 INFO  (qtp1231401615-21886) [n:localhost:60404_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> 3056651 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 3056651 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 3056652 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:testCloudExamplePrompt
   [junit4]   2> 3056653 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3056653 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
   [junit4]   2> 3056653 INFO  (qtp1231401615-21889) [n:localhost:60404_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> 3056653 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\'
   [junit4]   2> 3056655 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3056655 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
   [junit4]   2> 3056655 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3056655 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/testCloudExamplePrompt
   [junit4]   2> 3056655 INFO  (qtp1231401615-21884) [n:localhost:60404_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> 3056655 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\'
   [junit4]   2> 3056656 INFO  (qtp1231401615-21885) [n:localhost:60404_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> 3056656 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\'
   [junit4]   2> 3056662 INFO  (qtp1231401615-21886) [n:localhost:60404_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> 3056662 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\'
   [junit4]   2> 3056673 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3056679 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3056686 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3056694 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3056695 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3056695 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrConfig current version of requestparams : 0
   [junit4]   2> 3056695 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 3056697 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\contrib\extraction\lib).
   [junit4]   2> 3056697 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3056697 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3056697 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\dist).
   [junit4]   2> 3056697 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : 0
   [junit4]   2> 3056699 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\contrib\clustering\lib).
   [junit4]   2> 3056699 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\dist).
   [junit4]   2> 3056700 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 3056700 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3056700 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\contrib\extraction\lib).
   [junit4]   2> 3056702 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\dist).
   [junit4]   2> 3056702 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\contrib\clustering\lib).
   [junit4]   2> 3056704 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\dist).
   [junit4]   2> 3056705 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\contrib\langid\lib).
   [junit4]   2> 3056705 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\dist).
   [junit4]   2> 3056706 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3056706 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3056706 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : 0
   [junit4]   2> 3056706 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\contrib\velocity\lib).
   [junit4]   2> 3056706 WARN  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica2\..\..\..\..\dist).
   [junit4]   2> 3056707 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\contrib\langid\lib).
   [junit4]   2> 3056707 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\dist).
   [junit4]   2> 3056707 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\contrib\velocity\lib).
   [junit4]   2> 3056708 WARN  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica2\..\..\..\..\dist).
   [junit4]   2> 3056706 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 3056713 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\contrib\extraction\lib).
   [junit4]   2> 3056715 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\dist).
   [junit4]   2> 3056715 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\contrib\clustering\lib).
   [junit4]   2> 3056716 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\dist).
   [junit4]   2> 3056716 WARN  (qtp1231401615-21889) [n:localhost:60404_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/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\contrib\langid\lib).
   [junit4]   2> 3056716 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\dist).
   [junit4]   2> 3056717 WARN  (qtp1231401615-21889) [n:localhost:60404_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/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\contrib\velocity\lib).
   [junit4]   2> 3056717 WARN  (qtp1231401615-21889) [n:localhost:60404_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: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\..\..\..\..\dist).
   [junit4]   2> 3056734 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3056734 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3056745 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3056776 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3056779 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3056779 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3056779 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : 0
   [junit4]   2> 3056781 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 3056781 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3056782 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\contrib\extraction\lib).
   [junit4]   2> 3056782 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.IndexSchema Reading Solr Schema from /configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 3056783 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\dist).
   [junit4]   2> 3056782 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3056784 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\contrib\clustering\lib).
   [junit4]   2> 3056784 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\dist).
   [junit4]   2> 3056786 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\contrib\langid\lib).
   [junit4]   2> 3056786 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.IndexSchema Reading Solr Schema from /configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 3056786 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\dist).
   [junit4]   2> 3056788 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\contrib\velocity\lib).
   [junit4]   2> 3056788 WARN  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard2_replica1\..\..\..\..\dist).
   [junit4]   2> 3056793 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.IndexSchema [testCloudExamplePrompt_shard2_replica2] Schema name=example-data-driven-schema
   [junit4]   2> 3056794 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.IndexSchema [testCloudExamplePrompt_shard1_replica2] Schema name=example-data-driven-schema
   [junit4]   2> 3056797 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 3056801 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.IndexSchema [testCloudExamplePrompt_shard1_replica1] Schema name=example-data-driven-schema
   [junit4]   2> 3056872 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3056897 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3057029 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 3057033 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3057035 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.s.IndexSchema [testCloudExamplePrompt_shard2_replica1] Schema name=example-data-driven-schema
   [junit4]   2> 3057083 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3057126 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3057257 INFO  (qtp1231401615-21886) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3057290 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3057292 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3057295 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3057296 INFO  (qtp1231401615-21885) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica2] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3057303 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3057308 INFO  (qtp1231401615-21884) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard2  x:testCloudExamplePrompt_shard2_replica2] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3057355 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/testCloudExamplePrompt', cwd=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 3057355 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1  x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'testCloudExamplePrompt_shard1_replica1' using configuration from collection testCloudExamplePrompt
   [junit4]   2> 3057355 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1 r:core_node2 x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3057355 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1 r:core_node2 x:testCloudExamplePrompt_shard1_replica1] o.a.s.c.SolrCore [[testCloudExamplePrompt_shard1_replica1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-002\testCloudExamplePrompt_shard1_replica1\], dataDir=[null]
   [junit4]   2> 3057355 INFO  (qtp1231401615-21889) [n:localhost:60404_solr c:testCloudExamplePrompt s:shard1 r:core_node2 x:testCloudExamplePrompt_shard1_replica

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

k-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-004\schemaless\solr\gettingstarted\data\;done=false>>]
   [junit4]   2> 3079129 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-004\schemaless\solr\gettingstarted\data\
   [junit4]   2> 3079129 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-004\schemaless\solr\gettingstarted\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-004\schemaless\solr\gettingstarted\data\index;done=false>>]
   [junit4]   2> 3079130 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001\tempDir-004\schemaless\solr\gettingstarted\data\index
   [junit4]   2> 3079131 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    x:gettingstarted] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3c52d761{/solr,null,UNAVAILABLE}
   [junit4]   2> 3079132 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on port 60471
   [junit4]   2> 3079132 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4F68BFC7FB9472FD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample
   [junit4]   2> 3079133 INFO  (SUITE-TestSolrCLIRunExample-seed#[4F68BFC7FB9472FD]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_4F68BFC7FB9472FD-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=es_VE, timezone=Navajo
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=1,free=273713376,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestNRTOpen, TestQuerySenderNoQuery, DistributedVersionInfoTest, TestObjectReleaseTracker, TestRemoveLastDynamicCopyField, StandardRequestHandlerTest, TestAnalyzeInfixSuggestions, TestFastOutputStream, CdcrUpdateLogTest, OutOfBoxZkACLAndCredentialsProvidersTest, HdfsWriteToMultipleCollectionsTest, StatelessScriptUpdateProcessorFactoryTest, SegmentsInfoRequestHandlerTest, UpdateParamsTest, TestRangeQuery, TriLevelCompositeIdRoutingTest, ExitableDirectoryReaderTest, BlockCacheTest, SolrRequestParserTest, BadCopyFieldTest, CustomCollectionTest, TestLuceneMatchVersion, TestExpandComponent, TestManagedSchema, CloudExitableDirectoryReaderTest, TestRandomRequestDistribution, MergeStrategyTest, TestLMJelinekMercerSimilarityFactory, SparseHLLTest, TestHdfsUpdateLog, TestCodecSupport, OverseerStatusTest, TestUniqueKeyFieldResource, BufferStoreTest, TestCloudSchemaless, LeaderElectionIntegrationTest, TestDocSet, TestManagedStopFilterFactory, SignatureUpdateProcessorFactoryTest, TestBulkSchemaAPI, TestDefaultSearchFieldResource, SpellCheckCollatorTest, TestFieldTypeResource, DistributedExpandComponentTest, ReturnFieldsTest, SimpleCollectionCreateDeleteTest, TestSuggestSpellingConverter, TestCursorMarkWithoutUniqueKey, CurrencyFieldOpenExchangeTest, SolrCloudExampleTest, HdfsRecoverLeaseTest, SpellCheckComponentTest, TestClassNameShortening, NotRequiredUniqueKeyTest, TestDynamicFieldCollectionResource, TestUtils, TestTrie, ChaosMonkeySafeLeaderTest, TestDynamicFieldResource, BasicDistributedZk2Test, FileBasedSpellCheckerTest, TestEmbeddedSolrServerConstructors, TestBadConfig, FastVectorHighlighterTest, HighlighterConfigTest, FileUtilsTest, TestCoreDiscovery, LoggingHandlerTest, XsltUpdateRequestHandlerTest, TestSolrConfigHandlerCloud, TestSolr4Spatial, DateRangeFieldTest, CSVRequestHandlerTest, TestReload, LeaderInitiatedRecoveryOnCommitTest, TestSolrQueryParser, TestRequestStatusCollectionAPI, HighlighterTest, ResourceLoaderTest, ZkSolrClientTest, BJQParserTest, AutoCommitTest, TestDistribDocBasedVersion, TestCloudInspectUtil, TestCryptoKeys, TestDefaultSimilarityFactory, IndexSchemaTest, ConvertedLegacyTest, FullSolrCloudDistribCmdsTest, TestFoldingMultitermQuery, TestStressUserVersions, TestSystemIdResolver, TestJsonRequest, ReplicationFactorTest, TestReloadAndDeleteDocs, TestShardHandlerFactory, HdfsRecoveryZkTest, DistribDocExpirationUpdateProcessorTest, TestRandomFaceting, TestManagedResourceStorage, TestTrieFacet, DistributedFacetPivotSmallTest, RAMDirectoryFactoryTest, TestRandomMergePolicy, StatsComponentTest, MinimalSchemaTest, InfoHandlerTest, MigrateRouteKeyTest, DeleteReplicaTest, IndexBasedSpellCheckerTest, DistributedMLTComponentTest, ExternalFileFieldSortTest, DisMaxRequestHandlerTest, TestSolrCloudWithKerberosAlt, TestSolrCoreProperties, CursorMarkTest, ZkStateWriterTest, TestJettySolrRunner, PluginInfoTest, TestFiltering, RegexBoostProcessorTest, RemoteQueryErrorTest, TestRTGBase, MBeansHandlerTest, TermVectorComponentDistributedTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, BadIndexSchemaTest, SpatialFilterTest, TestRealTimeGet, TestRawResponseWriter, UnloadDistributedZkTest, OpenCloseCoreStressTest, ShardRoutingTest, BasicZkTest, TestReplicationHandler, ShardRoutingCustomTest, TestDistributedGrouping, TestStressReorder, SimpleFacetsTest, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, BasicFunctionalityTest, OverseerCollectionProcessorTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, CoreAdminHandlerTest, TestStressLucene, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, DebugComponentTest, LukeRequestHandlerTest, PrimitiveFieldTypeTest, DocumentBuilderTest, TermVectorComponentTest, IndexSchemaRuntimeFieldTest, TestCollationField, UpdateRequestProcessorFactoryTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, TestComponentsName, TestLFUCache, TestFastWriter, URLClassifyProcessorTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestSolrJ, ZkNodePropsTest, SystemInfoHandlerTest, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestDistributedMissingSort, ActionThrottleTest, AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, MultiThreadedOCPTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudPivotFacet, TestDownShardTolerantSearch, TestMiniSolrCloudClusterSSL, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, TestClusterStateMutator, RuleEngineTest, RulesTest, TestReplicationHandlerBackup, TestSQLHandler, CoreAdminCreateDiscoverTest, DistributedDebugComponentTest, DistributedFacetPivotLongTailTest, DistributedQueryComponentOptimizationTest, TestDistributedStatsComponentCardinality, TestCloudManagedSchema, TestCollationFieldDocValues, AnalyticsQueryTest, RankQueryTest, TestAddFieldRealTimeGet, TestCollapseQParserPlugin, TestComplexPhraseQParserPlugin, TestCustomSort, TestInitQParser, TestMissingGroups, TestNoOpRegenerator, TestReRankQParserPlugin, TestRecoveryHdfs, TestSearcherReuse, TestSimpleQParserPlugin, TestSolr4Spatial2, TestStandardQParsers, TestJsonFacets, TestMinMaxOnMultiValuedField, TestScoreJoinQPScore, CloudMLTQParserTest, TestNonDefinedSimilarityFactory, TestDefaultStatsCache, TestExactStatsCache, TestLRUStatsCache, TestAuthorizationFramework, PreAnalyzedUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, TestRTimer, TestSolrCLIRunExample]
   [junit4] Completed [530/530] on J1 in 30.89s, 3 tests, 1 failure <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:716: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:660: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:514: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1429: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:984: There were test failures: 530 suites, 2101 tests, 1 failure, 74 ignored (39 assumptions)

Total time: 69 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any