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/08 00:11:41 UTC

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.7.0) - Build # 2547 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2547/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
document count mismatch.  control=324 sum(shards)=323 cloudClient=323

Stack Trace:
java.lang.AssertionError: document count mismatch.  control=324 sum(shards)=323 cloudClient=323
	at __randomizedtesting.SeedInfo.seed([DB40585DCE59AEF1:5314678760A5C309]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1296)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
	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)


FAILED:  org.apache.solr.search.TestSolrQueryParser.testFilter

Error Message:
Query SortedIntDocSetTopFilter does not implement createWeight

Stack Trace:
java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
	at __randomizedtesting.SeedInfo.seed([DB40585DCE59AEF1:13923DCB515089AB]:0)
	at org.apache.lucene.search.Query.createWeight(Query.java:79)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
	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.assertJQ(SolrTestCaseJ4.java:831)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10391 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001
   [junit4]   2> 993864 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 993865 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 993865 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 993865 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 993866 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 993917 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 993934 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 993985 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 993986 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 993991 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 994157 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 994158 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 994159 WARN  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 994167 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 994169 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 994171 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 994171 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 994171 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 994194 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 70411741
   [junit4]   2> 994194 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 994194 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 994194 WARN  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib).
   [junit4]   2> 994201 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-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> 994205 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 994205 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 994205 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 994205 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 994205 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 994207 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/, config=solrconfig.xml, instanceDir=collection1, collection=collection1, schema=schema12.xml, loadOnStartup=true, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001, shard=shard1, name=collection1, transient=false, configSetProperties=configsetprops.json}
   [junit4]   2> 994208 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 994209 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 994209 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 994240 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 994263 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 994328 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 994328 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 994333 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 994493 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 994494 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 994495 WARN  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 994500 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 994503 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 994506 INFO  (coreLoadExecutor-2572-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-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 994506 INFO  (coreLoadExecutor-2572-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 994506 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 994506 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 994506 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8270a83
   [junit4]   2> 994507 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001
   [junit4]   2> 994507 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001/index/
   [junit4]   2> 994507 WARN  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 994507 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001/index
   [junit4]   2> 994507 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=32.2021484375, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=28.22897058141984, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 994508 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2d236373 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e562a2b),segFN=segments_1,generation=1}
   [junit4]   2> 994508 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 994509 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-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001/
   [junit4]   2> 994514 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 994514 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 994514 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 994514 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 994514 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 994514 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 994514 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 994515 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 994515 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 994515 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 994515 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 994515 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 994521 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 994522 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 994523 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 994524 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 994529 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 994531 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /replication,defaults,mock,/search-facet-invariants,/config,spellCheckWithWordbreak,/update/json/docs,standard,mltrh,/admin/plugins,/admin/threads,spellCheckCompRH_Direct,/admin/system,/update,/update/csv,lazy,/debug/dump,/admin/mbeans,tvrh,spellCheckCompRH,/admin/ping,/admin/file,spellCheckCompRH1,/admin/segments,/admin/logging,/schema,/get,/terms,/update/json,dismax,spellCheckWithWordbreak_Direct,/admin/luke,/mlt,/search-facet-def,/admin/properties
   [junit4]   2> 994531 WARN  (coreLoadExecutor-2572-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> 994532 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 994533 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 994533 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 994533 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=93.287109375, floorSegmentMB=1.916015625, forceMergeDeletesPctAllowed=15.716939762268154, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.44246381633838394
   [junit4]   2> 994533 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2d236373 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e562a2b),segFN=segments_1,generation=1}
   [junit4]   2> 994533 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 994534 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@986228b[collection1] main
   [junit4]   2> 994534 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 994534 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 994534 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 994534 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 994562 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 994969 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 994969 INFO  (searcherExecutor-2573-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 994970 INFO  (searcherExecutor-2573-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 994970 INFO  (searcherExecutor-2573-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 994970 INFO  (searcherExecutor-2573-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 994970 INFO  (coreLoadExecutor-2572-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 994971 INFO  (searcherExecutor-2573-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 994971 INFO  (searcherExecutor-2573-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 994972 INFO  (searcherExecutor-2573-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 994973 INFO  (searcherExecutor-2573-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 994973 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 994973 INFO  (searcherExecutor-2573-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 994975 INFO  (searcherExecutor-2573-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@986228b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 994976 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 3
   [junit4]   2> 994987 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 994988 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 994989 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 994990 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 994990 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 994991 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 994992 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 994996 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2d236373 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e562a2b),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2d236373 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e562a2b),segFN=segments_2,generation=2}
   [junit4]   2> 994996 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 994998 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@57b2c82[collection1] main
   [junit4]   2> 994998 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 994999 INFO  (searcherExecutor-2573-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@57b2c82[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C7)))}
   [junit4]   2> 994999 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 995004 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPhrase
   [junit4]   2> 995004 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=text:now-cow&wt=xml&indent=true} hits=1 status=0 QTime=0 
   [junit4]   2> 995006 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=text_np:now-cow&wt=xml&indent=true} hits=2 status=0 QTime=0 
   [junit4]   2> 995006 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPhrase
   [junit4]   2> 995012 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFilter
   [junit4]   2> 995014 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.SolrCore java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]   2> 	at org.apache.lucene.search.Query.createWeight(Query.java:79)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]   2> 	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
   [junit4]   2> 	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
   [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.assertJQ(SolrTestCaseJ4.java:831)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
   [junit4]   2> 	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [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> 995015 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&q=*:*+0&wt=xml} status=500 QTime=2 
   [junit4]   2> 995015 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&q=*:*+0&wt=xml
   [junit4]   2> 995015 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrQueryParser -Dtests.method=testFilter -Dtests.seed=DB40585DCE59AEF1 -Dtests.slow=true -Dtests.locale=iw_IL -Dtests.timezone=America/Mazatlan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.02s J1 | TestSolrQueryParser.testFilter <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DB40585DCE59AEF1:13923DCB515089AB]:0)
   [junit4]    > 	at org.apache.lucene.search.Query.createWeight(Query.java:79)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]    > 	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
   [junit4]    > 	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
   [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.assertJQ(SolrTestCaseJ4.java:831)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
   [junit4]    > 	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 995025 INFO  (TEST-TestSolrQueryParser.testComments-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testComments
   [junit4]   2> 995026 INFO  (TEST-TestSolrQueryParser.testComments-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+id:2+/*+*:*+*/+id:3&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 995026 INFO  (TEST-TestSolrQueryParser.testComments-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+/**.*/&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 995027 INFO  (TEST-TestSolrQueryParser.testComments-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=+"/*"+id:1+id:2+"*/"+id:3&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 995027 INFO  (TEST-TestSolrQueryParser.testComments-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+/*+id:2+/*+*/+/*+/**/+id:3+*/+id:10+*/+id:11&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 995027 INFO  (TEST-TestSolrQueryParser.testComments-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testComments
   [junit4]   2> 995030 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNestedQueryModifiers
   [junit4]   2> 995031 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=_query_:"\"how+brown\"~2"&wt=xml&debug=query} hits=1 status=0 QTime=0 
   [junit4]   2> 995032 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=_query_:"{!v%3D$qq}"&wt=xml&qq="how+brown"~2&debug=query} hits=1 status=0 QTime=0 
   [junit4]   2> 995033 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=_query_:"{!v%3D$qq}"~1&wt=xml&qq="how+brown"~2&debug=query} hits=1 status=0 QTime=0 
   [junit4]   2> 995033 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=++{!v%3D$qq}~1&wt=xml&qq="how+brown"~2&debug=query} hits=1 status=0 QTime=0 
   [junit4]   2> 995034 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={fq=id:1&q=_query_:"{!v%3D$qq}"^3&wt=xml&qq=text:x^2&fl=id,score&debug=query} hits=0 status=0 QTime=0 
   [junit4]   2> 995035 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={fq=id:1&q=++{!v%3D$qq}^3&wt=xml&qq=text:x^2&fl=id,score&debug=query} hits=0 status=0 QTime=0 
   [junit4]   2> 995035 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNestedQueryModifiers
   [junit4]   2> 995038 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCSQ
   [junit4]   2> 995039 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCSQ
   [junit4]   2> 995043 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsInQP
   [junit4]   2> 995045 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&wt=xml&qq=now} hits=2 status=0 QTime=0 
   [junit4]   2> 995046 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&wt=xml&qq=nomatch} hits=0 status=0 QTime=1 
   [junit4]   2> 995047 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dtext}now+wsx&wt=xml&qq=now} hits=2 status=0 QTime=0 
   [junit4]   2> 995048 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dfoo_s+v%3D'a+\'+"+\\+{!+)+}+(+{+z'}+wsx&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 995048 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dfoo_s+v%3D"a+'+\"+\\+{!+)+}+(+{+z"}+wsx&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 995059 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!join+from%3Dwww_s+to%3Deee_s}{!join+from%3Dqqq_s+to%3Dwww_s}id:10&wt=xml} hits=1 status=0 QTime=10 
   [junit4]   2> 995059 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsInQP
   [junit4]   2> 995062 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSyntax
   [junit4]   2> 995063 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*&wt=xml&df=doesnotexist_s} hits=7 status=0 QTime=0 
   [junit4]   2> 995063 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=doesnotexist_s:*&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 995064 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=doesnotexist_s:(+*+*+*+)&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 995065 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=foo_dt:"2013-03-08T00:46:15Z/DAY%2B000MILLISECONDS%2B00SECONDS%2B00MINUTES%2B00HOURS%2B0000000000YEARS%2B6MONTHS%2B3DAYS"&wt=xml&debug=query} hits=0 status=0 QTime=0 
   [junit4]   2> 995065 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSyntax
   [junit4]   2> 995068 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 995069 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=eee_s:'balance'&wt=xml&indent=true} hits=1 status=0 QTime=0 
   [junit4]   2> 995069 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 995069 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 995069 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=70411741
   [junit4]   2> 995070 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4c501766
   [junit4]   2> 995070 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 995070 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 995070 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 995070 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 995071 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 995102 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 995103 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001;done=false>>]
   [junit4]   2> 995103 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001
   [junit4]   2> 995103 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 995103 INFO  (SUITE-TestSolrQueryParser-seed#[DB40585DCE59AEF1]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_DB40585DCE59AEF1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {foo_s=Lucene50(blocksize=128), text_np=PostingsFormat(name=LuceneVarGapFixedInterval), text=PostingsFormat(name=Memory doPackFST= false), qqq_s=PostingsFormat(name=Memory doPackFST= false), eee_s=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), www_s=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=iw_IL, timezone=America/Mazatlan
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=3,threads=1,free=120190584,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterConfigTest, CollectionsAPIDistributedZkTest, DistributedExpandComponentTest, TestOverriddenPrefixQueryForCustomFieldType, TestRTGBase, TestConfigSetImmutable, FastVectorHighlighterTest, TestZkChroot, TestFieldResource, ReturnFieldsTest, TestReplicaProperties, TestSolrQueryParserDefaultOperatorResource, TestRandomFaceting, AssignTest, RAMDirectoryFactoryTest, FileBasedSpellCheckerTest, TestDynamicFieldResource, SolrRequestParserTest, SmileWriterTest, TestManagedSchemaDynamicFieldResource, TestSolrCoreProperties, TestHighFrequencyDictionaryFactory, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolr4Spatial2, AliasIntegrationTest, HdfsChaosMonkeySafeLeaderTest, RemoteQueryErrorTest, TestSystemIdResolver, OpenExchangeRatesOrgProviderTest, WordBreakSolrSpellCheckerTest, TestDistributedGrouping, TestConfig, SpellCheckCollatorTest, TestManagedResourceStorage, HighlighterTest, TestSerializedLuceneMatchVersion, SuggesterTSTTest, DistributedDebugComponentTest, TermsComponentTest, PrimitiveFieldTypeTest, SharedFSAutoReplicaFailoverTest, TestRTimer, DateMathParserTest, TestPHPSerializedResponseWriter, TestRangeQuery, TestJsonRequest, TestLMDirichletSimilarityFactory, DeleteReplicaTest, SchemaVersionSpecificBehaviorTest, TestExpandComponent, PluginInfoTest, TestCoreDiscovery, TestMinMaxOnMultiValuedField, VMParamsZkACLAndCredentialsProvidersTest, TestTrie, XsltUpdateRequestHandlerTest, TestFreeTextSuggestions, DistribDocExpirationUpdateProcessorTest, TestAnalyzeInfixSuggestions, TestSolrXml, DistributedMLTComponentTest, TestSimpleQParserPlugin, TestCloudPivotFacet, ShardRoutingCustomTest, CurrencyFieldXmlFileTest, AsyncMigrateRouteKeyTest, ChangedSchemaMergeTest, HighlighterMaxOffsetTest, TestRemoteStreaming, PKIAuthenticationIntegrationTest, DocumentBuilderTest, MoreLikeThisHandlerTest, TestSolrQueryParserResource, OutOfBoxZkACLAndCredentialsProvidersTest, NotRequiredUniqueKeyTest, TermVectorComponentTest, IndexSchemaTest, AnalysisErrorHandlingTest, OpenCloseCoreStressTest, TestTrieFacet, TestCloudSchemaless, TestCloudManagedSchema, TestLuceneMatchVersion, ConvertedLegacyTest, CollectionsAPIAsyncDistributedZkTest, TestPivotHelperCode, JsonLoaderTest, UpdateParamsTest, TestObjectReleaseTracker, LeaderFailoverAfterPartitionTest, SpellPossibilityIteratorTest, TestClusterStateMutator, TestFuzzyAnalyzedSuggestions, CurrencyFieldOpenExchangeTest, TestConfigSets, TestRecoveryHdfs, TestRestManager, FieldMutatingUpdateProcessorTest, TestSolrQueryParser]
   [junit4] Completed [187/531] on J1 in 1.26s, 8 tests, 1 error <<< FAILURES!

[...truncated 637 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/init-core-data-001
   [junit4]   2> 2148102 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[DB40585DCE59AEF1]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /l_nlk/u
   [junit4]   2> 2148112 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2148113 INFO  (Thread-5113) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2148113 INFO  (Thread-5113) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2148216 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.ZkTestServer start zk server on port:54157
   [junit4]   2> 2148217 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2148219 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2148228 INFO  (zkCallback-1356-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40c0da2d name:ZooKeeperConnection Watcher:127.0.0.1:54157 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2148229 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2148229 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2148229 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2148236 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2148238 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2148239 INFO  (zkCallback-1357-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8ff8695 name:ZooKeeperConnection Watcher:127.0.0.1:54157/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2148241 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2148241 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2148241 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2148255 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2148269 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2148281 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2148293 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2148294 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2148304 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2148305 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2148315 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2148315 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2148319 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2148320 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2148326 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2148326 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2148331 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2148331 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2148336 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2148336 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2148348 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2148349 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2148363 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2148365 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2148382 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2148383 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2148397 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2148397 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2148981 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/cores/collection1
   [junit4]   2> 2148985 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 2148989 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e42f5db{/l_nlk/u,null,AVAILABLE}
   [junit4]   2> 2148990 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7e1b2d35{HTTP/1.1}{127.0.0.1:54160}
   [junit4]   2> 2148990 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.e.j.s.Server Started @2153278ms
   [junit4]   2> 2148990 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=54160, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/tempDir-001/control/data, hostContext=/l_nlk/u, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/cores}
   [junit4]   2> 2148991 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@373ee92
   [junit4]   2> 2148991 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/'
   [junit4]   2> 2149027 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2149027 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149030 INFO  (zkCallback-1358-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3986942a name:ZooKeeperConnection Watcher:127.0.0.1:54157/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2149030 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149031 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2149034 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2149034 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/solr.xml
   [junit4]   2> 2149103 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/cores
   [junit4]   2> 2149103 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.CoreContainer New CoreContainer 1520583636
   [junit4]   2> 2149103 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/]
   [junit4]   2> 2149104 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/lib
   [junit4]   2> 2149104 WARN  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/lib).
   [junit4]   2> 2149116 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2149120 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2149120 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2149121 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2149121 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54157/solr
   [junit4]   2> 2149121 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2149121 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2149123 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149130 INFO  (zkCallback-1360-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@42afb370 name:ZooKeeperConnection Watcher:127.0.0.1:54157 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2149130 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149131 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2149138 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149145 INFO  (zkCallback-1361-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@19cdff2b name:ZooKeeperConnection Watcher:127.0.0.1:54157/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2149145 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149150 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2149165 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2149194 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2149211 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2149233 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2149276 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2149280 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2149283 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2149287 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2149292 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54160_l_nlk%2Fu
   [junit4]   2> 2149293 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54160_l_nlk%2Fu
   [junit4]   2> 2149300 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2149305 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2149307 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2149308 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94305294629797892-127.0.0.1:54160_l_nlk%2Fu-n_0000000000
   [junit4]   2> 2149315 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54160_l_nlk%2Fu
   [junit4]   2> 2149316 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2149319 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.Overseer Overseer (id=94305294629797892-127.0.0.1:54160_l_nlk%2Fu-n_0000000000) starting
   [junit4]   2> 2149323 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2149343 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2149345 INFO  (OverseerStateUpdate-94305294629797892-127.0.0.1:54160_l_nlk%2Fu-n_0000000000) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2149349 INFO  (OverseerCollectionProcessor-94305294629797892-127.0.0.1:54160_l_nlk%2Fu-n_0000000000) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 2149355 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2149385 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2149386 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2149390 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.CoresLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/cores
   [junit4]   2> 2149392 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.SolrCore Created CoreDescriptor: {schema=schema.xml, coreNodeName=, config=solrconfig.xml, transient=false, instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/cores/collection1, name=collection1, configSetProperties=configsetprops.json, shard=, loadOnStartup=true, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/cores/collection1/, dataDir=data/, collection=control_collection}
   [junit4]   2> 2149392 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.CoresLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/cores/collection1/
   [junit4]   2> 2149392 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 2149395 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2149395 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2149395 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 2149397 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2149399 INFO  (zkCallback-1361-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2149399 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2149411 INFO  (OverseerStateUpdate-94305294629797892-127.0.0.1:54160_l_nlk%2Fu-n_0000000000) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "node_name":"127.0.0.1:54160_l_nlk%2Fu",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:54160/l_nlk/u",
   [junit4]   2>   "core":"collection1"} current state version: 0
   [junit4]   2> 2149415 INFO  (OverseerStateUpdate-94305294629797892-127.0.0.1:54160_l_nlk%2Fu-n_0000000000) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "node_name":"127.0.0.1:54160_l_nlk%2Fu",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:54160/l_nlk/u",
   [junit4]   2>   "core":"collection1"}
   [junit4]   2> 2149415 INFO  (OverseerStateUpdate-94305294629797892-127.0.0.1:54160_l_nlk%2Fu-n_0000000000) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 2149416 INFO  (OverseerStateUpdate-94305294629797892-127.0.0.1:54160_l_nlk%2Fu-n_0000000000) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2149462 INFO  (zkCallback-1361-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2149480 INFO  (zkCallback-1361-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 2150402 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2150403 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2150404 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2150404 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 2150406 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2150406 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001/control-001/cores/collection1/'
   [junit4]   2> 2150429 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2150444 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2150463 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2150507 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2150510 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2150534 INFO  (coreLoadExecutor-6493-thread-1-processing-n:127.0.0.1:54160_l_nlk%2Fu) [n:127.0.0.1:54160_l_nlk%2Fu c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2150872 INFO  (coreLoadExecuto

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

r.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:744)
   [junit4]   2> 	... 3 more
   [junit4]   2> 
   [junit4]   2> 2198672 ERROR (OverseerCollectionProcessor-94305294629797902-127.0.0.1:54173_l_nlk%2Fu-n_0000000003) [n:127.0.0.1:54173_l_nlk%2Fu    ] o.a.s.c.OverseerCollectionProcessor Unable to prioritize overseer 
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:68)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.prioritizeOverseerNodes(OverseerCollectionProcessor.java:436)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:282)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2198677 WARN  (zkCallback-1375-thread-4-processing-n:127.0.0.1:54173_l_nlk%2Fu) [n:127.0.0.1:54173_l_nlk%2Fu    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2198679 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1dff06e6{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 2198679 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5ffff82f{/l_nlk/u,null,UNAVAILABLE}
   [junit4]   2> 2198682 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[DB40585DCE59AEF1]) [n:127.0.0.1:54173_l_nlk%2Fu c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54157 54157
   [junit4]   2> 2198684 INFO  (Thread-5169) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54157 54157
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.method=test -Dtests.seed=DB40585DCE59AEF1 -Dtests.slow=true -Dtests.locale=mk -Dtests.timezone=NET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 51.8s J1 | ChaosMonkeyNothingIsSafeTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: document count mismatch.  control=324 sum(shards)=323 cloudClient=323
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DB40585DCE59AEF1:5314678760A5C309]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1296)
   [junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:233)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2199904 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[DB40585DCE59AEF1]-worker) [n:127.0.0.1:54173_l_nlk%2Fu c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_DB40585DCE59AEF1-001
   [junit4]   2> NOTE: test params are: codec=Lucene53, sim=DefaultSimilarity, locale=mk, timezone=NET
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=3,threads=1,free=345317600,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterConfigTest, CollectionsAPIDistributedZkTest, DistributedExpandComponentTest, TestOverriddenPrefixQueryForCustomFieldType, TestRTGBase, TestConfigSetImmutable, FastVectorHighlighterTest, TestZkChroot, TestFieldResource, ReturnFieldsTest, TestReplicaProperties, TestSolrQueryParserDefaultOperatorResource, TestRandomFaceting, AssignTest, RAMDirectoryFactoryTest, FileBasedSpellCheckerTest, TestDynamicFieldResource, SolrRequestParserTest, SmileWriterTest, TestManagedSchemaDynamicFieldResource, TestSolrCoreProperties, TestHighFrequencyDictionaryFactory, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolr4Spatial2, AliasIntegrationTest, HdfsChaosMonkeySafeLeaderTest, RemoteQueryErrorTest, TestSystemIdResolver, OpenExchangeRatesOrgProviderTest, WordBreakSolrSpellCheckerTest, TestDistributedGrouping, TestConfig, SpellCheckCollatorTest, TestManagedResourceStorage, HighlighterTest, TestSerializedLuceneMatchVersion, SuggesterTSTTest, DistributedDebugComponentTest, TermsComponentTest, PrimitiveFieldTypeTest, SharedFSAutoReplicaFailoverTest, TestRTimer, DateMathParserTest, TestPHPSerializedResponseWriter, TestRangeQuery, TestJsonRequest, TestLMDirichletSimilarityFactory, DeleteReplicaTest, SchemaVersionSpecificBehaviorTest, TestExpandComponent, PluginInfoTest, TestCoreDiscovery, TestMinMaxOnMultiValuedField, VMParamsZkACLAndCredentialsProvidersTest, TestTrie, XsltUpdateRequestHandlerTest, TestFreeTextSuggestions, DistribDocExpirationUpdateProcessorTest, TestAnalyzeInfixSuggestions, TestSolrXml, DistributedMLTComponentTest, TestSimpleQParserPlugin, TestCloudPivotFacet, ShardRoutingCustomTest, CurrencyFieldXmlFileTest, AsyncMigrateRouteKeyTest, ChangedSchemaMergeTest, HighlighterMaxOffsetTest, TestRemoteStreaming, PKIAuthenticationIntegrationTest, DocumentBuilderTest, MoreLikeThisHandlerTest, TestSolrQueryParserResource, OutOfBoxZkACLAndCredentialsProvidersTest, NotRequiredUniqueKeyTest, TermVectorComponentTest, IndexSchemaTest, AnalysisErrorHandlingTest, OpenCloseCoreStressTest, TestTrieFacet, TestCloudSchemaless, TestCloudManagedSchema, TestLuceneMatchVersion, ConvertedLegacyTest, CollectionsAPIAsyncDistributedZkTest, TestPivotHelperCode, JsonLoaderTest, UpdateParamsTest, TestObjectReleaseTracker, LeaderFailoverAfterPartitionTest, SpellPossibilityIteratorTest, TestClusterStateMutator, TestFuzzyAnalyzedSuggestions, CurrencyFieldOpenExchangeTest, TestConfigSets, TestRecoveryHdfs, TestRestManager, FieldMutatingUpdateProcessorTest, TestSolrQueryParser, TestSmileRequest, BasicDistributedZk2Test, ConnectionManagerTest, RecoveryAfterSoftCommitTest, TestReqParamsAPI, RulesTest, TestSolrJ, TestRecovery, TestSearchPerf, TestRawResponseWriter, TestDownShardTolerantSearch, PolyFieldTest, TestStressUserVersions, BasicFunctionalityTest, TestRealTimeGet, TestLeaderElectionZkExpiry, TestSolrDeletionPolicy2, TestCodecSupport, ZkNodePropsTest, TestInfoStreamLogging, MultiThreadedOCPTest, TestShortCircuitedRequests, SpatialHeatmapFacetsTest, TestFiltering, CollectionTooManyReplicasTest, SpellingQueryConverterTest, RankQueryTest, TestQuerySenderNoQuery, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, ZkSolrClientTest, AutoCommitTest, TestFaceting, TermVectorComponentDistributedTest, ZkControllerTest, TestReload, TestCoreContainer, SimpleFacetsTest, StatsComponentTest, TestSort, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, CoreAdminHandlerTest, TestStressLucene, SpatialFilterTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, TestSolrDeletionPolicy1, DebugComponentTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, TestReversedWildcardFilterFactory, XmlUpdateRequestHandlerTest, TestValueSourceCache, FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, TestJmxIntegration, TestCSVResponseWriter, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, CSVRequestHandlerTest, TestQuerySenderListener, AlternateDirectoryTest, CopyFieldTest, SolrIndexConfigTest, TestMergePolicyConfig, MultiTermTest, TestDocSet, TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestPhraseSuggestions, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed [396/531] on J1 in 51.85s, 1 test, 1 failure <<< FAILURES!

[...truncated 425 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:726: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:670: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:230: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1449: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1003: There were test failures: 531 suites, 2105 tests, 1 error, 1 failure, 71 ignored (29 assumptions)

Total time: 78 minutes 58 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-5.x-MacOSX (64bit/jdk1.8.0) - Build # 2551 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.search.TestSolrQueryParser.testFilter

Error Message:
Query SortedIntDocSetTopFilter does not implement createWeight

Stack Trace:
java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
	at __randomizedtesting.SeedInfo.seed([F3B00F71F39AAF34:3B626AE76C93886E]:0)
	at org.apache.lucene.search.Query.createWeight(Query.java:79)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
	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.assertJQ(SolrTestCaseJ4.java:831)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
	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 10055 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001
   [junit4]   2> 484096 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 484096 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 484097 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 484097 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 484097 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 484218 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 484225 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 484255 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 484258 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 484266 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 484364 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 484365 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 484367 WARN  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 484376 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 484379 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 484381 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 484381 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 484381 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 484400 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1463211354
   [junit4]   2> 484400 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 484400 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 484401 WARN  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib).
   [junit4]   2> 484409 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-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> 484411 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 484412 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 484412 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 484412 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 484413 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 484417 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema12.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, collection=collection1, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001, shard=shard1}
   [junit4]   2> 484417 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 484418 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 484418 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 484435 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 484442 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 484456 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 484456 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 484459 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 484562 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 484564 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 484565 WARN  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 484574 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 484576 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 484580 INFO  (coreLoadExecutor-1288-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-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 484580 INFO  (coreLoadExecutor-1288-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 484581 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 484581 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 484581 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cd1f1a3
   [junit4]   2> 484582 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001
   [junit4]   2> 484582 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001/index/
   [junit4]   2> 484583 WARN  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 484583 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001/index
   [junit4]   2> 484583 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 484585 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@afc51e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5af0b254),segFN=segments_1,generation=1}
   [junit4]   2> 484585 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 484585 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-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001/
   [junit4]   2> 484589 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 484589 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 484589 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 484589 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 484589 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 484589 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 484590 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 484590 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 484590 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 484590 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 484590 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 484590 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 484594 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 484595 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 484596 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 484596 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 484600 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 484601 INFO  (coreLoadExecutor-1288-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> 484602 WARN  (coreLoadExecutor-1288-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> 484602 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 484603 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 484603 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 484603 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4783268224814472]
   [junit4]   2> 484604 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@afc51e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5af0b254),segFN=segments_1,generation=1}
   [junit4]   2> 484604 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 484604 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@122e3d4f[collection1] main
   [junit4]   2> 484604 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 484604 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 484604 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 484605 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 484614 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 484660 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 484661 INFO  (searcherExecutor-1289-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 484661 INFO  (coreLoadExecutor-1288-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 484662 INFO  (searcherExecutor-1289-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 484662 INFO  (searcherExecutor-1289-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 484662 INFO  (searcherExecutor-1289-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 484663 INFO  (searcherExecutor-1289-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 484663 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 484663 INFO  (searcherExecutor-1289-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 484668 INFO  (searcherExecutor-1289-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 484668 INFO  (searcherExecutor-1289-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 484669 INFO  (searcherExecutor-1289-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 484669 INFO  (searcherExecutor-1289-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@122e3d4f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 484674 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 10
   [junit4]   2> 484676 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 484676 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 484677 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 484677 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 484678 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 484678 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 484678 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 484685 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@afc51e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5af0b254),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@afc51e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5af0b254),segFN=segments_2,generation=2}
   [junit4]   2> 484688 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 484690 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@767063d1[collection1] main
   [junit4]   2> 484691 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 484692 INFO  (searcherExecutor-1289-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@767063d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C7)))}
   [junit4]   2> 484692 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 13
   [junit4]   2> 484694 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFilter
   [junit4]   2> 484701 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.SolrCore java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]   2> 	at org.apache.lucene.search.Query.createWeight(Query.java:79)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]   2> 	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
   [junit4]   2> 	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
   [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.assertJQ(SolrTestCaseJ4.java:831)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
   [junit4]   2> 	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
   [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> 484702 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*+0&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&wt=xml} status=500 QTime=7 
   [junit4]   2> 484702 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*+0&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&wt=xml
   [junit4]   2> 484702 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrQueryParser -Dtests.method=testFilter -Dtests.seed=F3B00F71F39AAF34 -Dtests.slow=true -Dtests.locale=hr -Dtests.timezone=America/Cayman -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.06s J1 | TestSolrQueryParser.testFilter <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F3B00F71F39AAF34:3B626AE76C93886E]:0)
   [junit4]    > 	at org.apache.lucene.search.Query.createWeight(Query.java:79)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]    > 	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
   [junit4]    > 	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
   [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.assertJQ(SolrTestCaseJ4.java:831)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
   [junit4]    > 	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 484757 INFO  (TEST-TestSolrQueryParser.testComments-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testComments
   [junit4]   2> 484758 INFO  (TEST-TestSolrQueryParser.testComments-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+id:2+/*+*:*+*/+id:3&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 484759 INFO  (TEST-TestSolrQueryParser.testComments-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+/**.*/&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 484760 INFO  (TEST-TestSolrQueryParser.testComments-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=+"/*"+id:1+id:2+"*/"+id:3&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 484761 INFO  (TEST-TestSolrQueryParser.testComments-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+/*+id:2+/*+*/+/*+/**/+id:3+*/+id:10+*/+id:11&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 484761 INFO  (TEST-TestSolrQueryParser.testComments-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testComments
   [junit4]   2> 484771 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNestedQueryModifiers
   [junit4]   2> 484795 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=_query_:"\"how+brown\"~2"&debug=query&wt=xml} hits=1 status=0 QTime=23 
   [junit4]   2> 484797 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=_query_:"{!v%3D$qq}"&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 484797 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=_query_:"{!v%3D$qq}"~1&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 484798 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=++{!v%3D$qq}~1&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 484800 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=text:x^2&q=_query_:"{!v%3D$qq}"^3&debug=query&fl=id,score&fq=id:1&wt=xml} hits=0 status=0 QTime=1 
   [junit4]   2> 484801 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=text:x^2&q=++{!v%3D$qq}^3&debug=query&fl=id,score&fq=id:1&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 484801 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNestedQueryModifiers
   [junit4]   2> 484804 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCSQ
   [junit4]   2> 484805 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCSQ
   [junit4]   2> 484807 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 484808 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=eee_s:'balance'&indent=true&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 484808 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 484811 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPhrase
   [junit4]   2> 484812 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=text:now-cow&indent=true&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 484814 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=text_np:now-cow&indent=true&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 484814 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPhrase
   [junit4]   2> 484835 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsInQP
   [junit4]   2> 484837 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=now&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&wt=xml} hits=2 status=0 QTime=1 
   [junit4]   2> 484837 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=nomatch&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 484838 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=now&q=qaz+{!term+f%3Dtext}now+wsx&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 484838 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dfoo_s+v%3D'a+\'+"+\\+{!+)+}+(+{+z'}+wsx&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 484839 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dfoo_s+v%3D"a+'+\"+\\+{!+)+}+(+{+z"}+wsx&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 484868 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!join+from%3Dwww_s+to%3Deee_s}{!join+from%3Dqqq_s+to%3Dwww_s}id:10&wt=xml} hits=1 status=0 QTime=28 
   [junit4]   2> 484868 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsInQP
   [junit4]   2> 484886 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSyntax
   [junit4]   2> 484887 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*&df=doesnotexist_s&wt=xml} hits=7 status=0 QTime=0 
   [junit4]   2> 484888 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=doesnotexist_s:*&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 484889 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=doesnotexist_s:(+*+*+*+)&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 484890 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[F3B00F71F39AAF34]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=foo_dt:"2013-03-08T00:46:15Z/DAY%2B000MILLISECONDS%2B00SECONDS%2B00MINUTES%2B00HOURS%2B0000000000YEARS%2B6MONTHS%2B3DAYS"&debug=query&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 484891 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[F3B00F71F39AAF34]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSyntax
   [junit4]   2> 484891 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 484891 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1463211354
   [junit4]   2> 484892 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@18409e26
   [junit4]   2> 484893 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 484893 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 484893 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 484893 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 484894 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 484917 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 484917 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001;done=false>>]
   [junit4]   2> 484917 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001
   [junit4]   2> 484917 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 484917 INFO  (SUITE-TestSolrQueryParser-seed#[F3B00F71F39AAF34]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_F3B00F71F39AAF34-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {eee_s=Lucene50(blocksize=128), qqq_s=Lucene50(blocksize=128), text_np=PostingsFormat(name=LuceneVarGapFixedInterval), foo_s=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneFixedGap), text=Lucene50(blocksize=128), www_s=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=hr, timezone=America/Cayman
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=1,free=424423984,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestBulkSchemaConcurrent, TestCodecSupport, ConnectionManagerTest, TestDistributedStatsComponentCardinality, RemoteQueryErrorTest, SparseHLLTest, TestBlobHandler, TestObjectReleaseTracker, TestDynamicFieldCollectionResource, ChaosMonkeySafeLeaderTest, RAMDirectoryFactoryTest, TestSolrDeletionPolicy1, RegexBoostProcessorTest, DocExpirationUpdateProcessorFactoryTest, TestCopyFieldCollectionResource, LeaderFailoverAfterPartitionTest, SignatureUpdateProcessorFactoryTest, DistributedSuggestComponentTest, TestTolerantSearch, SpatialFilterTest, TestNoOpRegenerator, TestRandomFaceting, BlockDirectoryTest, CloudMLTQParserTest, TestManagedStopFilterFactory, CopyFieldTest, TestFieldTypeResource, TestFiltering, TestBlendedInfixSuggestions, TestTrieFacet, TestCloudManagedSchema, TestManagedSchema, TestJsonFacets, TestFieldSortValues, TestRandomMergePolicy, TestRangeQuery, SolrRequestParserTest, FileUtilsTest, DistributedQueryComponentCustomSortTest, TestSolrQueryParser]
   [junit4] Completed [78/531] on J1 in 0.84s, 8 tests, 1 error <<< FAILURES!

[...truncated 1420 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:726: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:670: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:230: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1449: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1003: There were test failures: 531 suites, 2105 tests, 1 error, 71 ignored (29 assumptions)

Total time: 67 minutes 28 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-5.x-MacOSX (64bit/jdk1.8.0) - Build # 2550 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.search.TestSolrQueryParser.testFilter

Error Message:
Query SortedIntDocSetTopFilter does not implement createWeight

Stack Trace:
java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
	at __randomizedtesting.SeedInfo.seed([6DCB44177A240FC0:A5192181E52D289A]:0)
	at org.apache.lucene.search.Query.createWeight(Query.java:79)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
	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.assertJQ(SolrTestCaseJ4.java:831)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
	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 10478 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001
   [junit4]   2> 1187417 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1187417 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1187417 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1187418 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1187418 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1187459 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1187464 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1187478 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1187478 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 1187482 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1187579 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1187580 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1187580 WARN  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1187584 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1187591 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1187592 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1187592 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1187592 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 1187607 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1851828803
   [junit4]   2> 1187607 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 1187607 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 1187607 WARN  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib).
   [junit4]   2> 1187621 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-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> 1187624 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1187626 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1187627 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1187627 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1187627 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1187628 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema12.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, collection=collection1, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1187629 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1187630 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1187630 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1187653 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1187659 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1187677 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1187677 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 1187683 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1187747 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1187748 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1187748 WARN  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1187753 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1187755 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1187757 INFO  (coreLoadExecutor-4603-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-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1187758 INFO  (coreLoadExecutor-4603-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1187758 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1187758 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 1187758 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7935da62
   [junit4]   2> 1187759 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001
   [junit4]   2> 1187759 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001/index/
   [junit4]   2> 1187759 WARN  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1187759 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001/index
   [junit4]   2> 1187759 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4798459176804334]
   [junit4]   2> 1187760 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7973daba lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64a7194e),segFN=segments_1,generation=1}
   [junit4]   2> 1187760 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1187761 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-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001/
   [junit4]   2> 1187765 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1187765 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1187765 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1187765 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1187765 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1187765 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1187765 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1187766 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1187766 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1187766 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1187766 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1187766 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1187770 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1187771 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1187772 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1187772 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1187777 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1187778 INFO  (coreLoadExecutor-4603-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> 1187779 WARN  (coreLoadExecutor-4603-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> 1187779 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1187779 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1187780 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1187780 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=23.41796875, floorSegmentMB=1.08984375, forceMergeDeletesPctAllowed=0.27523685460142167, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1187780 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7973daba lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64a7194e),segFN=segments_1,generation=1}
   [junit4]   2> 1187780 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1187780 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@77f8dd70[collection1] main
   [junit4]   2> 1187781 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1187781 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1187781 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1187781 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1187789 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1187824 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1187824 INFO  (searcherExecutor-4604-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1187824 INFO  (coreLoadExecutor-4603-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1187824 INFO  (searcherExecutor-4604-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1187824 INFO  (searcherExecutor-4604-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1187824 INFO  (searcherExecutor-4604-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1187827 INFO  (searcherExecutor-4604-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1187829 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1187830 INFO  (searcherExecutor-4604-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1187830 INFO  (searcherExecutor-4604-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1187830 INFO  (searcherExecutor-4604-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1187830 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 0
   [junit4]   2> 1187831 INFO  (searcherExecutor-4604-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1187831 INFO  (searcherExecutor-4604-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@77f8dd70[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1187832 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1187832 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1187834 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1187834 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1187835 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 1187835 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 1187835 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1187837 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7973daba lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64a7194e),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7973daba lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64a7194e),segFN=segments_2,generation=2}
   [junit4]   2> 1187838 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1187839 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@21ac923e[collection1] main
   [junit4]   2> 1187839 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1187840 INFO  (searcherExecutor-4604-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@21ac923e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C7)))}
   [junit4]   2> 1187840 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 1187843 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNestedQueryModifiers
   [junit4]   2> 1187844 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=_query_:"\"how+brown\"~2"&debug=query&wt=xml} hits=1 status=0 QTime=1 
   [junit4]   2> 1187845 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=_query_:"{!v%3D$qq}"&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1187846 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=_query_:"{!v%3D$qq}"~1&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1187846 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=++{!v%3D$qq}~1&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1187847 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=text:x^2&q=_query_:"{!v%3D$qq}"^3&debug=query&fl=id,score&fq=id:1&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1187848 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=text:x^2&q=++{!v%3D$qq}^3&debug=query&fl=id,score&fq=id:1&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1187848 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNestedQueryModifiers
   [junit4]   2> 1187863 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testComments
   [junit4]   2> 1187864 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+id:2+/*+*:*+*/+id:3&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1187864 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+/**.*/&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1187869 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=+"/*"+id:1+id:2+"*/"+id:3&wt=xml} hits=3 status=0 QTime=4 
   [junit4]   2> 1187870 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+/*+id:2+/*+*/+/*+/**/+id:3+*/+id:10+*/+id:11&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1187870 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testComments
   [junit4]   2> 1187876 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCSQ
   [junit4]   2> 1187877 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCSQ
   [junit4]   2> 1187879 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 1187880 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=eee_s:'balance'&indent=true&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1187880 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 1187885 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFilter
   [junit4]   2> 1187887 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.SolrCore java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]   2> 	at org.apache.lucene.search.Query.createWeight(Query.java:79)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]   2> 	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
   [junit4]   2> 	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
   [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.assertJQ(SolrTestCaseJ4.java:831)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
   [junit4]   2> 	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
   [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> 1187889 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*+0&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&wt=xml} status=500 QTime=4 
   [junit4]   2> 1187890 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*+0&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&wt=xml
   [junit4]   2> 1187890 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrQueryParser -Dtests.method=testFilter -Dtests.seed=6DCB44177A240FC0 -Dtests.slow=true -Dtests.locale=ro -Dtests.timezone=America/St_Johns -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.02s J1 | TestSolrQueryParser.testFilter <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6DCB44177A240FC0:A5192181E52D289A]:0)
   [junit4]    > 	at org.apache.lucene.search.Query.createWeight(Query.java:79)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]    > 	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
   [junit4]    > 	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
   [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.assertJQ(SolrTestCaseJ4.java:831)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
   [junit4]    > 	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1187907 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSyntax
   [junit4]   2> 1187907 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*&df=doesnotexist_s&wt=xml} hits=7 status=0 QTime=0 
   [junit4]   2> 1187908 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=doesnotexist_s:*&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1187908 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=doesnotexist_s:(+*+*+*+)&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1187909 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=foo_dt:"2013-03-08T00:46:15Z/DAY%2B000MILLISECONDS%2B00SECONDS%2B00MINUTES%2B00HOURS%2B0000000000YEARS%2B6MONTHS%2B3DAYS"&debug=query&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1187909 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSyntax
   [junit4]   2> 1187917 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPhrase
   [junit4]   2> 1187918 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=text:now-cow&indent=true&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1187923 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=text_np:now-cow&indent=true&wt=xml} hits=2 status=0 QTime=5 
   [junit4]   2> 1187926 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPhrase
   [junit4]   2> 1187935 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsInQP
   [junit4]   2> 1187936 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=now&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1187936 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=nomatch&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1187937 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=now&q=qaz+{!term+f%3Dtext}now+wsx&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1187937 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dfoo_s+v%3D'a+\'+"+\\+{!+)+}+(+{+z'}+wsx&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1187938 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dfoo_s+v%3D"a+'+\"+\\+{!+)+}+(+{+z"}+wsx&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1187938 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6DCB44177A240FC0]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!join+from%3Dwww_s+to%3Deee_s}{!join+from%3Dqqq_s+to%3Dwww_s}id:10&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1187938 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6DCB44177A240FC0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsInQP
   [junit4]   2> 1187939 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1187939 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1851828803
   [junit4]   2> 1187939 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a972697
   [junit4]   2> 1187939 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1187940 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1187940 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1187940 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1187940 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1187965 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1187966 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1187966 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001/index
   [junit4]   2> 1187966 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001;done=false>>]
   [junit4]   2> 1187967 INFO  (SUITE-TestSolrQueryParser-seed#[6DCB44177A240FC0]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_6DCB44177A240FC0-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ro, timezone=America/St_Johns
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=1,free=95405112,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SpellingQueryConverterTest, TestDistribIDF, TestCoreDiscovery, DocValuesMissingTest, BlockDirectoryTest, SegmentsInfoRequestHandlerTest, OverseerCollectionProcessorTest, BufferStoreTest, TestFuzzyAnalyzedSuggestions, CollectionTooManyReplicasTest, ZkNodePropsTest, SpellCheckComponentTest, TestInitParams, CloudMLTQParserTest, TestCloudManagedSchemaConcurrent, LoggingHandlerTest, TermVectorComponentTest, MinimalSchemaTest, TestSolrQueryParserDefaultOperatorResource, TestRestManager, TestDefaultStatsCache, TestFieldTypeResource, TestAuthenticationFramework, IndexBasedSpellCheckerTest, TestJsonFacets, DocumentBuilderTest, DeleteLastCustomShardedReplicaTest, DistributedFacetPivotWhiteBoxTest, HdfsNNFailoverTest, TestConfigReload, CustomCollectionTest, SpellPossibilityIteratorTest, FullHLLTest, HighlighterConfigTest, ShardRoutingCustomTest, MBeansHandlerTest, TestOrdValues, EchoParamsTest, DistributedQueueTest, TestTrie, TestMiniSolrCloudCluster, TestSchemaManager, TestUtils, SSLMigrationTest, TestManagedStopFilterFactory, DirectSolrSpellCheckerTest, BasicFunctionalityTest, TestRangeQuery, SuggesterTSTTest, TestRecovery, SolrRequestParserTest, StatelessScriptUpdateProcessorFactoryTest, CollectionsAPIDistributedZkTest, SaslZkACLProviderTest, DirectUpdateHandlerOptimizeTest, ExternalFileFieldSortTest, TestSolr4Spatial, TestClassNameShortening, WordBreakSolrSpellCheckerTest, RAMDirectoryFactoryTest, UpdateRequestProcessorFactoryTest, TermVectorComponentDistributedTest, TestMissingGroups, TestSearcherReuse, TestConfigSetImmutable, TestReload, TestSolrXml, DistribDocExpirationUpdateProcessorTest, TestJoin, FastVectorHighlighterTest, TestConfigSetProperties, TermsComponentTest, DateMathParserTest, PrimitiveFieldTypeTest, TestChildDocTransformer, TestSuggestSpellingConverter, TestFastWriter, TestInfoStreamLogging, DeleteInactiveReplicaTest, TestMiniSolrCloudClusterSSL, TestInitQParser, TestSolrConfigHandlerCloud, TestMergePolicyConfig, TestBulkSchemaConcurrent, TestManagedSchemaDynamicFieldResource, HdfsThreadLeakTest, OverriddenZkACLAndCredentialsProvidersTest, RollingRestartTest, ConvertedLegacyTest, SimplePostToolTest, DistributedTermsComponentTest, DistributedQueryComponentOptimizationTest, TestCodecSupport, FacetPivotSmallTest, TestHighlightDedupGrouping, CoreMergeIndexesAdminHandlerTest, QueryParsingTest, TestExactStatsCache, TestSolrQueryParser]
   [junit4] Completed [210/531] on J1 in 0.58s, 8 tests, 1 error <<< FAILURES!

[...truncated 990 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:726: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:670: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:230: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1449: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1003: There were test failures: 531 suites, 2105 tests, 1 error, 71 ignored (29 assumptions)

Total time: 64 minutes 58 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-5.x-MacOSX (64bit/jdk1.8.0) - Build # 2549 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.search.TestSolrQueryParser.testFilter

Error Message:
Query SortedIntDocSetTopFilter does not implement createWeight

Stack Trace:
java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
	at __randomizedtesting.SeedInfo.seed([A5441DAB6A598318:6D96783DF550A442]:0)
	at org.apache.lucene.search.Query.createWeight(Query.java:79)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
	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.assertJQ(SolrTestCaseJ4.java:831)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
	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 10846 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001
   [junit4]   2> 1605654 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1605654 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1605654 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1605655 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1605655 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1605689 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1605695 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1605769 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1605770 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 1605773 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1605827 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1605828 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1605828 WARN  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1605834 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1605836 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1605837 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1605837 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1605837 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 1605868 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 576439290
   [junit4]   2> 1605868 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 1605868 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 1605868 WARN  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib).
   [junit4]   2> 1605875 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-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> 1605876 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1605876 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1605876 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1605876 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1605876 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1605877 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema12.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, collection=collection1, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1605878 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1605878 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1605878 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1605895 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1605901 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1605915 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1605915 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 1605918 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1606010 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1606011 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1606012 WARN  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1606017 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1606018 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1606020 INFO  (coreLoadExecutor-5707-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-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1606020 INFO  (coreLoadExecutor-5707-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1606020 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1606020 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 1606020 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11054c29
   [junit4]   2> 1606021 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001
   [junit4]   2> 1606021 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001/index/
   [junit4]   2> 1606021 WARN  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1606021 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001/index
   [junit4]   2> 1606021 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1606022 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5be48dfa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f31b534),segFN=segments_1,generation=1}
   [junit4]   2> 1606022 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1606022 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-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001/
   [junit4]   2> 1606025 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1606026 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1606026 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1606026 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1606026 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1606026 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1606026 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1606026 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1606026 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1606027 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1606027 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1606027 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1606028 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1606029 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1606030 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1606030 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1606034 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1606035 INFO  (coreLoadExecutor-5707-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> 1606035 WARN  (coreLoadExecutor-5707-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> 1606036 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1606036 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1606036 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1606037 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=16.5361328125, floorSegmentMB=0.21875, forceMergeDeletesPctAllowed=2.1393708775052414, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1606037 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5be48dfa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f31b534),segFN=segments_1,generation=1}
   [junit4]   2> 1606037 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1606038 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@6266e9be[collection1] main
   [junit4]   2> 1606038 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1606038 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1606038 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1606038 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1606046 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1606113 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1606113 INFO  (searcherExecutor-5708-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1606114 INFO  (coreLoadExecutor-5707-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1606114 INFO  (searcherExecutor-5708-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1606114 INFO  (searcherExecutor-5708-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1606114 INFO  (searcherExecutor-5708-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1606115 INFO  (searcherExecutor-5708-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1606115 INFO  (searcherExecutor-5708-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1606115 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1606115 INFO  (searcherExecutor-5708-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1606117 INFO  (searcherExecutor-5708-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1606117 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 1
   [junit4]   2> 1606117 INFO  (searcherExecutor-5708-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1606117 INFO  (searcherExecutor-5708-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6266e9be[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1606118 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1606119 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1606119 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1606119 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1606120 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 1606120 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 1606121 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1606124 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5be48dfa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f31b534),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5be48dfa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f31b534),segFN=segments_2,generation=2}
   [junit4]   2> 1606124 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1606126 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@d134768[collection1] main
   [junit4]   2> 1606126 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1606127 INFO  (searcherExecutor-5708-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d134768[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C7)))}
   [junit4]   2> 1606127 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 1606130 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPhrase
   [junit4]   2> 1606132 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=text:now-cow&indent=true&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1606133 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=text_np:now-cow&indent=true&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1606133 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPhrase
   [junit4]   2> 1606136 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSyntax
   [junit4]   2> 1606137 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*&df=doesnotexist_s&wt=xml} hits=7 status=0 QTime=0 
   [junit4]   2> 1606138 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=doesnotexist_s:*&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1606138 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=doesnotexist_s:(+*+*+*+)&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1606139 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=foo_dt:"2013-03-08T00:46:15Z/DAY%2B000MILLISECONDS%2B00SECONDS%2B00MINUTES%2B00HOURS%2B0000000000YEARS%2B6MONTHS%2B3DAYS"&debug=query&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1606139 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSyntax
   [junit4]   2> 1606142 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 1606143 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=eee_s:'balance'&indent=true&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1606143 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 1606156 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCSQ
   [junit4]   2> 1606157 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCSQ
   [junit4]   2> 1606160 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFilter
   [junit4]   2> 1606161 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[A5441DAB6A598318]) [    ] o.a.s.c.SolrCore java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]   2> 	at org.apache.lucene.search.Query.createWeight(Query.java:79)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]   2> 	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
   [junit4]   2> 	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
   [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.assertJQ(SolrTestCaseJ4.java:831)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
   [junit4]   2> 	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
   [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> 1606162 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*+0&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&wt=xml} status=500 QTime=2 
   [junit4]   2> 1606162 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*+0&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&wt=xml
   [junit4]   2> 1606162 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrQueryParser -Dtests.method=testFilter -Dtests.seed=A5441DAB6A598318 -Dtests.slow=true -Dtests.locale=en_NZ -Dtests.timezone=Antarctica/South_Pole -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.04s J1 | TestSolrQueryParser.testFilter <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A5441DAB6A598318:6D96783DF550A442]:0)
   [junit4]    > 	at org.apache.lucene.search.Query.createWeight(Query.java:79)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]    > 	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
   [junit4]    > 	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
   [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.assertJQ(SolrTestCaseJ4.java:831)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
   [junit4]    > 	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1606195 INFO  (TEST-TestSolrQueryParser.testComments-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testComments
   [junit4]   2> 1606195 INFO  (TEST-TestSolrQueryParser.testComments-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+id:2+/*+*:*+*/+id:3&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1606196 INFO  (TEST-TestSolrQueryParser.testComments-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+/**.*/&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1606196 INFO  (TEST-TestSolrQueryParser.testComments-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=+"/*"+id:1+id:2+"*/"+id:3&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1606196 INFO  (TEST-TestSolrQueryParser.testComments-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+/*+id:2+/*+*/+/*+/**/+id:3+*/+id:10+*/+id:11&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1606196 INFO  (TEST-TestSolrQueryParser.testComments-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testComments
   [junit4]   2> 1606198 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNestedQueryModifiers
   [junit4]   2> 1606199 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=_query_:"\"how+brown\"~2"&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1606200 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=_query_:"{!v%3D$qq}"&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1606200 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=_query_:"{!v%3D$qq}"~1&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1606201 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=++{!v%3D$qq}~1&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1606201 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=text:x^2&q=_query_:"{!v%3D$qq}"^3&debug=query&fl=id,score&fq=id:1&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1606202 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=text:x^2&q=++{!v%3D$qq}^3&debug=query&fl=id,score&fq=id:1&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1606202 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNestedQueryModifiers
   [junit4]   2> 1606204 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsInQP
   [junit4]   2> 1606205 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=now&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1606205 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=nomatch&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1606205 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=now&q=qaz+{!term+f%3Dtext}now+wsx&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1606206 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dfoo_s+v%3D'a+\'+"+\\+{!+)+}+(+{+z'}+wsx&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1606206 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dfoo_s+v%3D"a+'+\"+\\+{!+)+}+(+{+z"}+wsx&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1606220 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[A5441DAB6A598318]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!join+from%3Dwww_s+to%3Deee_s}{!join+from%3Dqqq_s+to%3Dwww_s}id:10&wt=xml} hits=1 status=0 QTime=12 
   [junit4]   2> 1606220 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[A5441DAB6A598318]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsInQP
   [junit4]   2> 1606220 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1606220 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=576439290
   [junit4]   2> 1606221 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c7390eb
   [junit4]   2> 1606221 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1606221 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1606221 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1606221 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1606222 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1606233 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1606233 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001;done=false>>]
   [junit4]   2> 1606233 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001
   [junit4]   2> 1606233 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1606233 INFO  (SUITE-TestSolrQueryParser-seed#[A5441DAB6A598318]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestSolrQueryParser_A5441DAB6A598318-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {eee_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), qqq_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), text_np=PostingsFormat(name=Asserting), foo_s=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Memory doPackFST= true), text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), www_s=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=DefaultSimilarity, locale=en_NZ, timezone=Antarctica/South_Pole
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=1,free=126627440,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestAddFieldRealTimeGet, DocExpirationUpdateProcessorFactoryTest, TestLMJelinekMercerSimilarityFactory, TestTolerantSearch, TestAuthorizationFramework, HdfsDirectoryFactoryTest, SolrIndexConfigTest, CSVRequestHandlerTest, TestStandardQParsers, NotRequiredUniqueKeyTest, TestRTGBase, TestFuzzyAnalyzedSuggestions, HighlighterTest, ChaosMonkeySafeLeaderTest, TestMiniSolrCloudClusterSSL, FieldMutatingUpdateProcessorTest, DistributedQueryComponentCustomSortTest, StatsComponentTest, SegmentsInfoRequestHandlerTest, CopyFieldTest, SpatialFilterTest, AsyncMigrateRouteKeyTest, SpellCheckComponentTest, TestZkChroot, WordBreakSolrSpellCheckerTest, RequestLoggingTest, HttpPartitionTest, TestRebalanceLeaders, TestOrdValues, TestBadConfig, DirectUpdateHandlerOptimizeTest, TestDFRSimilarityFactory, TestSolrXml, TestReload, SearchHandlerTest, TestFastOutputStream, MBeansHandlerTest, DistribCursorPagingTest, TestRemoteStreaming, ExitableDirectoryReaderTest, HdfsNNFailoverTest, TestQuerySenderNoQuery, FullSolrCloudDistribCmdsTest, AsyncCallRequestStatusResponseTest, StandardRequestHandlerTest, TestSuggestSpellingConverter, DocValuesMissingTest, UpdateRequestProcessorFactoryTest, UUIDUpdateProcessorFallbackTest, TestManagedStopFilterFactory, StatelessScriptUpdateProcessorFactoryTest, TestInitParams, TestConfigSetProperties, TestCollapseQParserPlugin, CollectionsAPIAsyncDistributedZkTest, TestSearchPerf, CurrencyFieldXmlFileTest, ZkNodePropsTest, TestDefaultStatsCache, TestBlendedInfixSuggestions, CollectionsAPIDistributedZkTest, DeleteLastCustomShardedReplicaTest, TestJoin, BufferStoreTest, TestPHPSerializedResponseWriter, SimpleMLTQParserTest, AliasIntegrationTest, TestDynamicLoading, DateRangeFieldTest, PrimitiveFieldTypeTest, TestJsonRequest, RollingRestartTest, TestSolrDynamicMBean, TestRestManager, DataDrivenBlockJoinTest, TestCloudManagedSchema, TestSortingResponseWriter, OpenExchangeRatesOrgProviderTest, TestRecovery, SpellingQueryConverterTest, ConvertedLegacyTest, TestRangeQuery, SaslZkACLProviderTest, JsonLoaderTest, TestSolrQueryParserDefaultOperatorResource, DistributedMLTComponentTest, AutoCommitTest, TestConfig, TestSolrConfigHandlerCloud, TestQuerySenderListener, TestMissingGroups, TestReqParamsAPI, FileBasedSpellCheckerTest, QueryParsingTest, BasicZkTest, TestSerializedLuceneMatchVersion, TestRandomFaceting, ZkStateWriterTest, TestFileDictionaryLookup, TestSolrJ, TestBulkSchemaConcurrent, MoreLikeThisHandlerTest, EchoParamsTest, TestSolrDeletionPolicy1, ZkSolrClientTest, TestSolrCLIRunExample, TestInitQParser, IndexBasedSpellCheckerTest, DistributedTermsComponentTest, TestRandomMergePolicy, CustomCollectionTest, ExternalFileFieldSortTest, FacetPivotSmallTest, DeleteInactiveReplicaTest, TestSchemaResource, ShardRoutingCustomTest, TestManagedSchemaFieldTypeResource, ResponseHeaderTest, TestSmileRequest, DateFieldTest, TestCursorMarkWithoutUniqueKey, TestSolrDeletionPolicy2, TestDocSet, TermVectorComponentTest, ResourceLoaderTest, TestSchemaManager, TestFastWriter, OverriddenZkACLAndCredentialsProvidersTest, TestValueSourceCache, SyncSliceTest, OverseerTest, ClusterStateUpdateTest, TestDistributedGrouping, TestFaceting, DistributedSpellCheckComponentTest, ZkControllerTest, HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, SolrCmdDistributorTest, TestLazyCores, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest, TestCoreDiscovery, SuggesterFSTTest, SolrRequestParserTest, SuggesterTSTTest, TestTrie, TestCSVLoader, SchemaVersionSpecificBehaviorTest, QueryEqualityTest, DocValuesMultiTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, TestReversedWildcardFilterFactory, TermsComponentTest, TestIndexingPerformance, TestSolrQueryParser]
   [junit4] Completed [336/531] on J1 in 0.59s, 8 tests, 1 error <<< FAILURES!

[...truncated 625 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:726: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:670: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:230: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1449: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1003: There were test failures: 531 suites, 2105 tests, 1 error, 71 ignored (29 assumptions)

Total time: 68 minutes 31 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-5.x-MacOSX (64bit/jdk1.8.0) - Build # 2548 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.search.TestSolrQueryParser.testFilter

Error Message:
Query SortedIntDocSetTopFilter does not implement createWeight

Stack Trace:
java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
	at __randomizedtesting.SeedInfo.seed([1CE0BEE17C36099C:D432DB77E33F2EC6]:0)
	at org.apache.lucene.search.Query.createWeight(Query.java:79)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
	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.assertJQ(SolrTestCaseJ4.java:831)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
	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 10858 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001
   [junit4]   2> 1839756 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1839758 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1839758 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1839759 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1839759 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1839789 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1839795 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1839810 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1839811 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 1839815 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1839900 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1839900 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1839902 WARN  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1839925 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1839926 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1839928 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1839928 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 1839928 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 1839939 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 857710160
   [junit4]   2> 1839939 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 1839939 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 1839940 WARN  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib).
   [junit4]   2> 1839945 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-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> 1839948 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1839948 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1839948 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1839948 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1839948 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1839949 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema12.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, collection=collection1, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1839950 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1839950 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1839950 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1839970 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1839976 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1839995 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1839996 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 1839999 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1840064 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1840065 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1840065 WARN  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1840076 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1840077 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1840080 INFO  (coreLoadExecutor-5277-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-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1840080 INFO  (coreLoadExecutor-5277-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1840080 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1840081 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 1840081 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@22f47c6e
   [junit4]   2> 1840081 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001
   [junit4]   2> 1840081 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001/index/
   [junit4]   2> 1840081 WARN  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1840081 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001/index
   [junit4]   2> 1840082 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1859196015, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1840082 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@710d15b2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@317afc00),segFN=segments_1,generation=1}
   [junit4]   2> 1840082 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1840083 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-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001/
   [junit4]   2> 1840085 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1840086 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1840086 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1840086 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1840086 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1840086 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1840086 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1840086 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1840086 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1840087 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1840087 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1840087 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1840095 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1840095 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1840096 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1840098 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1840103 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1840104 INFO  (coreLoadExecutor-5277-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> 1840105 WARN  (coreLoadExecutor-5277-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> 1840105 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1840106 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1840106 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1840106 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=25.08203125, floorSegmentMB=1.8642578125, forceMergeDeletesPctAllowed=13.352522215232918, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1840107 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@710d15b2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@317afc00),segFN=segments_1,generation=1}
   [junit4]   2> 1840107 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1840107 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3c20855b[collection1] main
   [junit4]   2> 1840107 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1840107 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1840107 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1840107 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1840123 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1840172 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1840172 INFO  (searcherExecutor-5278-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1840173 INFO  (coreLoadExecutor-5277-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1840173 INFO  (searcherExecutor-5278-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1840173 INFO  (searcherExecutor-5278-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1840173 INFO  (searcherExecutor-5278-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1840174 INFO  (searcherExecutor-5278-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1840174 INFO  (searcherExecutor-5278-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1840174 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1840175 INFO  (searcherExecutor-5278-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1840175 INFO  (searcherExecutor-5278-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1840175 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 0
   [junit4]   2> 1840176 INFO  (searcherExecutor-5278-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1840176 INFO  (searcherExecutor-5278-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3c20855b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1840177 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1840177 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1840178 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1840178 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1840178 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 1840179 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 1840179 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1840181 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@710d15b2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@317afc00),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@710d15b2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@317afc00),segFN=segments_2,generation=2}
   [junit4]   2> 1840181 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1840182 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@48aeefb4[collection1] main
   [junit4]   2> 1840183 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1840183 INFO  (searcherExecutor-5278-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@48aeefb4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):c7)))}
   [junit4]   2> 1840184 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 1840187 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSyntax
   [junit4]   2> 1840188 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*&df=doesnotexist_s&wt=xml} hits=7 status=0 QTime=1 
   [junit4]   2> 1840189 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=doesnotexist_s:*&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1840190 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=doesnotexist_s:(+*+*+*+)&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1840191 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=foo_dt:"2013-03-08T00:46:15Z/DAY%2B000MILLISECONDS%2B00SECONDS%2B00MINUTES%2B00HOURS%2B0000000000YEARS%2B6MONTHS%2B3DAYS"&debug=query&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1840191 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSyntax
   [junit4]   2> 1840196 INFO  (TEST-TestSolrQueryParser.testComments-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testComments
   [junit4]   2> 1840197 INFO  (TEST-TestSolrQueryParser.testComments-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+id:2+/*+*:*+*/+id:3&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1840197 INFO  (TEST-TestSolrQueryParser.testComments-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+/**.*/&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1840198 INFO  (TEST-TestSolrQueryParser.testComments-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=+"/*"+id:1+id:2+"*/"+id:3&wt=xml} hits=3 status=0 QTime=0 
   [junit4]   2> 1840198 INFO  (TEST-TestSolrQueryParser.testComments-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1+/*+id:2+/*+*/+/*+/**/+id:3+*/+id:10+*/+id:11&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1840199 INFO  (TEST-TestSolrQueryParser.testComments-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testComments
   [junit4]   2> 1840212 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 1840213 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=eee_s:'balance'&indent=true&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1840213 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 1840216 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPhrase
   [junit4]   2> 1840217 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=text:now-cow&indent=true&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1840217 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=text_np:now-cow&indent=true&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1840217 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPhrase
   [junit4]   2> 1840227 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsInQP
   [junit4]   2> 1840227 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=now&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1840228 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=nomatch&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1840228 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=now&q=qaz+{!term+f%3Dtext}now+wsx&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 1840228 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dfoo_s+v%3D'a+\'+"+\\+{!+)+}+(+{+z'}+wsx&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1840229 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dfoo_s+v%3D"a+'+\"+\\+{!+)+}+(+{+z"}+wsx&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1840238 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!join+from%3Dwww_s+to%3Deee_s}{!join+from%3Dqqq_s+to%3Dwww_s}id:10&wt=xml} hits=1 status=0 QTime=8 
   [junit4]   2> 1840238 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsInQP
   [junit4]   2> 1840243 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNestedQueryModifiers
   [junit4]   2> 1840244 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=_query_:"\"how+brown\"~2"&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1840245 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=_query_:"{!v%3D$qq}"&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1840245 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=_query_:"{!v%3D$qq}"~1&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1840245 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq="how+brown"~2&q=++{!v%3D$qq}~1&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 1840246 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=text:x^2&q=_query_:"{!v%3D$qq}"^3&debug=query&fl=id,score&fq=id:1&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1840247 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={qq=text:x^2&q=++{!v%3D$qq}^3&debug=query&fl=id,score&fq=id:1&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 1840247 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNestedQueryModifiers
   [junit4]   2> 1840249 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCSQ
   [junit4]   2> 1840250 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCSQ
   [junit4]   2> 1840252 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFilter
   [junit4]   2> 1840254 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.SolrCore java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]   2> 	at org.apache.lucene.search.Query.createWeight(Query.java:79)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]   2> 	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
   [junit4]   2> 	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
   [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.assertJQ(SolrTestCaseJ4.java:831)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
   [junit4]   2> 	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
   [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> 1840255 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[1CE0BEE17C36099C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*+0&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&wt=xml} status=500 QTime=2 
   [junit4]   2> 1840255 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*+0&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&wt=xml
   [junit4]   2> 1840256 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[1CE0BEE17C36099C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrQueryParser -Dtests.method=testFilter -Dtests.seed=1CE0BEE17C36099C -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=Indian/Mauritius -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | TestSolrQueryParser.testFilter <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1CE0BEE17C36099C:D432DB77E33F2EC6]:0)
   [junit4]    > 	at org.apache.lucene.search.Query.createWeight(Query.java:79)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]    > 	at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
   [junit4]    > 	at org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
   [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.assertJQ(SolrTestCaseJ4.java:831)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
   [junit4]    > 	at org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1840260 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1840260 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=857710160
   [junit4]   2> 1840261 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@45a214cb
   [junit4]   2> 1840261 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1840261 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1840262 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1840262 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1840262 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1840274 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1840275 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1840275 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001/index
   [junit4]   2> 1840275 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001;done=false>>]
   [junit4]   2> 1840275 INFO  (SUITE-TestSolrQueryParser-seed#[1CE0BEE17C36099C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestSolrQueryParser_1CE0BEE17C36099C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {eee_s=Lucene50(blocksize=128), qqq_s=Lucene50(blocksize=128), text_np=PostingsFormat(name=Memory doPackFST= false), foo_s=PostingsFormat(name=Memory doPackFST= false), id=FST50, text=Lucene50(blocksize=128), www_s=FST50}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=fi, timezone=Indian/Mauritius
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=1,free=166510608,total=412614656
   [junit4]   2> NOTE: All tests run in this JVM: [ShardRoutingTest, AlternateDirectoryTest, TestIntervalFaceting, TestBM25SimilarityFactory, TestPKIAuthenticationPlugin, SolrXmlInZkTest, SolrIndexSplitterTest, SimpleFacetsTest, RecoveryAfterSoftCommitTest, OverseerRolesTest, BlockCacheTest, TestRawResponseWriter, TestQueryTypes, TestCollectionAPI, TestRandomDVFaceting, TestSweetSpotSimilarityFactory, DistributedFacetPivotLargeTest, TestSolrQueryParserResource, TestIndexingPerformance, TestNonDefinedSimilarityFactory, CoreAdminRequestStatusTest, HdfsRecoverLeaseTest, TestCryptoKeys, TestRequestStatusCollectionAPI, LeaderElectionTest, UUIDFieldTest, JavabinLoaderTest, BasicAuthIntegrationTest, AddBlockUpdateTest, StressHdfsTest, DistributedFacetPivotSmallTest, TestElisionMultitermQuery, TestHdfsUpdateLog, SuggestComponentTest, DirectSolrConnectionTest, SolrPluginUtilsTest, SystemInfoHandlerTest, SynonymTokenizerTest, CleanupOldIndexTest, RequestHandlersTest, TestUpdate, TriLevelCompositeIdRoutingTest, SimpleCollectionCreateDeleteTest, ResponseLogComponentTest, TestRestoreCore, SolrInfoMBeanTest, PathHierarchyTokenizerFactoryTest, ConcurrentDeleteAndCreateCollectionTest, TestReplicationHandlerBackup, IndexSchemaRuntimeFieldTest, BJQParserTest, TestStressLucene, TestShardHandlerFactory, HdfsBasicDistributedZk2Test, TestArbitraryIndexDir, TestStressReorder, SampleTest, PrimUtilsTest, TestFieldResource, UniqFieldsUpdateProcessorFactoryTest, TestSortByMinMaxFunction, AtomicUpdatesTest, TestExpandComponent, ZkControllerTest, DistributedFacetPivotLongTailTest, TestSolrConfigHandler, TestStressVersions, DistributedDebugComponentTest, DistributedVersionInfoTest, NoCacheHeaderTest, DefaultValueUpdateProcessorTest, ParsingFieldUpdateProcessorsTest, BitVectorTest, TestSort, SliceStateTest, ScriptEngineTest, HdfsUnloadDistributedZkTest, TimeZoneUtilsTest, TestAnalyzedSuggestions, TestGroupingSearch, TestRTimer, TestDistributedSearch, SoftAutoCommitTest, TestConfigSets, TestBinaryField, TestMinMaxOnMultiValuedField, AddSchemaFieldsUpdateProcessorFactoryTest, HdfsDirectoryTest, ChaosMonkeyNothingIsSafeTest, CircularListTest, SortByFunctionTest, CacheHeaderTest, SmileWriterTest, TestWriterPerf, TestXIncludeConfig, TestSolr4Spatial2, TestDistributedMissingSort, EnumFieldTest, TestHashQParserPlugin, TestPivotHelperCode, TestCollationFieldDocValues, TestNRTOpen, TestRemoveLastDynamicCopyField, ExplicitHLLTest, DirectUpdateHandlerTest, DistributedSpellCheckComponentTest, SuggesterTest, TestSimpleQParserPlugin, TestCloudSchemaless, TestPostingsSolrHighlighter, TestClusterStateMutator, SecurityConfHandlerTest, TestSolrIndexConfig, SpatialRPTFieldTypeTest, TestFreeTextSuggestions, TestNamedUpdateProcessors, TestSolrConfigHandlerConcurrent, QueryElevationComponentTest, TestSchemaSimilarityResource, SOLR749Test, URLClassifyProcessorTest, TestLFUCache, DOMUtilTest, CachingDirectoryFactoryTest, TestFieldCollectionResource, TestScoreJoinQPNoScore, RequiredFieldsTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, ZkCLITest, SolrCoreTest, StatsComponentTest, BasicFunctionalityTest, OverseerCollectionProcessorTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, TestExtendedDismaxParser, CoreAdminHandlerTest, TestTrie, TestCSVLoader, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, TestRemoteStreaming, DocValuesMultiTest, TestSolrDeletionPolicy1, DebugComponentTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestQueryUtils, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest, TestSolrQueryParser]
   [junit4] Completed [335/531] on J0 in 0.53s, 8 tests, 1 error <<< FAILURES!

[...truncated 612 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:726: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:670: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:230: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:524: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1449: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1003: There were test failures: 531 suites, 2105 tests, 1 error, 71 ignored (29 assumptions)

Total time: 65 minutes 51 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