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 04:24:51 UTC

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

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

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([44EFE5C0854BAE53:7EBD258F7D3938EF]: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@1a3e743
	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 10167 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_44EFE5C0854BAE53-001\init-core-data-001
   [junit4]   2> 1213035 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1213035 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1213035 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213036 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213037 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213066 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1213071 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1213089 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1213090 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213094 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1213150 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1213156 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1213156 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1213165 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1213167 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1213170 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1213170 WARN  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1213171 WARN  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1213171 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1213171 WARN  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1213171 WARN  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1213171 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1213171 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213171 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213182 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 21289832
   [junit4]   2> 1213182 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213182 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213182 WARN  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213188 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213191 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1213191 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1213191 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1213191 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1213192 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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_44EFE5C0854BAE53-001\init-core-data-001, shard=shard1}
   [junit4]   2> 1213193 INFO  (coreLoadExecutor-2844-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> 1213193 INFO  (coreLoadExecutor-2844-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> 1213193 INFO  (coreLoadExecutor-2844-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> 1213211 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1213217 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1213229 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1213230 INFO  (coreLoadExecutor-2844-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> 1213233 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1213293 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1213298 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1213298 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1213303 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1213305 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1213306 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1213307 WARN  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1213307 WARN  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1213307 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1213307 WARN  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1213307 WARN  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1213309 INFO  (coreLoadExecutor-2844-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> 1213309 INFO  (coreLoadExecutor-2844-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> 1213309 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1213309 INFO  (coreLoadExecutor-2844-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> 1213310 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11ca870
   [junit4]   2> 1213311 INFO  (coreLoadExecutor-2844-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_44EFE5C0854BAE53-001\init-core-data-001\
   [junit4]   2> 1213311 INFO  (coreLoadExecutor-2844-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_44EFE5C0854BAE53-001\init-core-data-001\index/
   [junit4]   2> 1213311 WARN  (coreLoadExecutor-2844-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_44EFE5C0854BAE53-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 1213312 INFO  (coreLoadExecutor-2844-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_44EFE5C0854BAE53-001\init-core-data-001\index
   [junit4]   2> 1213312 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1213314 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_1,generation=1}
   [junit4]   2> 1213314 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1213317 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1213319 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1213319 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1213319 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1213320 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_44EFE5C0854BAE53-001\init-core-data-001\
   [junit4]   2> 1213325 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1213326 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1213327 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1213328 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1213331 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1213333 INFO  (coreLoadExecutor-2844-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> 1213334 WARN  (coreLoadExecutor-2844-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> 1213334 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1213335 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1213335 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1213335 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1213335 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1213336 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1213337 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_1,generation=1}
   [junit4]   2> 1213337 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1213337 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@11ef605[collection1] main
   [junit4]   2> 1213338 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1213338 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1213338 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1213338 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1213348 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1213446 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1213446 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1213447 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1213447 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1213447 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1213447 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1213447 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1213447 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1213447 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1508536816198746112
   [junit4]   2> 1213447 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1213448 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1213448 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1213449 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1508536816198746112
   [junit4]   2> 1213449 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1213449 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1213449 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1213449 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1213450 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@11ef605[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1213453 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSortJoinDocFreq
   [junit4]   2> 1213455 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508536816206086144)} 0 2
   [junit4]   2> 1213457 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1213457 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1213458 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 1213458 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1213458 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 1
   [junit4]   2> 1213461 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508536816210280448)]} 0 3
   [junit4]   2> 1213462 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508536816214474752)]} 0 0
   [junit4]   2> 1213462 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1213469 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_2,generation=2}
   [junit4]   2> 1213469 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1213470 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@199948d[collection1] main
   [junit4]   2> 1213471 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1213472 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@199948d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c2)))}
   [junit4]   2> 1213473 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 15
   [junit4]   2> 1213477 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508536816226009088)]} 0 5
   [junit4]   2> 1213478 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508536816231251968)]} 0 0
   [junit4]   2> 1213478 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1213482 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_3,generation=3}
   [junit4]   2> 1213482 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 3
   [junit4]   2> 1213483 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@16d5986[collection1] main
   [junit4]   2> 1213484 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1213486 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@16d5986[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c2) Uninverting(_1(6.0.0):c2)))}
   [junit4]   2> 1213487 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 11
   [junit4]   2> 1213487 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] 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=1 
   [junit4]   2> 1213493 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] 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=5 
   [junit4]   2> 1213494 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] 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> 1213495 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSortJoinDocFreq
   [junit4]   2> 1213497 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1213499 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@90ad5f[collection1] realtime
   [junit4]   2> 1213499 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508536816251174912)} 0 2
   [junit4]   2> 1213500 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1213500 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_4,generation=4}
   [junit4]   2> 1213500 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 4
   [junit4]   2> 1213500 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@99e2af[collection1] main
   [junit4]   2> 1213500 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1213502 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@99e2af[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1213502 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 1213506 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508536816257466368)]} 0 3
   [junit4]   2> 1213506 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508536816260612096)]} 0 0
   [junit4]   2> 1213507 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508536816261660672)]} 0 0
   [junit4]   2> 1213508 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508536816262709248)]} 0 0
   [junit4]   2> 1213509 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1213515 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_5,generation=5}
   [junit4]   2> 1213515 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 5
   [junit4]   2> 1213516 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@803d63[collection1] main
   [junit4]   2> 1213516 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1213518 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@803d63[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):c4)))}
   [junit4]   2> 1213518 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 13
   [junit4]   2> 1213519 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213520 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213523 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213524 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213526 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213527 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213528 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 1213530 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFieldSortSpecifiedAsFunction
   [junit4]   2> 1213532 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@2c625d[collection1] realtime
   [junit4]   2> 1213533 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508536816285777920)} 0 3
   [junit4]   2> 1213533 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1213533 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_6,generation=6}
   [junit4]   2> 1213533 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 6
   [junit4]   2> 1213533 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@115e3d4[collection1] main
   [junit4]   2> 1213534 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1213537 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@115e3d4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1213538 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1213541 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508536816295215104)]} 0 2
   [junit4]   2> 1213542 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508536816297312256)]} 0 0
   [junit4]   2> 1213543 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508536816298360832)]} 0 0
   [junit4]   2> 1213544 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508536816300457984)]} 0 0
   [junit4]   2> 1213544 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[5 (1508536816300457985)]} 0 0
   [junit4]   2> 1213545 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[6 (1508536816301506560)]} 0 0
   [junit4]   2> 1213546 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[7 (1508536816302555136)]} 0 0
   [junit4]   2> 1213547 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[8 (1508536816302555137)]} 0 0
   [junit4]   2> 1213548 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[9 (1508536816303603712)]} 0 0
   [junit4]   2> 1213548 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1213555 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_6,generation=6}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_7,generation=7}
   [junit4]   2> 1213555 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 7
   [junit4]   2> 1213558 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1198852[collection1] main
   [junit4]   2> 1213559 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1213560 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1198852[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):c9)))}
   [junit4]   2> 1213560 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 17
   [junit4]   2> 1213561 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] 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> 1213566 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] 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> 1213584 ERROR (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] 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@1a3e743
   [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> 1213585 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] 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=21 
   [junit4]   2> 1213585 ERROR (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] 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@1a3e743
   [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> 1213585 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFieldSortSpecifiedAsFunction
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SortByFunctionTest -Dtests.method=testFieldSortSpecifiedAsFunction -Dtests.seed=44EFE5C0854BAE53 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Antarctica/South_Pole -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.06s J0 | SortByFunctionTest.testFieldSortSpecifiedAsFunction <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([44EFE5C0854BAE53:7EBD258F7D3938EF]: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@1a3e743
   [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> 1213591 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1213591 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21289832
   [junit4]   2> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@dfd497
   [junit4]   2> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1213614 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1213614 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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_44EFE5C0854BAE53-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_44EFE5C0854BAE53-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 1213614 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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_44EFE5C0854BAE53-001\init-core-data-001\index
   [junit4]   2> 1213614 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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_44EFE5C0854BAE53-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_44EFE5C0854BAE53-001\init-core-data-001\;done=false>>]
   [junit4]   2> 1213614 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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_44EFE5C0854BAE53-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_44EFE5C0854BAE53-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {w_td1=PostingsFormat(name=Asserting), range_facet_l_dv=PostingsFormat(name=Memory doPackFST= true), multiDefault=Lucene50(blocksize=128), intDefault=FST50, y_td1=PostingsFormat(name=Memory doPackFST= true), range_facet_l=Lucene50(blocksize=128), primary_tl1=Lucene50(blocksize=128), id_s1=Lucene50(blocksize=128), _version_=FST50, z_td1=FST50, links_mfacet=FST50, f_t=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true), range_facet_i_dv=Lucene50(blocksize=128), text=PostingsFormat(name=Asserting), multi_l_dv=PostingsFormat(name=Memory doPackFST= true), x_td1=Lucene50(blocksize=128), secondary_tl1=FST50, timestamp=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Lucene50), multi_l_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=th, timezone=Antarctica/South_Pole
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_51 (32-bit)/cpus=3,threads=1,free=358417040,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ConcurrentDeleteAndCreateCollectionTest, SolrCoreCheckLockOnStartupTest, TestArbitraryIndexDir, TestElisionMultitermQuery, TestNonDefinedSimilarityFactory, TestStressRecovery, TestAnalyzedSuggestions, TestRandomDVFaceting, TestRequestStatusCollectionAPI, MergeStrategyTest, TestReplicationHandler, SynonymTokenizerTest, LeaderElectionTest, TestCloudManagedSchemaConcurrent, CustomCollectionTest, DeleteReplicaTest, TestDynamicFieldCollectionResource, TestSolrIndexConfig, TestSerializedLuceneMatchVersion, TestDocumentBuilder, NoCacheHeaderTest, TestSurroundQueryParser, TestRawResponseWriter, NumericFieldsTest, BasicDistributedZkTest, ResponseLogComponentTest, TestFunctionQuery, UnloadDistributedZkTest, TestExtendedDismaxParser, DeleteLastCustomShardedReplicaTest, TestSolrQueryParserResource, AlternateDirectoryTest, TestJmxMonitoredMap, TestClassNameShortening, IndexSchemaRuntimeFieldTest, TestPerFieldSimilarity, SuggesterTest, TestCollapseQParserPlugin, DistributedFacetPivotLongTailTest, UUIDUpdateProcessorFallbackTest, ResponseHeaderTest, RequiredFieldsTest, TestIBSimilarityFactory, BlockDirectoryTest, SoftAutoCommitTest, TestRestoreCore, TestManagedStopFilterFactory, TestLazyCores, DateRangeFieldTest, DistributedIntervalFacetingTest, PrimUtilsTest, TestBinaryResponseWriter, DirectUpdateHandlerTest, LukeRequestHandlerTest, JSONWriterTest, SegmentsInfoRequestHandlerTest, SortByFunctionTest]
   [junit4] Completed [155/529] on J0 in 0.60s, 3 tests, 1 error <<< FAILURES!

[...truncated 1189 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: 73 minutes 20 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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
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



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

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

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
ERROR: SolrIndexSearcher opens=51 closes=50

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([E3E16A527DCA8EB0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
	at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	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$5.evaluate(RandomizedRunner.java:799)
	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)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=13295, name=searcherExecutor-6490-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=13295, name=searcherExecutor-6490-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([E3E16A527DCA8EB0]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=13295, name=searcherExecutor-6490-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=13295, name=searcherExecutor-6490-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([E3E16A527DCA8EB0]:0)




Build Log:
[...truncated 10822 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\init-core-data-001
   [junit4]   2> 2025363 INFO  (SUITE-TestLazyCores-seed#[E3E16A527DCA8EB0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2025368 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 2025413 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\'
   [junit4]   2> 2025431 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.CoreContainer New CoreContainer 64111425
   [junit4]   2> 2025432 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\]
   [junit4]   2> 2025432 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\lib
   [junit4]   2> 2025432 WARN  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\lib).
   [junit4]   2> 2025438 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] 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> 2025440 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 2025441 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 2025446 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2025446 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2025446 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2025447 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\, dataDir=data\}
   [junit4]   2> 2025448 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection2, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\, dataDir=data\}
   [junit4]   2> 2025448 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, transient=on, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection3, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\, dataDir=data\}
   [junit4]   2> 2025449 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection4, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection4\, dataDir=data\}
   [junit4]   2> 2025450 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection5, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\, dataDir=data\}
   [junit4]   2> 2025451 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection6, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection6\, dataDir=data\}
   [junit4]   2> 2025451 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection7, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection7\, dataDir=data\}
   [junit4]   2> 2025452 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection8, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection8\, dataDir=data\}
   [junit4]   2> 2025452 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection9, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection9\, dataDir=data\}
   [junit4]   2> 2025453 INFO  (coreLoadExecutor-6308-thread-3) [    ] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\'
   [junit4]   2> 2025472 INFO  (coreLoadExecutor-6308-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2025474 INFO  (coreLoadExecutor-6308-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2025478 INFO  (coreLoadExecutor-6308-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2025479 INFO  (coreLoadExecutor-6308-thread-3) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\conf\schema.xml
   [junit4]   2> 2025481 INFO  (coreLoadExecutor-6308-thread-3) [    ] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 2025484 INFO  (coreLoadExecutor-6308-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2025487 INFO  (coreLoadExecutor-6308-thread-3) [    ] 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\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\conf'
   [junit4]   2> 2025487 INFO  (coreLoadExecutor-6308-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\
   [junit4]   2> 2025487 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2025487 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\], dataDir=[null]
   [junit4]   2> 2025488 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 2025488 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\
   [junit4]   2> 2025488 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] 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\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\index/
   [junit4]   2> 2025488 WARN  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2025488 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\index
   [junit4]   2> 2025489 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=13.1806640625, floorSegmentMB=2.1015625, forceMergeDeletesPctAllowed=3.736925042427802, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2025489 INFO  (coreLoadExecutor-6308-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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\'
   [junit4]   2> 2025502 INFO  (coreLoadExecutor-6308-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2025504 INFO  (coreLoadExecutor-6308-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2025559 INFO  (coreLoadExecutor-6308-thread-2) [    ] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\'
   [junit4]   2> 2025561 INFO  (coreLoadExecutor-6308-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2025562 INFO  (coreLoadExecutor-6308-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\conf\schema.xml
   [junit4]   2> 2025564 INFO  (coreLoadExecutor-6308-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 2025566 INFO  (coreLoadExecutor-6308-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2025566 INFO  (coreLoadExecutor-6308-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\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\conf'
   [junit4]   2> 2025566 INFO  (coreLoadExecutor-6308-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\
   [junit4]   2> 2025566 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2025566 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\], dataDir=[null]
   [junit4]   2> 2025566 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 2025566 INFO  (coreLoadExecutor-6308-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\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\
   [junit4]   2> 2025566 INFO  (coreLoadExecutor-6308-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\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\index/
   [junit4]   2> 2025567 WARN  (coreLoadExecutor-6308-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\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2025567 INFO  (coreLoadExecutor-6308-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\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\index
   [junit4]   2> 2025567 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=13.1806640625, floorSegmentMB=2.1015625, forceMergeDeletesPctAllowed=3.736925042427802, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2025567 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27d2fbff lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@190ad9b1),segFN=segments_1,generation=1}
   [junit4]   2> 2025568 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2025573 INFO  (coreLoadExecutor-6308-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2025575 INFO  (coreLoadExecutor-6308-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2025579 INFO  (coreLoadExecutor-6308-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2025579 INFO  (coreLoadExecutor-6308-thread-2) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\conf\schema.xml
   [junit4]   2> 2025581 INFO  (coreLoadExecutor-6308-thread-2) [    ] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 2025583 INFO  (coreLoadExecutor-6308-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2025584 INFO  (coreLoadExecutor-6308-thread-2) [    ] 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\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\conf'
   [junit4]   2> 2025584 INFO  (coreLoadExecutor-6308-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\
   [junit4]   2> 2025585 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2025585 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\], dataDir=[null]
   [junit4]   2> 2025585 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 2025585 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\
   [junit4]   2> 2025585 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] 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\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\index/
   [junit4]   2> 2025585 WARN  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2025586 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\index
   [junit4]   2> 2025586 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=13.1806640625, floorSegmentMB=2.1015625, forceMergeDeletesPctAllowed=3.736925042427802, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2025588 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2025591 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025592 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025593 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025594 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025595 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@68fd5706 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c5018c1),segFN=segments_1,generation=1}
   [junit4]   2> 2025621 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2025621 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2025621 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2025620 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\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\
   [junit4]   2> 2025622 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2025623 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2025624 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025626 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025627 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025627 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025628 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2025629 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2025620 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@14ad8ceb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@26e55ee5),segFN=segments_1,generation=1}
   [junit4]   2> 2025629 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2025629 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2025629 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2025629 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.799088166998809]
   [junit4]   2> 2025630 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@68fd5706 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c5018c1),segFN=segments_1,generation=1}
   [junit4]   2> 2025630 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\
   [junit4]   2> 2025630 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2025630 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2025630 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.799088166998809]
   [junit4]   2> 2025630 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27d2fbff lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@190ad9b1),segFN=segments_1,generation=1}
   [junit4]   2> 2025630 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2025630 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2025631 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening Searcher@a79e29[collectionLazy2] main
   [junit4]   2> 2025631 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\conf
   [junit4]   2> 2025631 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\conf}
   [junit4]   2> 2025631 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\conf
   [junit4]   2> 2025632 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2025632 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2025632 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2025632 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 2025632 INFO  (coreLoadExecutor-6308-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 2025630 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2025633 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5b333797[collection1] main
   [junit4]   2> 2025633 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025633 INFO  (searcherExecutor-6311-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher Searcher@a79e29[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2025633 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy5 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\
   [junit4]   2> 2025633 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2025634 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025634 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\conf
   [junit4]   2> 2025634 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\conf}
   [junit4]   2> 2025634 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\conf
   [junit4]   2> 2025635 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025635 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2025635 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2025635 INFO  (coreLoadExecutor-6308-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2025635 INFO  (searcherExecutor-6310-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5b333797[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2025635 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025636 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2025637 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2025637 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2025637 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2025637 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.799088166998809]
   [junit4]   2> 2025638 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@14ad8ceb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@26e55ee5),segFN=segments_1,generation=1}
   [junit4]   2> 2025638 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2025638 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening Searcher@17e1fd83[collectionLazy5] main
   [junit4]   2> 2025639 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\conf
   [junit4]   2> 2025639 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\conf}
   [junit4]   2> 2025639 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\conf
   [junit4]   2> 2025639 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2025640 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2025640 INFO  (searcherExecutor-6309-thread-1-processing-x:collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher Searcher@17e1fd83[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2025640 INFO  (coreLoadExecutor-6308-thread-3) [    x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 2025644 INFO  (Thread-5438) [    ] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\'
   [junit4]   2> 2025657 INFO  (Thread-5438) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2025659 INFO  (Thread-5438) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2025672 INFO  (Thread-5438) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2025673 INFO  (Thread-5438) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\conf\schema.xml
   [junit4]   2> 2025675 INFO  (Thread-5438) [    ] o.a.s.s.IndexSchema [collectionLazy3] Schema name=tiny
   [junit4]   2> 2025677 INFO  (Thread-5438) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2025677 INFO  (Thread-5438) [    ] 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\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\conf'
   [junit4]   2> 2025677 INFO  (Thread-5438) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy3' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\
   [junit4]   2> 2025677 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2025678 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore [[collectionLazy3] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\], dataDir=[null]
   [junit4]   2> 2025678 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy3
   [junit4]   2> 2025678 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\
   [junit4]   2> 2025678 INFO  (Thread-5438) [    x:collectionLazy3] 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\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\index/
   [junit4]   2> 2025678 WARN  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2025678 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\index
   [junit4]   2> 2025679 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=13.1806640625, floorSegmentMB=2.1015625, forceMergeDeletesPctAllowed=3.736925042427802, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2025680 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5ec8c5ea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32f5d3e5),segFN=segments_1,generation=1}
   [junit4]   2> 2025681 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2025681 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy3 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\
   [junit4]   2> 2025681 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2025682 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2025684 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025684 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025685 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025686 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2025690 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2025690 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2025690 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2025691 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2025691 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.799088166998809]
   [junit4]   2> 2025691 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5ec8c5ea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32f5d3e5),segFN=segments_1,generation=1}
   [junit4]   2> 2025691 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2025691 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.s.SolrIndexSearcher Opening Searcher@75c7b3e3[collectionLazy3] main
   [junit4]   2> 2025691 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\conf
   [junit4]   2> 2025691 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\conf}
   [junit4]   2> 2025691 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\conf
   [junit4]   2> 2025691 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2025691 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2025692 INFO  (searcherExecutor-6321-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Registered new searcher Searcher@75c7b3e3[collectionLazy3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2025692 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.CoreContainer Opening transient core collectionLazy3
   [junit4]   2> 2025692 INFO  (Thread-5438) [    x:collectionLazy3] o.a.s.c.CoreContainer registering core: collectionLazy3
   [junit4]   2> 2025697 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=64111425
   [junit4]   2> 2025697 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2de0475e
   [junit4]   2> 2025697 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2025697 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2025698 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2025698 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2025698 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2025698 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2025698 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\index;done=false>>]
   [junit4]   2> 2025698 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\index
   [junit4]   2> 2025699 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\;done=false>>]
   [junit4]   2> 2025699 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection1\data\
   [junit4]   2> 2025699 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5]  CLOSING SolrCore org.apache.solr.core.SolrCore@2642c4e2
   [junit4]   2> 2025699 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy5] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2025699 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2025699 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2025699 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2025700 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Closing main searcher on request.
   [junit4]   2> 2025700 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2025700 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\;done=false>>]
   [junit4]   2> 2025700 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\
   [junit4]   2> 2025700 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\index;done=false>>]
   [junit4]   2> 2025700 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection5\data\index
   [junit4]   2> 2025700 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2ccf9b56
   [junit4]   2> 2025700 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy2] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2025700 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2025701 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2025701 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2025701 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Closing main searcher on request.
   [junit4]   2> 2025701 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2025701 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\;done=false>>]
   [junit4]   2> 2025701 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\
   [junit4]   2> 2025701 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\index;done=false>>]
   [junit4]   2> 2025701 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection2\data\index
   [junit4]   2> 2025702 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3]  CLOSING SolrCore org.apache.solr.core.SolrCore@17c64ff9
   [junit4]   2> 2025702 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2025702 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2025702 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2025702 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2025702 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Closing main searcher on request.
   [junit4]   2> 2025702 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2025702 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\index;done=false>>]
   [junit4]   2> 2025702 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\index
   [junit4]   2> 2025702 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\;done=false>>]
   [junit4]   2> 2025703 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-001\collection3\data\
   [junit4]   2> 2025703 INFO  (TEST-TestLazyCores.testRace-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 2025705 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 2025770 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\'
   [junit4]   2> 2025787 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.CoreContainer New CoreContainer 513801224
   [junit4]   2> 2025787 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\]
   [junit4]   2> 2025787 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\lib
   [junit4]   2> 2025787 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\lib).
   [junit4]   2> 2025793 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] 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> 2025795 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 2025795 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 2025795 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2025795 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2025795 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2025796 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection1\, dataDir=data\}
   [junit4]   2> 2025797 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection2, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection2\, dataDir=data\}
   [junit4]   2> 2025797 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, transient=on, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection3, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection3\, dataDir=data\}
   [junit4]   2> 2025798 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection4, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection4\, dataDir=data\}
   [junit4]   2> 2025798 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection5, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection5\, dataDir=data\}
   [junit4]   2> 2025799 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection6, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection6\, dataDir=data\}
   [junit4]   2> 2025799 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection7, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection7\, dataDir=data\}
   [junit4]   2> 2025799 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection8, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection8\, dataDir=data\}
   [junit4]   2> 2025800 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[E3E16A527DCA8EB0]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection9, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection9\, dataDir=data\}
   [junit4]   2> 2025801 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection1\'
   [junit4]   2> 2025801 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection2\'
   [junit4]   2> 2025801 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] 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.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection5\'
   [junit4]   2> 2025822 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2025822 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2025822 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2025824 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2025824 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2025824 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2025834 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2025834 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2025834 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2025834 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection2\conf\schema.xml
   [junit4]   2> 2025834 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection5\conf\schema.xml
   [junit4]   2> 2025834 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection1\conf\schema.xml
   [junit4]   2> 2025837 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 2025837 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 2025837 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 2025841 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2025841 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2025841 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2025844 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] 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\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection2\conf'
   [junit4]   2> 2025845 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection2\
   [junit4]   2> 2025845 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2025845 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection2\], dataDir=[null]
   [junit4]   2> 2025845 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 2025844 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] 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\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection1\conf'
   [junit4]   2> 2025845 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection1\
   [junit4]   2> 2025845 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection2\data\
   [junit4]   2> 2025845 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] 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\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection5\conf'
   [junit4]   2> 2025845 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection5\
   [junit4]   2> 2025845 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] 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\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection2\data\index/
   [junit4]   2> 2025846 WARN  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2025845 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2025847 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection2\data\index
   [junit4]   2> 2025847 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection1\], dataDir=[null]
   [junit4]   2> 2025847 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=13.1806640625, floorSegmentMB=2.1015625, forceMergeDeletesPctAllowed=3.736925042427802, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2025847 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 2025846 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2025847 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5db65362 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c6fe8e1),segFN=segments_1,generation=1}
   [junit4]   2> 2025847 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection5\], dataDir=[null]
   [junit4]   2> 2025847 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 2025847 INFO  (coreLoadExecutor-6330-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2025848 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection5\data\
   [junit4]   2> 2025848 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] 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\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection5\data\index/
   [junit4]   2> 2025848 WARN  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2025847 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection1\data\
   [junit4]   2> 2025848 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection5\data\index
   [junit4]   2> 2025848 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    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\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection1\data\index/
   [junit4]   2> 2025849 WARN  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2025848 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection2\data\
   [junit4]   2> 2025849 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_E3E16A527DCA8EB0-001\tempDir-002\collection1\data\index
   [junit4]   2> 2025849 INFO  (coreLoadExecutor-6330-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=13.1806640625, floorSegmentMB=2.1015625, forceMergeDeletesPctAllowed=3.736925042427802, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2025848 INFO  (coreLoadExecutor-6330-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=13.1806640625, floorSegmentMB=2.1015625, forceMergeDeletesPctAllowed=3.736925042427802, segmentsPerTier=29.

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

 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Aug 04, 2015 7:50:20 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=13295, name=searcherExecutor-6490-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Aug 04, 2015 7:50:24 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=13295, name=searcherExecutor-6490-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=3, maxDocsPerChunk=2, blockSize=916), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=3, blockSize=916)), sim=DefaultSimilarity, locale=tr_TR, timezone=Europe/Andorra
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=2,free=186783536,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetProperties, SuggestComponentTest, DistributedSuggestComponentTest, QueryEqualityTest, CloudMLTQParserTest, TestFoldingMultitermQuery, DocumentBuilderTest, MBeansHandlerTest, SpatialRPTFieldTypeTest, StandardRequestHandlerTest, TestPivotHelperCode, FastVectorHighlighterTest, IndexSchemaTest, TermsComponentTest, BigEndianAscendingWordDeserializerTest, StatelessScriptUpdateProcessorFactoryTest, SimplePostToolTest, ConnectionManagerTest, TestSchemaVersionResource, DistanceUnitsTest, TestMiniSolrCloudCluster, TestFuzzyAnalyzedSuggestions, TestScoreJoinQPNoScore, DistribJoinFromCollectionTest, TestManagedSchemaDynamicFieldResource, OpenExchangeRatesOrgProviderTest, FileBasedSpellCheckerTest, TestTolerantSearch, TestRandomFaceting, TestManagedSynonymFilterFactory, TestSolrDynamicMBean, TestManagedSchemaFieldResource, AssignTest, SolrRequestParserTest, DisMaxRequestHandlerTest, DistributedMLTComponentTest, OpenCloseCoreStressTest, TestStressUserVersions, ShardRoutingCustomTest, TestQuerySenderNoQuery, TestLMJelinekMercerSimilarityFactory, AsyncCallRequestStatusResponseTest, TestSimpleTrackingShardHandler, SmileWriterTest, TestMergePolicyConfig, TestSortingResponseWriter, TestExceedMaxTermLength, FullSolrCloudDistribCmdsTest, SignatureUpdateProcessorFactoryTest, TestConfig, TestDefaultStatsCache, TestBlendedInfixSuggestions, DateMathParserTest, TestReload, LeaderFailoverAfterPartitionTest, TestUtils, TestStandardQParsers, TestSolrConfigHandlerConcurrent, TestDistributedStatsComponentCardinality, TestOrdValues, StatsComponentTest, TestRemoteStreaming, VersionInfoTest, TestSuggestSpellingConverter, TestFastWriter, DebugComponentTest, TestMinMaxOnMultiValuedField, TestMacros, AddBlockUpdateTest, BitVectorTest, TestFieldResource, TestNamedUpdateProcessors, TestChildDocTransformer, TestDynamicLoading, HdfsLockFactoryTest, TestSimpleQParserPlugin, BasicZkTest, QueryParsingTest, HdfsThreadLeakTest, TestManagedSchemaFieldTypeResource, TestClusterStateMutator, SuggesterTSTTest, AnalyticsQueryTest, MinimalSchemaTest, AtomicUpdatesTest, DistributedDebugComponentTest, LeaderElectionIntegrationTest, ChaosMonkeySafeLeaderTest, TestFileDictionaryLookup, CachingDirectoryFactoryTest, CollectionReloadTest, TestMiniSolrCloudClusterSSL, ShardSplitTest, AnalyticsMergeStrategyTest, CdcrReplicationHandlerTest, EnumFieldTest, TestHighlightDedupGrouping, TestDefaultSimilarityFactory, TestSolrQueryParserDefaultOperatorResource, TestAddFieldRealTimeGet, TestConfigOverlay, UpdateRequestProcessorFactoryTest, CopyFieldTest, SpatialFilterTest, MultiThreadedOCPTest, HighlighterMaxOffsetTest, TestNoOpRegenerator, CollectionStateFormat2Test, ReturnFieldsTest, SpellCheckComponentTest, TestReplicaProperties, ZkSolrClientTest, CollectionTooManyReplicasTest, TestSchemaResource, StressHdfsTest, TestComplexPhraseQParserPlugin, TestManagedResource, SchemaVersionSpecificBehaviorTest, QueryResultKeyTest, TestConfigSetImmutable, HdfsChaosMonkeySafeLeaderTest, LoggingHandlerTest, TestRestManager, JsonLoaderTest, DistributedTermsComponentTest, BasicDistributedZk2Test, TestJoin, MoreLikeThisHandlerTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, RecoveryZkTest, TestReplicationHandler, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TestRealTimeGet, TestStressVersions, TestRangeQuery, SolrCoreTest, SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, TestFunctionQuery, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=E3E16A527DCA8EB0 -Dtests.slow=true -Dtests.locale=tr_TR -Dtests.timezone=Europe/Andorra -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E3E16A527DCA8EB0]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=13295, name=searcherExecutor-6490-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E3E16A527DCA8EB0]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=13295, name=searcherExecutor-6490-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E3E16A527DCA8EB0]:0)
   [junit4] Completed [411/529] on J1 in 147.94s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 378 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, 3 suite-level errors, 438 ignored (39 assumptions)

Total time: 55 minutes 24 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 (32bit/jdk1.8.0_51) - Build # 5103 - Failure!

Posted by Chris Hostetter <ho...@apache.org>.
I caused this in https://issues.apache.org/jira/browse/LUCENE-6609

digging in -- i could just supress the problematic codecs, but i'd like to 
refactor so only the problematic bits will be skipped in those cases and 
leave the bulk of the test running all the time.


: Date: Tue, 4 Aug 2015 02:24:51 +0000 (UTC)
: From: Policeman Jenkins Server <je...@thetaphi.de>
: Reply-To: dev@lucene.apache.org
: To: hossman@apache.org, dev@lucene.apache.org
: Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_51) - Build #
:     5103 - Failure!
: 
: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5103/
: Java: 32bit/jdk1.8.0_51 -client -XX:+UseConcMarkSweepGC
: 
: 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([44EFE5C0854BAE53:7EBD258F7D3938EF]: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@1a3e743
: 	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 10167 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_44EFE5C0854BAE53-001\init-core-data-001
:    [junit4]   2> 1213035 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
:    [junit4]   2> 1213035 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
:    [junit4]   2> 1213035 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213036 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213037 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213066 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
:    [junit4]   2> 1213071 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
:    [junit4]   2> 1213089 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
:    [junit4]   2> 1213090 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213094 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
:    [junit4]   2> 1213150 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
:    [junit4]   2> 1213156 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
:    [junit4]   2> 1213156 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
:    [junit4]   2> 1213165 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
:    [junit4]   2> 1213167 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
:    [junit4]   2> 1213170 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
:    [junit4]   2> 1213170 WARN  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
:    [junit4]   2> 1213171 WARN  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
:    [junit4]   2> 1213171 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
:    [junit4]   2> 1213171 WARN  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
:    [junit4]   2> 1213171 WARN  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
:    [junit4]   2> 1213171 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
:    [junit4]   2> 1213171 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213171 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213182 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 21289832
:    [junit4]   2> 1213182 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213182 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213182 WARN  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213188 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213191 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
:    [junit4]   2> 1213191 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
:    [junit4]   2> 1213191 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
:    [junit4]   2> 1213191 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
:    [junit4]   2> 1213192 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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_44EFE5C0854BAE53-001\init-core-data-001, shard=shard1}
:    [junit4]   2> 1213193 INFO  (coreLoadExecutor-2844-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> 1213193 INFO  (coreLoadExecutor-2844-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> 1213193 INFO  (coreLoadExecutor-2844-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> 1213211 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
:    [junit4]   2> 1213217 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
:    [junit4]   2> 1213229 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
:    [junit4]   2> 1213230 INFO  (coreLoadExecutor-2844-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> 1213233 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
:    [junit4]   2> 1213293 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
:    [junit4]   2> 1213298 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
:    [junit4]   2> 1213298 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
:    [junit4]   2> 1213303 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
:    [junit4]   2> 1213305 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
:    [junit4]   2> 1213306 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
:    [junit4]   2> 1213307 WARN  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
:    [junit4]   2> 1213307 WARN  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
:    [junit4]   2> 1213307 INFO  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
:    [junit4]   2> 1213307 WARN  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
:    [junit4]   2> 1213307 WARN  (coreLoadExecutor-2844-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
:    [junit4]   2> 1213309 INFO  (coreLoadExecutor-2844-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> 1213309 INFO  (coreLoadExecutor-2844-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> 1213309 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
:    [junit4]   2> 1213309 INFO  (coreLoadExecutor-2844-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> 1213310 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11ca870
:    [junit4]   2> 1213311 INFO  (coreLoadExecutor-2844-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_44EFE5C0854BAE53-001\init-core-data-001\
:    [junit4]   2> 1213311 INFO  (coreLoadExecutor-2844-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_44EFE5C0854BAE53-001\init-core-data-001\index/
:    [junit4]   2> 1213311 WARN  (coreLoadExecutor-2844-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_44EFE5C0854BAE53-001\init-core-data-001\index' doesn't exist. Creating new index...
:    [junit4]   2> 1213312 INFO  (coreLoadExecutor-2844-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_44EFE5C0854BAE53-001\init-core-data-001\index
:    [junit4]   2> 1213312 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
:    [junit4]   2> 1213314 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_1,generation=1}
:    [junit4]   2> 1213314 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
:    [junit4]   2> 1213317 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
:    [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
:    [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
:    [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
:    [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
:    [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
:    [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
:    [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
:    [junit4]   2> 1213318 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
:    [junit4]   2> 1213319 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
:    [junit4]   2> 1213319 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
:    [junit4]   2> 1213319 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
:    [junit4]   2> 1213320 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_44EFE5C0854BAE53-001\init-core-data-001\
:    [junit4]   2> 1213325 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
:    [junit4]   2> 1213326 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
:    [junit4]   2> 1213327 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
:    [junit4]   2> 1213328 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
:    [junit4]   2> 1213331 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
:    [junit4]   2> 1213333 INFO  (coreLoadExecutor-2844-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> 1213334 WARN  (coreLoadExecutor-2844-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> 1213334 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
:    [junit4]   2> 1213335 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
:    [junit4]   2> 1213335 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
:    [junit4]   2> 1213335 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
:    [junit4]   2> 1213335 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
:    [junit4]   2> 1213336 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
:    [junit4]   2> 1213337 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_1,generation=1}
:    [junit4]   2> 1213337 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
:    [junit4]   2> 1213337 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@11ef605[collection1] main
:    [junit4]   2> 1213338 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
:    [junit4]   2> 1213338 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
:    [junit4]   2> 1213338 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
:    [junit4]   2> 1213338 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
:    [junit4]   2> 1213348 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
:    [junit4]   2> 1213446 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
:    [junit4]   2> 1213446 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
:    [junit4]   2> 1213447 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
:    [junit4]   2> 1213447 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
:    [junit4]   2> 1213447 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
:    [junit4]   2> 1213447 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
:    [junit4]   2> 1213447 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
:    [junit4]   2> 1213447 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
:    [junit4]   2> 1213447 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1508536816198746112
:    [junit4]   2> 1213447 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
:    [junit4]   2> 1213448 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
:    [junit4]   2> 1213448 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
:    [junit4]   2> 1213449 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1508536816198746112
:    [junit4]   2> 1213449 INFO  (coreLoadExecutor-2844-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
:    [junit4]   2> 1213449 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
:    [junit4]   2> 1213449 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
:    [junit4]   2> 1213449 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
:    [junit4]   2> 1213450 INFO  (searcherExecutor-2845-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@11ef605[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 1213453 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSortJoinDocFreq
:    [junit4]   2> 1213455 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508536816206086144)} 0 2
:    [junit4]   2> 1213457 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1213457 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
:    [junit4]   2> 1213458 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
:    [junit4]   2> 1213458 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
:    [junit4]   2> 1213458 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 1
:    [junit4]   2> 1213461 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508536816210280448)]} 0 3
:    [junit4]   2> 1213462 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508536816214474752)]} 0 0
:    [junit4]   2> 1213462 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1213469 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_1,generation=1}
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_2,generation=2}
:    [junit4]   2> 1213469 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 2
:    [junit4]   2> 1213470 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@199948d[collection1] main
:    [junit4]   2> 1213471 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
:    [junit4]   2> 1213472 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@199948d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c2)))}
:    [junit4]   2> 1213473 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 15
:    [junit4]   2> 1213477 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508536816226009088)]} 0 5
:    [junit4]   2> 1213478 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508536816231251968)]} 0 0
:    [junit4]   2> 1213478 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1213482 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_2,generation=2}
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_3,generation=3}
:    [junit4]   2> 1213482 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 3
:    [junit4]   2> 1213483 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@16d5986[collection1] main
:    [junit4]   2> 1213484 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
:    [junit4]   2> 1213486 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@16d5986[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c2) Uninverting(_1(6.0.0):c2)))}
:    [junit4]   2> 1213487 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 11
:    [junit4]   2> 1213487 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] 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=1 
:    [junit4]   2> 1213493 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] 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=5 
:    [junit4]   2> 1213494 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] 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> 1213495 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSortJoinDocFreq
:    [junit4]   2> 1213497 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
:    [junit4]   2> 1213499 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@90ad5f[collection1] realtime
:    [junit4]   2> 1213499 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508536816251174912)} 0 2
:    [junit4]   2> 1213500 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1213500 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_3,generation=3}
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_4,generation=4}
:    [junit4]   2> 1213500 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 4
:    [junit4]   2> 1213500 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@99e2af[collection1] main
:    [junit4]   2> 1213500 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
:    [junit4]   2> 1213502 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@99e2af[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 1213502 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 4
:    [junit4]   2> 1213506 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508536816257466368)]} 0 3
:    [junit4]   2> 1213506 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508536816260612096)]} 0 0
:    [junit4]   2> 1213507 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508536816261660672)]} 0 0
:    [junit4]   2> 1213508 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508536816262709248)]} 0 0
:    [junit4]   2> 1213509 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1213515 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_4,generation=4}
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_5,generation=5}
:    [junit4]   2> 1213515 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 5
:    [junit4]   2> 1213516 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@803d63[collection1] main
:    [junit4]   2> 1213516 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
:    [junit4]   2> 1213518 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@803d63[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):c4)))}
:    [junit4]   2> 1213518 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 13
:    [junit4]   2> 1213519 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213520 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213523 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213524 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213526 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213527 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] 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> 1213528 INFO  (TEST-SortByFunctionTest.test-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
:    [junit4]   2> 1213530 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFieldSortSpecifiedAsFunction
:    [junit4]   2> 1213532 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@2c625d[collection1] realtime
:    [junit4]   2> 1213533 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508536816285777920)} 0 3
:    [junit4]   2> 1213533 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1213533 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_5,generation=5}
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_6,generation=6}
:    [junit4]   2> 1213533 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 6
:    [junit4]   2> 1213533 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@115e3d4[collection1] main
:    [junit4]   2> 1213534 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
:    [junit4]   2> 1213537 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@115e3d4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 1213538 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 7
:    [junit4]   2> 1213541 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508536816295215104)]} 0 2
:    [junit4]   2> 1213542 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508536816297312256)]} 0 0
:    [junit4]   2> 1213543 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508536816298360832)]} 0 0
:    [junit4]   2> 1213544 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508536816300457984)]} 0 0
:    [junit4]   2> 1213544 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[5 (1508536816300457985)]} 0 0
:    [junit4]   2> 1213545 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[6 (1508536816301506560)]} 0 0
:    [junit4]   2> 1213546 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[7 (1508536816302555136)]} 0 0
:    [junit4]   2> 1213547 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[8 (1508536816302555137)]} 0 0
:    [junit4]   2> 1213548 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[9 (1508536816303603712)]} 0 0
:    [junit4]   2> 1213548 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1213555 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_6,generation=6}
:    [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1194190 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@666bac),segFN=segments_7,generation=7}
:    [junit4]   2> 1213555 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.c.SolrCore newest commit generation = 7
:    [junit4]   2> 1213558 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1198852[collection1] main
:    [junit4]   2> 1213559 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.UpdateHandler end_commit_flush
:    [junit4]   2> 1213560 INFO  (searcherExecutor-2845-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1198852[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):c9)))}
:    [junit4]   2> 1213560 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 17
:    [junit4]   2> 1213561 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] 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> 1213566 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] 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> 1213584 ERROR (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] 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@1a3e743
:    [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> 1213585 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] 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=21 
:    [junit4]   2> 1213585 ERROR (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] 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@1a3e743
:    [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> 1213585 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[44EFE5C0854BAE53]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFieldSortSpecifiedAsFunction
:    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SortByFunctionTest -Dtests.method=testFieldSortSpecifiedAsFunction -Dtests.seed=44EFE5C0854BAE53 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Antarctica/South_Pole -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
:    [junit4] ERROR   0.06s J0 | SortByFunctionTest.testFieldSortSpecifiedAsFunction <<<
:    [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
:    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([44EFE5C0854BAE53:7EBD258F7D3938EF]: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@1a3e743
:    [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> 1213591 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
:    [junit4]   2> 1213591 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21289832
:    [junit4]   2> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@dfd497
:    [junit4]   2> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
:    [junit4]   2> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
:    [junit4]   2> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
:    [junit4]   2> 1213592 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
:    [junit4]   2> 1213614 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
:    [junit4]   2> 1213614 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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_44EFE5C0854BAE53-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_44EFE5C0854BAE53-001\init-core-data-001\index;done=false>>]
:    [junit4]   2> 1213614 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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_44EFE5C0854BAE53-001\init-core-data-001\index
:    [junit4]   2> 1213614 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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_44EFE5C0854BAE53-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_44EFE5C0854BAE53-001\init-core-data-001\;done=false>>]
:    [junit4]   2> 1213614 INFO  (SUITE-SortByFunctionTest-seed#[44EFE5C0854BAE53]-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_44EFE5C0854BAE53-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_44EFE5C0854BAE53-001
:    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {w_td1=PostingsFormat(name=Asserting), range_facet_l_dv=PostingsFormat(name=Memory doPackFST= true), multiDefault=Lucene50(blocksize=128), intDefault=FST50, y_td1=PostingsFormat(name=Memory doPackFST= true), range_facet_l=Lucene50(blocksize=128), primary_tl1=Lucene50(blocksize=128), id_s1=Lucene50(blocksize=128), _version_=FST50, z_td1=FST50, links_mfacet=FST50, f_t=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true), range_facet_i_dv=Lucene50(blocksize=128), text=PostingsFormat(name=Asserting), multi_l_dv=PostingsFormat(name=Memory doPackFST= true), x_td1=Lucene50(blocksize=128), secondary_tl1=FST50, timestamp=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Lucene50), multi_l_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=false,coord=cr
 azy): {}, locale=th, timezone=Antarctica/South_Pole
:    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_51 (32-bit)/cpus=3,threads=1,free=358417040,total=518979584
:    [junit4]   2> NOTE: All tests run in this JVM: [ConcurrentDeleteAndCreateCollectionTest, SolrCoreCheckLockOnStartupTest, TestArbitraryIndexDir, TestElisionMultitermQuery, TestNonDefinedSimilarityFactory, TestStressRecovery, TestAnalyzedSuggestions, TestRandomDVFaceting, TestRequestStatusCollectionAPI, MergeStrategyTest, TestReplicationHandler, SynonymTokenizerTest, LeaderElectionTest, TestCloudManagedSchemaConcurrent, CustomCollectionTest, DeleteReplicaTest, TestDynamicFieldCollectionResource, TestSolrIndexConfig, TestSerializedLuceneMatchVersion, TestDocumentBuilder, NoCacheHeaderTest, TestSurroundQueryParser, TestRawResponseWriter, NumericFieldsTest, BasicDistributedZkTest, ResponseLogComponentTest, TestFunctionQuery, UnloadDistributedZkTest, TestExtendedDismaxParser, DeleteLastCustomShardedReplicaTest, TestSolrQueryParserResource, AlternateDirectoryTest, TestJmxMonitoredMap, TestClassNameShortening, IndexSchemaRuntimeFieldTest, TestPerFieldSimilarity, SuggesterTest, TestColla
 pseQParserPlugin, DistributedFacetPivotLongTailTest, UUIDUpdateProcessorFallbackTest, ResponseHeaderTest, RequiredFieldsTest, TestIBSimilarityFactory, BlockDirectoryTest, SoftAutoCommitTest, TestRestoreCore, TestManagedStopFilterFactory, TestLazyCores, DateRangeFieldTest, DistributedIntervalFacetingTest, PrimUtilsTest, TestBinaryResponseWriter, DirectUpdateHandlerTest, LukeRequestHandlerTest, JSONWriterTest, SegmentsInfoRequestHandlerTest, SortByFunctionTest]
:    [junit4] Completed [155/529] on J0 in 0.60s, 3 tests, 1 error <<< FAILURES!
: 
: [...truncated 1189 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: 73 minutes 20 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
: 
: 
: 

-Hoss