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 18:10:37 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2582 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2582/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -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([2BBEEE596BC7E1A5:11EC2E1693B57719]: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@7d97a1e0
	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 10350 lines...]
   [junit4] Suite: org.apache.solr.search.function.SortByFunctionTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001
   [junit4]   2> 1036308 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1036308 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1036309 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1036309 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1036309 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1036352 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1036362 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1036391 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1036391 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1036402 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1036480 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1036485 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1036486 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1036490 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1036492 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1036493 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1036494 WARN  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1036494 WARN  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1036494 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1036494 WARN  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1036495 WARN  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1036495 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1036495 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1036495 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 1036513 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1021843279
   [junit4]   2> 1036513 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 1036513 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 1036513 WARN  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib).
   [junit4]   2> 1036518 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-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> 1036522 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1036522 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1036522 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1036522 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1036524 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-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=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1036524 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1036525 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1036525 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1036540 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1036546 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1036568 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1036569 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1036572 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1036643 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1036646 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1036647 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1036650 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1036651 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1036653 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1036653 WARN  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1036653 WARN  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1036653 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1036653 WARN  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1036654 WARN  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1036655 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1036655 INFO  (coreLoadExecutor-3234-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1036655 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1036655 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 1036656 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a59463b
   [junit4]   2> 1036656 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001
   [junit4]   2> 1036656 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001/index/
   [junit4]   2> 1036656 WARN  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1036657 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001/index
   [junit4]   2> 1036657 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=35.533203125, floorSegmentMB=1.7724609375, forceMergeDeletesPctAllowed=1.5166336967606686, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2061243205462729
   [junit4]   2> 1036657 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_1,generation=1}
   [junit4]   2> 1036657 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1036658 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001/
   [junit4]   2> 1036662 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1036662 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1036662 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1036662 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1036662 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1036662 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1036663 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1036663 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1036663 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1036663 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1036663 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1036663 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1036666 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1036667 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1036668 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1036669 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1036672 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1036673 INFO  (coreLoadExecutor-3234-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> 1036674 WARN  (coreLoadExecutor-3234-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> 1036674 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1036675 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1036675 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1036676 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1036676 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1036676 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4658744242662237]
   [junit4]   2> 1036676 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_1,generation=1}
   [junit4]   2> 1036676 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1036676 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@16db620f[collection1] main
   [junit4]   2> 1036677 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1036677 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1036677 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1036677 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1036691 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1036715 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1036715 INFO  (searcherExecutor-3235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1036716 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1036716 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1036716 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1036716 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1508588921741639680
   [junit4]   2> 1036716 INFO  (searcherExecutor-3235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1036716 INFO  (searcherExecutor-3235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1036716 INFO  (searcherExecutor-3235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1036717 INFO  (searcherExecutor-3235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1036717 INFO  (searcherExecutor-3235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1036718 INFO  (searcherExecutor-3235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1036718 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1508588921741639680
   [junit4]   2> 1036718 INFO  (searcherExecutor-3235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1036718 INFO  (coreLoadExecutor-3234-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1036718 INFO  (searcherExecutor-3235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1036719 INFO  (searcherExecutor-3235-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@16db620f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1036719 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1036722 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1036725 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508588921747931136)} 0 3
   [junit4]   2> 1036726 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036726 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1036727 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 1036727 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1036727 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 1
   [junit4]   2> 1036729 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508588921753174016)]} 0 1
   [junit4]   2> 1036729 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508588921755271168)]} 0 0
   [junit4]   2> 1036729 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508588921755271169)]} 0 0
   [junit4]   2> 1036730 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508588921756319744)]} 0 0
   [junit4]   2> 1036730 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036734 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_2,generation=2}
   [junit4]   2> 1036735 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1036737 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@48bb5d48[collection1] main
   [junit4]   2> 1036737 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1036738 INFO  (searcherExecutor-3235-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@48bb5d48[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c4)))}
   [junit4]   2> 1036738 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 1036739 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&fl=*,score&wt=xml} hits=4 status=0 QTime=1 
   [junit4]   2> 1036742 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] 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> 1036743 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] 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> 1036745 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] 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=1 
   [junit4]   2> 1036746 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] 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> 1036747 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] 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=1 
   [junit4]   2> 1036748 INFO  (TEST-SortByFunctionTest.test-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 1036751 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSortJoinDocFreq
   [junit4]   2> 1036753 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@4229468a[collection1] realtime
   [junit4]   2> 1036753 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508588921778339840)} 0 2
   [junit4]   2> 1036754 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036758 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_3,generation=3}
   [junit4]   2> 1036758 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore newest commit generation = 3
   [junit4]   2> 1036758 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@24c9848a[collection1] main
   [junit4]   2> 1036759 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1036761 INFO  (searcherExecutor-3235-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@24c9848a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1036767 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 12
   [junit4]   2> 1036769 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508588921795117056)]} 0 1
   [junit4]   2> 1036769 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508588921797214208)]} 0 0
   [junit4]   2> 1036769 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036771 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_4,generation=4}
   [junit4]   2> 1036771 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore newest commit generation = 4
   [junit4]   2> 1036772 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@297b1aae[collection1] main
   [junit4]   2> 1036773 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1036773 INFO  (searcherExecutor-3235-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@297b1aae[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c2)))}
   [junit4]   2> 1036774 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 1036775 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508588921802457088)]} 0 1
   [junit4]   2> 1036775 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508588921803505664)]} 0 0
   [junit4]   2> 1036776 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036779 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_5,generation=5}
   [junit4]   2> 1036779 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore newest commit generation = 5
   [junit4]   2> 1036779 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@2b9c64ea[collection1] main
   [junit4]   2> 1036781 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1036784 INFO  (searcherExecutor-3235-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b9c64ea[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c2) Uninverting(_2(6.0.0):c2)))}
   [junit4]   2> 1036785 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> 1036789 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] 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=3 
   [junit4]   2> 1036797 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] 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=6 
   [junit4]   2> 1036797 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] 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> 1036807 INFO  (TEST-SortByFunctionTest.testSortJoinDocFreq-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSortJoinDocFreq
   [junit4]   2> 1036810 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFieldSortSpecifiedAsFunction
   [junit4]   2> 1036812 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@2697baa2[collection1] realtime
   [junit4]   2> 1036812 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1508588921840205824)} 0 2
   [junit4]   2> 1036812 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036813 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_6,generation=6}
   [junit4]   2> 1036813 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore newest commit generation = 6
   [junit4]   2> 1036813 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@596104[collection1] main
   [junit4]   2> 1036813 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1036814 INFO  (searcherExecutor-3235-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@596104[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1036815 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1036818 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1508588921845448704)]} 0 2
   [junit4]   2> 1036818 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1508588921848594432)]} 0 0
   [junit4]   2> 1036819 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1508588921849643008)]} 0 0
   [junit4]   2> 1036819 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1508588921849643009)]} 0 0
   [junit4]   2> 1036819 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[5 (1508588921849643010)]} 0 0
   [junit4]   2> 1036820 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[6 (1508588921850691584)]} 0 0
   [junit4]   2> 1036820 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[7 (1508588921850691585)]} 0 0
   [junit4]   2> 1036820 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[8 (1508588921850691586)]} 0 0
   [junit4]   2> 1036821 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[9 (1508588921851740160)]} 0 0
   [junit4]   2> 1036821 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1036824 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_6,generation=6}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@425d8c0d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@757d092f),segFN=segments_7,generation=7}
   [junit4]   2> 1036824 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.c.SolrCore newest commit generation = 7
   [junit4]   2> 1036825 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@208134b4[collection1] main
   [junit4]   2> 1036826 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1036827 INFO  (searcherExecutor-3235-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@208134b4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):c9)))}
   [junit4]   2> 1036827 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 1036828 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] 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> 1036832 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] 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> 1036851 ERROR (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] 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@7d97a1e0
   [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> 1036853 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] 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> 1036853 ERROR (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] 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@7d97a1e0
   [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> 1036854 INFO  (TEST-SortByFunctionTest.testFieldSortSpecifiedAsFunction-seed#[2BBEEE596BC7E1A5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFieldSortSpecifiedAsFunction
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SortByFunctionTest -Dtests.method=testFieldSortSpecifiedAsFunction -Dtests.seed=2BBEEE596BC7E1A5 -Dtests.slow=true -Dtests.locale=nl_NL -Dtests.timezone=Asia/Calcutta -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([2BBEEE596BC7E1A5:11EC2E1693B57719]: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@7d97a1e0
   [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> 1036863 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1036863 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1021843279
   [junit4]   2> 1036863 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@527d5965
   [junit4]   2> 1036864 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-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> 1036864 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1036864 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1036865 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1036866 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1036880 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1036880 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1036880 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001/index
   [junit4]   2> 1036880 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001;done=false>>]
   [junit4]   2> 1036880 INFO  (SUITE-SortByFunctionTest-seed#[2BBEEE596BC7E1A5]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.function.SortByFunctionTest_2BBEEE596BC7E1A5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {w_td1=FSTOrd50, range_facet_l_dv=PostingsFormat(name=Memory doPackFST= false), multiDefault=Lucene50(blocksize=128), intDefault=PostingsFormat(name=Memory doPackFST= true), y_td1=PostingsFormat(name=Memory doPackFST= false), range_facet_l=Lucene50(blocksize=128), primary_tl1=Lucene50(blocksize=128), id_s1=Lucene50(blocksize=128), _version_=PostingsFormat(name=Memory doPackFST= true), z_td1=PostingsFormat(name=Memory doPackFST= true), f_t=PostingsFormat(name=Memory doPackFST= false), links_mfacet=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= false), range_facet_i_dv=Lucene50(blocksize=128), text=FSTOrd50, multi_l_dv=PostingsFormat(name=Memory doPackFST= false), x_td1=Lucene50(blocksize=128), secondary_tl1=PostingsFormat(name=Memory doPackFST= true), 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=DefaultSimilarity, locale=nl_NL, timezone=Asia/Calcutta
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=1,free=274957312,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TimeZoneUtilsTest, DistanceFunctionTest, TestInitQParser, BasicDistributedZkTest, CacheHeaderTest, TestDynamicFieldCollectionResource, PrimUtilsTest, UUIDFieldTest, TestBlobHandler, RuleEngineTest, HttpPartitionTest, TestFieldTypeResource, SegmentsInfoRequestHandlerTest, TestHashPartitioner, TestCollationField, DirectSolrConnectionTest, TestNonDefinedSimilarityFactory, SynonymTokenizerTest, SOLR749Test, TestStressLucene, OverriddenZkACLAndCredentialsProvidersTest, ExitableDirectoryReaderTest, TestObjectReleaseTracker, DistributedExpandComponentTest, TestIntervalFaceting, TestCSVLoader, TestQueryUtils, UniqFieldsUpdateProcessorFactoryTest, CoreAdminCreateDiscoverTest, TestBinaryField, AlternateDirectoryTest, TestFieldCollectionResource, TestCopyFieldCollectionResource, DefaultValueUpdateProcessorTest, ShowFileRequestHandlerTest, ExplicitHLLTest, VMParamsZkACLAndCredentialsProvidersTest, TestCursorMarkWithoutUniqueKey, TestOmitPositions, TestSolrConfigHandlerCloud, ActionThrottleTest, HdfsWriteToMultipleCollectionsTest, DeleteInactiveReplicaTest, TestDistributedMissingSort, TestReplicationHandler, TestRTimer, BadCopyFieldTest, DistributedIntervalFacetingTest, TestLeaderElectionZkExpiry, DeleteShardTest, RecoveryZkTest, TestRequestStatusCollectionAPI, TestLRUCache, ZkControllerTest, SimpleFacetsTest, InfoHandlerTest, AnalysisAfterCoreReloadTest, SharedFSAutoReplicaFailoverTest, TestDownShardTolerantSearch, TestInitParams, CursorMarkTest, TestPostingsSolrHighlighter, DistributedFacetPivotSmallTest, CursorPagingTest, TestIndexSearcher, TestXIncludeConfig, TestFastLRUCache, SolrIndexSplitterTest, IndexSchemaRuntimeFieldTest, TestQueryTypes, DocValuesTest, TestSweetSpotSimilarityFactory, LeaderInitiatedRecoveryOnCommitTest, TestShardHandlerFactory, TestNRTOpen, AddSchemaFieldsUpdateProcessorFactoryTest, TestFaceting, TestExactSharedStatsCache, DeleteLastCustomShardedReplicaTest, TestElisionMultitermQuery, TestCloudSchemaless, TestStressRecovery, TestExpandComponent, TestPhraseSuggestions, NumericFieldsTest, ZkStateWriterTest, TestCustomSort, SuggesterTest, DocValuesMultiTest, HdfsBasicDistributedZkTest, OverseerStatusTest, BufferStoreTest, TestRawResponseWriter, SparseHLLTest, TestGroupingSearch, SortByFunctionTest]
   [junit4] Completed [233/529] on J0 in 0.60s, 3 tests, 1 error <<< FAILURES!

[...truncated 938 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:716: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:660: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:230: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:514: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1429: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:984: There were test failures: 529 suites, 2098 tests, 1 error, 70 ignored (29 assumptions)

Total time: 71 minutes 23 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-MacOSX (64bit/jdk1.8.0) - Build # 2583 - Still Failing!

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

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 /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr  Starting up Solr on port 52923 using command: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/bin/solr start -p 52923 -s "temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr"   Setup new core instance directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts  Creating new core 'techproducts' using command: http://localhost:52923/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts  {   "responseHeader":{     "status":0,     "QTime":673},   "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:52923/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 /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr

Starting up Solr on port 52923 using command:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/bin/solr start -p 52923 -s "temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr"


Setup new core instance directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts

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

{
  "responseHeader":{
    "status":0,
    "QTime":673},
  "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:52923/solr to visit the Solr Admin UI

	at __randomizedtesting.SeedInfo.seed([A19C56ED028336A8:2B4B865518610E37]: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 10040 lines...]
   [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/init-core-data-001
   [junit4]   2> 853280 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemalessExample
   [junit4]   2> 853281 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    ] o.a.s.u.TestSolrCLIRunExample Selected port 52914 to start schemaless example Solr instance on ...
   [junit4]   2> 853382 INFO  (Thread-1265) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 853386 INFO  (Thread-1265) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@265f1fc{/solr,null,AVAILABLE}
   [junit4]   2> 853389 INFO  (Thread-1265) [    ] o.e.j.s.ServerConnector Started ServerConnector@366db7ff{HTTP/1.1}{127.0.0.1:52914}
   [junit4]   2> 853389 INFO  (Thread-1265) [    ] o.e.j.s.Server Started @858739ms
   [junit4]   2> 853389 INFO  (Thread-1265) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52914}
   [junit4]   2> 853389 INFO  (Thread-1265) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 853389 INFO  (Thread-1265) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/'
   [junit4]   2> 853397 WARN  (qtp804566508-5593) [    ] o.e.j.s.ServletHandler /solr/admin/info/system
   [junit4]   2> java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:253)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:195)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:106)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]   2> 	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:499)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 853412 INFO  (Thread-1265) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/solr.xml
   [junit4]   2> 853417 INFO  (Thread-1265) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr
   [junit4]   2> 853417 INFO  (Thread-1265) [    ] o.a.s.c.CoreContainer New CoreContainer 1470078088
   [junit4]   2> 853417 INFO  (Thread-1265) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/]
   [junit4]   2> 853418 INFO  (Thread-1265) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/lib
   [junit4]   2> 853418 WARN  (Thread-1265) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/lib).
   [junit4]   2> 853424 INFO  (Thread-1265) [    ] 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> 853424 INFO  (Thread-1265) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 853425 INFO  (Thread-1265) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 853425 INFO  (Thread-1265) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 853425 INFO  (Thread-1265) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 853427 INFO  (Thread-1265) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr
   [junit4]   2> 853427 INFO  (Thread-1265) [    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 853428 INFO  (Thread-1265) [    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 853428 INFO  (Thread-1265) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 855445 INFO  (qtp804566508-5595) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=38 
   [junit4]   2> 855453 INFO  (qtp804566508-5597) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0 
   [junit4]   2> 855476 INFO  (qtp804566508-5593) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=17 
   [junit4]   2> 855498 INFO  (qtp804566508-5594) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=17 
   [junit4]   2> 855501 INFO  (qtp804566508-5596) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0 
   [junit4]   2> 855541 INFO  (qtp804566508-5598) [    ] o.a.s.h.a.CoreAdminHandler core create command name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json
   [junit4]   2> 855541 INFO  (qtp804566508-5598) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=gettingstarted, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=gettingstarted, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/, dataDir=data/}
   [junit4]   2> 855542 INFO  (qtp804566508-5598) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/'
   [junit4]   2> 855570 INFO  (qtp804566508-5598) [    ] o.a.s.c.SolrConfig current version of requestparams : 0
   [junit4]   2> 855570 INFO  (qtp804566508-5598) [    ] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 855572 WARN  (qtp804566508-5598) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/extraction/lib).
   [junit4]   2> 855573 WARN  (qtp804566508-5598) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist).
   [junit4]   2> 855574 WARN  (qtp804566508-5598) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/clustering/lib).
   [junit4]   2> 855574 WARN  (qtp804566508-5598) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist).
   [junit4]   2> 855574 WARN  (qtp804566508-5598) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/langid/lib).
   [junit4]   2> 855574 WARN  (qtp804566508-5598) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist).
   [junit4]   2> 855575 WARN  (qtp804566508-5598) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/../../../../contrib/velocity/lib).
   [junit4]   2> 855575 WARN  (qtp804566508-5598) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/../../../../dist).
   [junit4]   2> 855593 INFO  (qtp804566508-5598) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 855636 INFO  (qtp804566508-5598) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 855638 INFO  (qtp804566508-5598) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/conf/managed-schema
   [junit4]   2> 855642 INFO  (qtp804566508-5598) [    ] o.a.s.s.IndexSchema [gettingstarted] Schema name=example-data-driven-schema
   [junit4]   2> 855863 INFO  (qtp804566508-5598) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 855978 INFO  (qtp804566508-5598) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 855991 INFO  (qtp804566508-5598) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 856020 INFO  (qtp804566508-5598) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/conf'
   [junit4]   2> 856020 INFO  (qtp804566508-5598) [    ] o.a.s.c.CoreContainer Creating SolrCore 'gettingstarted' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/
   [junit4]   2> 856020 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 856021 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/], dataDir=[null]
   [junit4]   2> 856021 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dec98cd
   [junit4]   2> 856035 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 856036 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 856036 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data
   [junit4]   2> 856036 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data/index/
   [junit4]   2> 856036 WARN  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data/index' doesn't exist. Creating new index...
   [junit4]   2> 856037 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data/index
   [junit4]   2> 856037 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ae38d09 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5267f3d3),segFN=segments_1,generation=1}
   [junit4]   2> 856037 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 856038 INFO  (OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore Looking for old index directories to cleanup for core gettingstarted in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data/
   [junit4]   2> 856039 WARN  (OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 856053 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.PluginBag queryResponseWriter : 'velocity' created with startup=lazy 
   [junit4]   2> 856071 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 856190 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 856781 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 856785 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 856786 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 856786 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 856787 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 856869 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/update/extract' created with startup=lazy 
   [junit4]   2> 856869 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/analysis/field' created with startup=lazy 
   [junit4]   2> 856869 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/analysis/document' created with startup=lazy 
   [junit4]   2> 856869 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/spell' created with startup=lazy 
   [junit4]   2> 856869 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/tvrh' created with startup=lazy 
   [junit4]   2> 856869 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/terms' created with startup=lazy 
   [junit4]   2> 856869 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/elevate' created with startup=lazy 
   [junit4]   2> 856869 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/browse,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/elevate,/update/json,/admin/threads,/query,/analysis/field,/analysis/document,/spell,/update/csv,/sql,/tvrh,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump,/terms,/update/extract
   [junit4]   2> 856870 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 856871 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 856871 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 856872 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 856872 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 856873 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ae38d09 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5267f3d3),segFN=segments_1,generation=1}
   [junit4]   2> 856873 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 856873 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.s.SolrIndexSearcher Opening Searcher@3b8cb8c1[gettingstarted] main
   [junit4]   2> 856873 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/conf
   [junit4]   2> 856873 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/conf}
   [junit4]   2> 856874 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/conf
   [junit4]   2> 856874 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 856874 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 856894 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 856895 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default converter
   [junit4]   2> 856895 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/conf/elevate.xml
   [junit4]   2> 856967 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 857012 INFO  (searcherExecutor-1759-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore QuerySenderListener sending requests to Searcher@3b8cb8c1[gettingstarted] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 857012 INFO  (searcherExecutor-1759-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore QuerySenderListener done.
   [junit4]   2> 857012 INFO  (searcherExecutor-1759-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 857012 INFO  (searcherExecutor-1759-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 857012 INFO  (searcherExecutor-1759-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Registered new searcher Searcher@3b8cb8c1[gettingstarted] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 857013 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 857013 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 857013 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 857013 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1508607731152453632
   [junit4]   2> 857015 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1508607731152453632
   [junit4]   2> 857015 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.c.CoreContainer registering core: gettingstarted
   [junit4]   2> 857015 INFO  (qtp804566508-5598) [    x:gettingstarted] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json} status=0 QTime=1474 
   [junit4]   2> 857018 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@366db7ff{HTTP/1.1}{127.0.0.1:52914}
   [junit4]   2> 857018 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1470078088
   [junit4]   2> 857019 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted]  CLOSING SolrCore org.apache.solr.core.SolrCore@fc878b7
   [junit4]   2> 857019 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommit maxTime=15000ms,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 857020 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 857020 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 857020 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 857021 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Closing main searcher on request.
   [junit4]   2> 857032 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 857033 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data;done=false>>]
   [junit4]   2> 857033 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data
   [junit4]   2> 857033 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data/index;done=false>>]
   [junit4]   2> 857033 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-001/schemaless/solr/gettingstarted/data/index
   [junit4]   2> 857035 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    x:gettingstarted] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@265f1fc{/solr,null,UNAVAILABLE}
   [junit4]   2> 857036 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    ] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on port 52914
   [junit4]   2> 857036 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[A19C56ED028336A8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample
   [junit4]   2> 857038 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTechproductsExample
   [junit4]   2> 857038 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    ] o.a.s.u.TestSolrCLIRunExample Selected port 52923 to start techproducts example Solr instance on ...
   [junit4]   2> 857044 INFO  (Thread-1280) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 857070 INFO  (Thread-1280) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4670e40f{/solr,null,AVAILABLE}
   [junit4]   2> 867073 INFO  (Thread-1280) [    ] o.e.j.s.ServerConnector Started ServerConnector@2b019a9c{HTTP/1.1}{127.0.0.1:52923}
   [junit4]   2> 867073 INFO  (Thread-1280) [    ] o.e.j.s.Server Started @872423ms
   [junit4]   2> 867073 INFO  (Thread-1280) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52923}
   [junit4]   2> 867074 INFO  (Thread-1280) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 867074 INFO  (Thread-1280) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/'
   [junit4]   2> 867091 INFO  (Thread-1280) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/solr.xml
   [junit4]   2> 867096 INFO  (Thread-1280) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr
   [junit4]   2> 867096 INFO  (Thread-1280) [    ] o.a.s.c.CoreContainer New CoreContainer 411219025
   [junit4]   2> 867096 INFO  (Thread-1280) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/]
   [junit4]   2> 867096 INFO  (Thread-1280) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/lib
   [junit4]   2> 867096 WARN  (Thread-1280) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/lib).
   [junit4]   2> 867102 INFO  (Thread-1280) [    ] 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> 867103 INFO  (Thread-1280) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 867103 INFO  (Thread-1280) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 867103 INFO  (Thread-1280) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 867103 INFO  (Thread-1280) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 867111 INFO  (Thread-1280) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr
   [junit4]   2> 867112 INFO  (Thread-1280) [    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 867113 INFO  (Thread-1280) [    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 867113 INFO  (Thread-1280) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 872104 INFO  (qtp683719800-5615) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=27 
   [junit4]   2> 872108 INFO  (qtp683719800-5617) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={core=techproducts&action=STATUS&wt=json} status=0 QTime=0 
   [junit4]   2> 872139 INFO  (qtp683719800-5616) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=24 
   [junit4]   2> 872165 INFO  (qtp683719800-5619) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=22 
   [junit4]   2> 872173 INFO  (qtp683719800-5614) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={core=techproducts&action=STATUS&wt=json} status=0 QTime=0 
   [junit4]   2> 872314 INFO  (qtp683719800-5618) [    ] o.a.s.h.a.CoreAdminHandler core create command name=techproducts&action=CREATE&instanceDir=techproducts&wt=json
   [junit4]   2> 872314 INFO  (qtp683719800-5618) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=techproducts, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=techproducts, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/, dataDir=data/}
   [junit4]   2> 872314 INFO  (qtp683719800-5618) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/'
   [junit4]   2> 872348 INFO  (qtp683719800-5618) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 872348 INFO  (qtp683719800-5618) [    ] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 872349 WARN  (qtp683719800-5618) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/../../../../contrib/extraction/lib).
   [junit4]   2> 872349 WARN  (qtp683719800-5618) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/../../../../dist).
   [junit4]   2> 872350 WARN  (qtp683719800-5618) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/../../../../contrib/clustering/lib).
   [junit4]   2> 872350 WARN  (qtp683719800-5618) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/../../../../dist).
   [junit4]   2> 872351 WARN  (qtp683719800-5618) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/../../../../contrib/langid/lib).
   [junit4]   2> 872351 WARN  (qtp683719800-5618) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/../../../../dist).
   [junit4]   2> 872351 WARN  (qtp683719800-5618) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/../../../../contrib/velocity/lib).
   [junit4]   2> 872351 WARN  (qtp683719800-5618) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/../../../../dist).
   [junit4]   2> 872381 INFO  (qtp683719800-5618) [    ] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 872383 INFO  (qtp683719800-5618) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 872426 INFO  (qtp683719800-5618) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 872437 INFO  (qtp683719800-5618) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/conf/schema.xml
   [junit4]   2> 872449 INFO  (qtp683719800-5618) [    ] o.a.s.s.IndexSchema [techproducts] Schema name=example
   [junit4]   2> 872706 INFO  (qtp683719800-5618) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 872707 INFO  (qtp683719800-5618) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 872707 INFO  (qtp683719800-5618) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 872716 INFO  (qtp683719800-5618) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 872718 INFO  (qtp683719800-5618) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 872746 INFO  (qtp683719800-5618) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/conf'
   [junit4]   2> 872747 INFO  (qtp683719800-5618) [    ] o.a.s.c.CoreContainer Creating SolrCore 'techproducts' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/
   [junit4]   2> 872747 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 872747 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore [[techproducts] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/], dataDir=[null]
   [junit4]   2> 872747 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dec98cd
   [junit4]   2> 872748 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore [[techproducts] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 872748 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore [[techproducts] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}]
   [junit4]   2> 872749 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/data
   [junit4]   2> 872749 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/data/index/
   [junit4]   2> 872749 WARN  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore [techproducts] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/data/index' doesn't exist. Creating new index...
   [junit4]   2> 872750 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/data/index
   [junit4]   2> 872750 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp683719800-5618]: init: current segments file is "segments"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@b2cc2fc
   [junit4]   2> 872751 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp683719800-5618]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 872751 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp683719800-5618]: 0 msec to checkpoint
   [junit4]   2> 872751 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: init: create=true
   [junit4]   2> 872751 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@67e3982a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c874f68)
   [junit4]   2> index=
   [junit4]   2> version=6.0.0
   [junit4]   2> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene53
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@5c8368ad
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@275a89df
   [junit4]   2> 
   [junit4]   2> 872751 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: now flush at close
   [junit4]   2> 872752 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]:   start flush: applyAllDeletes=true
   [junit4]   2> 872752 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]:   index before flush 
   [junit4]   2> 872752 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp683719800-5618]: startFullFlush
   [junit4]   2> 872752 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp683719800-5618]: qtp683719800-5618 finishFullFlush success=true
   [junit4]   2> 872752 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: apply all deletes during flush
   [junit4]   2> 872752 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 872753 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [BD][qtp683719800-5618]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 872753 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][qtp683719800-5618]: initDynamicDefaults spins=false maxThreadCount=1 maxMergeCount=6
   [junit4]   2> 872753 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][qtp683719800-5618]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 872754 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][qtp683719800-5618]: now merge
   [junit4]   2> 872754 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][qtp683719800-5618]:   index: 
   [junit4]   2> 872754 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][qtp683719800-5618]:   no more merges pending; now return
   [junit4]   2> 872754 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: waitForMerges
   [junit4]   2> 872754 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: waitForMerges done
   [junit4]   2> 872754 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: commit: start
   [junit4]   2> 872754 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: commit: enter lock
   [junit4]   2> 872754 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: commit: now prepare
   [junit4]   2> 872755 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: prepareCommit: flush
   [junit4]   2> 872755 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]:   index before flush 
   [junit4]   2> 872755 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp683719800-5618]: startFullFlush
   [junit4]   2> 872755 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: apply all deletes during flush
   [junit4]   2> 872755 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 872755 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [BD][qtp683719800-5618]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 872755 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp683719800-5618]: qtp683719800-5618 finishFullFlush success=true
   [junit4]   2> 872756 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: startCommit(): start
   [junit4]   2> 872756 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: startCommit index= changeCount=2
   [junit4]   2> 872756 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: startCommit: wrote pending segments file "pending_segments_1"
   [junit4]   2> 872756 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: done all syncs: []
   [junit4]   2> 872756 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: commit: pendingCommit != null
   [junit4]   2> 872757 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: commit: done writing segments file "segments_1"
   [junit4]   2> 872757 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp683719800-5618]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 872757 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@67e3982a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c874f68),segFN=segments_1,generation=1}
   [junit4]   2> 872757 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 872757 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp683719800-5618]: 0 msec to checkpoint
   [junit4]   2> 872757 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: commit: took 2.8 msec
   [junit4]   2> 872758 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: commit: done
   [junit4]   2> 872758 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: rollback
   [junit4]   2> 872758 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: all running merges have aborted
   [junit4]   2> 872758 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: rollback: done finish merges
   [junit4]   2> 872758 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp683719800-5618]: abort
   [junit4]   2> 872758 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp683719800-5618]: done abort success=true
   [junit4]   2> 872759 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: rollback: infos=
   [junit4]   2> 872759 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp683719800-5618]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 872759 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp683719800-5618]: 0 msec to checkpoint
   [junit4]   2> 872760 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.PluginBag queryResponseWriter : 'velocity' created with startup=lazy 
   [junit4]   2> 872760 INFO  (OldIndexDirectoryCleanupThreadForCore-techproducts) [    x:techproducts] o.a.s.c.SolrCore Looking for old index directories to cleanup for core techproducts in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/data/
   [junit4]   2> 872760 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 872760 WARN  (OldIndexDirectoryCleanupThreadForCore-techproducts) [    x:techproducts] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 872818 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 872823 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 872826 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 872827 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 872828 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 872835 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/update/extract' created with startup=lazy 
   [junit4]   2> 872835 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/analysis/field' created with startup=lazy 
   [junit4]   2> 872835 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/analysis/document' created with startup=lazy 
   [junit4]   2> 872835 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/spell' created with startup=lazy 
   [junit4]   2> 872835 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/suggest' created with startup=lazy 
   [junit4]   2> 872835 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/tvrh' created with startup=lazy 
   [junit4]   2> 872836 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/terms' created with startup=lazy 
   [junit4]   2> 872836 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/elevate' created with startup=lazy 
   [junit4]   2> 872836 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/browse,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/elevate,/update/json,/admin/threads,/query,/analysis/field,/analysis/document,/spell,/update/csv,/sql,/tvrh,/select,/admin/segments,/admin/system,/suggest,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump,/terms,/update/extract
   [junit4]   2> 872838 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 872839 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 872839 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 872841 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 872841 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 872842 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp683719800-5618]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@b2cc2fc
   [junit4]   2> 872842 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp683719800-5618]: init: load commit "segments_1"
   [junit4]   2> 872843 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@67e3982a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c874f68),segFN=segments_1,generation=1}
   [junit4]   2> 872843 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 872843 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp683719800-5618]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 872843 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp683719800-5618]: 0 msec to checkpoint
   [junit4]   2> 872843 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: init: create=false
   [junit4]   2> 872843 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@67e3982a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c874f68)
   [junit4]   2> index=
   [junit4]   2> version=6.0.0
   [junit4]   2> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=APPEND
   [junit4]   2> similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene53
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@6e3f8954
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@2e468158
   [junit4]   2> 
   [junit4]   2> 872844 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: flush at getReader
   [junit4]   2> 872844 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp683719800-5618]: startFullFlush
   [junit4]   2> 872844 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: apply all deletes during flush
   [junit4]   2> 872844 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 872844 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [BD][qtp683719800-5618]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 872845 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 872845 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp683719800-5618]: qtp683719800-5618 finishFullFlush success=true
   [junit4]   2> 872845 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp683719800-5618]: getReader took 1 msec
   [junit4]   2> 872845 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.s.SolrIndexSearcher Opening Searcher@334c56b5[techproducts] main
   [junit4]   2> 872846 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/conf
   [junit4]   2> 872846 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/conf}
   [junit4]   2> 872846 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/conf
   [junit4]   2> 872846 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/conf
   [junit4]   2> 872846 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
   [junit4]   2> 872847 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.RestManager Initializing 2 registered ManagedResources
   [junit4]   2> 872847 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResourceStorage Reading _schema_analysis_stopwords_english.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/conf
   [junit4]   2> 872847 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/conf
   [junit4]   2> 872847 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for /schema/analysis/stopwords/english
   [junit4]   2> 872847 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResource Loaded 35 words for /schema/analysis/stopwords/english
   [junit4]   2> 872847 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResource Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 872847 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResourceStorage Reading _schema_analysis_synonyms_english.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/conf
   [junit4]   2> 872848 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/conf
   [junit4]   2> 872848 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
   [junit4]   2> 872851 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResource Loaded 3 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 872851 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.r.ManagedResource Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 872851 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 872852 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 872852 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default converter
   [junit4]   2> 872852 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 872859 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.s.s.SolrSuggester init: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 872965 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 872966 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001/tempDir-002/techproducts/solr/techproducts/conf/elevate.xml
   [junit4]   2> 872973 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 872974 INFO  (searcherExecutor-1770-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.c.SolrCore QuerySenderListener sending requests to Searcher@334c56b5[techproducts] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 872975 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 872975 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 872975 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 872975 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1508607747889823744
   [junit4]   2> 872985 INFO  (searcherExecutor-1770-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.c.S.Request [techproducts] webapp=null path=null params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=7 
   [junit4]   2> 872985 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.u.UpdateLog Took 10 ms to seed version buckets with highest version 1508607747889823744
   [junit4]   2> 872985 INFO  (searcherExecutor-1770-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.c.SolrCore QuerySenderListener done.
   [junit4]   2> 872985 INFO  (searcherExecutor-1770-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 872985 INFO  (searcherExecutor-1770-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 872985 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.c.CoreContainer registering core: techproducts
   [junit4]   2> 872986 INFO  (searcherExecutor-1770-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.c.SolrCore [techproducts] Registered new searcher Searcher@334c56b5[techproducts] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 872987 INFO  (qtp683719800-5618) [    x:techproducts] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={name=techproducts&action=CREATE&instanceDir=techproducts&wt=json} status=0 QTime=673 
   [junit4]   2> 872992 INFO  (qtp683719800-5615) [    x:techproducts] o.a.s.c.S.Request [techproducts] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 872993 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTechproductsExample
   [junit4]   2> 872994 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@2b019a9c{HTTP/1.1}{127.0.0.1:52923}
   [junit4]   2> 872994 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=411219025
   [junit4]   2> 872996 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.c.SolrCore [techproducts]  CLOSING SolrCore org.apache.solr.core.SolrCore@270e4eb0
   [junit4]   2> 872997 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommit maxTime=15000ms,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 872997 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 872997 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 872997 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 872997 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: now flush at close
   [junit4]   2> 872997 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]:   start flush: applyAllDeletes=true
   [junit4]   2> 872998 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]:   index before flush 
   [junit4]   2> 872998 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: startFullFlush
   [junit4]   2> 872999 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8] finishFullFlush success=true
   [junit4]   2> 872999 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: apply all deletes during flush
   [junit4]   2> 872999 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 872999 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [BD][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 872999 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: initDynamicDefaults spins=false maxThreadCount=1 maxMergeCount=6
   [junit4]   2> 873000 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 873000 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: now merge
   [junit4]   2> 873000 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]:   index: 
   [junit4]   2> 873000 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]:   no more merges pending; now return
   [junit4]   2> 873000 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: waitForMerges
   [junit4]   2> 873000 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: waitForMerges done
   [junit4]   2> 873000 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: commit: start
   [junit4]   2> 873000 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: commit: enter lock
   [junit4]   2> 873000 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: commit: now prepare
   [junit4]   2> 873000 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: prepareCommit: flush
   [junit4]   2> 873001 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]:   index before flush 
   [junit4]   2> 873001 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: startFullFlush
   [junit4]   2> 873001 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: apply all deletes during flush
   [junit4]   2> 873001 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 873001 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [BD][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 873001 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8] finishFullFlush success=true
   [junit4]   2> 873001 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: startCommit(): start
   [junit4]   2> 873001 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]:   skip startCommit(): no changes pending
   [junit4]   2> 873001 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: commit: pendingCommit == null; skip
   [junit4]   2> 873001 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: commit: took 1.0 msec
   [junit4]   2> 873002 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: commit: done
   [junit4]   2> 873002 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: rollback
   [junit4]   2> 873002 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: all running merges have aborted
   [junit4]   2> 873002 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: rollback: done finish merges
   [junit4]   2> 873002 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: abort
   [junit4]   2> 873002 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: done abort success=true
   [junit4]   2> 873002 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: rollback: infos=
   [junit4]   2> 873002 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 873002 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[A19C56ED028336A8]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][TEST-Test

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

lang.Thread.run(Thread.java:745)
   [junit4]   2> 885557 ERROR (zkCallback-1547-thread-3-processing-n:localhost:52962_solr) [n:localhost:52962_solr    ] o.a.s.s.ZkIndexSchemaReader 
   [junit4]   2> org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:350)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:350)
   [junit4]   2> 	at org.apache.solr.schema.ZkIndexSchemaReader.updateSchema(ZkIndexSchemaReader.java:104)
   [junit4]   2> 	at org.apache.solr.schema.ZkIndexSchemaReader.access$100(ZkIndexSchemaReader.java:36)
   [junit4]   2> 	at org.apache.solr.schema.ZkIndexSchemaReader$1.process(ZkIndexSchemaReader.java:68)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:209)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 885556 INFO  (zkCallback-1547-thread-4-processing-n:localhost:52962_solr) [n:localhost:52962_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDeleted path:/configs/testCloudExamplePrompt/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 885558 ERROR (zkCallback-1547-thread-4-processing-n:localhost:52962_solr) [n:localhost:52962_solr    ] o.a.s.s.ZkIndexSchemaReader 
   [junit4]   2> org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:350)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:350)
   [junit4]   2> 	at org.apache.solr.schema.ZkIndexSchemaReader.updateSchema(ZkIndexSchemaReader.java:104)
   [junit4]   2> 	at org.apache.solr.schema.ZkIndexSchemaReader.access$100(ZkIndexSchemaReader.java:36)
   [junit4]   2> 	at org.apache.solr.schema.ZkIndexSchemaReader$1.process(ZkIndexSchemaReader.java:68)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:209)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 885599 INFO  (zkCallback-1547-thread-4-processing-n:localhost:52962_solr) [n:localhost:52962_solr    ] o.a.s.c.ZkController Watcher on /configs/testCloudExamplePrompt is removed 
   [junit4]   2> 885600 INFO  (zkCallback-1547-thread-4-processing-n:localhost:52962_solr) [n:localhost:52962_solr    ] o.a.s.c.ZkController A node got unwatched for /configs/testCloudExamplePrompt
   [junit4]   2> 885605 INFO  (jetty-launcher-1542-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@d622f23{HTTP/1.1}{127.0.0.1:52962}
   [junit4]   2> 885605 INFO  (jetty-launcher-1542-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1786567809
   [junit4]   2> 885609 INFO  (jetty-launcher-1542-thread-1) [    ] o.a.s.c.Overseer Overseer (id=94287984247767043-localhost:52962_solr-n_0000000000) closing
   [junit4]   2> 885609 INFO  (OverseerStateUpdate-94287984247767043-localhost:52962_solr-n_0000000000) [n:localhost:52962_solr    ] o.a.s.c.Overseer Overseer Loop exiting : localhost:52962_solr
   [junit4]   2> 887124 WARN  (zkCallback-1547-thread-4-processing-n:localhost:52962_solr) [n:localhost:52962_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 887125 INFO  (jetty-launcher-1542-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3cd79174{/solr,null,UNAVAILABLE}
   [junit4]   2> 887128 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[A19C56ED028336A8]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52965 52965
   [junit4]   2> 887139 INFO  (Thread-1295) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52965 52965
   [junit4]   2> 888235 WARN  (Thread-1295) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/configs/testCloudExamplePrompt
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 888235 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[A19C56ED028336A8]) [    ] o.a.s.u.TestSolrCLIRunExample Stopped SolrCloud test cluster
   [junit4]   2> 888236 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[A19C56ED028336A8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testInteractiveSolrCloudExample
   [junit4]   2> 888236 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[A19C56ED028336A8]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52965 52965
   [junit4]   2> 888237 INFO  (SUITE-TestSolrCLIRunExample-seed#[A19C56ED028336A8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_A19C56ED028336A8-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=en_GB, timezone=Asia/Jayapura
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=1,free=80292008,total=294666240
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, TestBinaryField, SoftAutoCommitTest, TestCustomDocTransformer, TestGroupingSearch, TestManagedSchemaDynamicFieldResource, TestStressLucene, TestFieldResource, TestIndexingPerformance, BigEndianAscendingWordDeserializerTest, RankQueryTest, CdcrReplicationDistributedZkTest, TestStressVersions, HdfsLockFactoryTest, TestComplexPhraseQParserPlugin, TestAtomicUpdateErrorCases, TestSort, TestJmxIntegration, SyncSliceTest, ZkCLITest, TestWordDelimiterFilterFactory, RequestLoggingTest, LukeRequestHandlerTest, HdfsBasicDistributedZk2Test, TestPostingsSolrHighlighter, DistanceFunctionTest, DocumentAnalysisRequestHandlerTest, JSONWriterTest, TestSolrCloudWithKerberosAlt, CacheHeaderTest, PrimUtilsTest, TestConfigSetImmutable, DefaultValueUpdateProcessorTest, TestBM25SimilarityFactory, PathHierarchyTokenizerFactoryTest, TestQueryUtils, TestOverriddenPrefixQueryForCustomFieldType, CdcrRequestHandlerTest, QueryResultKeyTest, DeleteInactiveReplicaTest, TestHighlightDedupGrouping, RequestHandlersTest, DistributedFacetPivotWhiteBoxTest, HighlighterMaxOffsetTest, TestSimpleQParserPlugin, ExplicitHLLTest, ClusterStateTest, TestSolrCLIRunExample]
   [junit4] Completed [179/531] on J0 in 34.97s, 3 tests, 1 failure <<< FAILURES!

[...truncated 1106 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:716: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:660: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:230: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:514: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1429: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:984: There were test failures: 531 suites, 2104 tests, 1 failure, 70 ignored (29 assumptions)

Total time: 71 minutes 44 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