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 02:20:17 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4992/
Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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([604478AA990F627C:A8961D3C06064526]: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 9973 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001
   [junit4]   2> 287915 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 287916 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 287917 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 287918 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 287918 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 287990 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 288021 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 288088 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 288089 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema12.xml
   [junit4]   2> 288103 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 288552 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 288554 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 288555 WARN  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 288565 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 288569 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 288578 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 288578 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 288578 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 288594 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1277391948
   [junit4]   2> 288595 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 288595 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 288596 WARN  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 288605 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-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> 288609 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 288609 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 288610 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 288610 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 288610 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 288613 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {instanceDir=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, name=collection1, loadOnStartup=true, collection=collection1, config=solrconfig.xml, shard=shard1, configSetProperties=configsetprops.json, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001, schema=schema12.xml, transient=false}
   [junit4]   2> 288614 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 288615 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 288615 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 288646 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 288672 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 288722 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 288723 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema12.xml
   [junit4]   2> 288729 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 289105 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 289108 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 289109 WARN  (coreLoadExecutor-700-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 289117 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 289123 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 289131 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf'
   [junit4]   2> 289131 INFO  (coreLoadExecutor-700-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 289132 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 289132 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\], dataDir=[null]
   [junit4]   2> 289132 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f4cce33
   [junit4]   2> 289133 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001\
   [junit4]   2> 289133 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001\index/
   [junit4]   2> 289133 WARN  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 289134 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001\index
   [junit4]   2> 289134 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 289134 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6314b3b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e4211aa),segFN=segments_1,generation=1}
   [junit4]   2> 289134 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 289135 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001\
   [junit4]   2> 289141 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 289142 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 289142 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 289143 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 289143 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 289143 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 289143 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 289143 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 289143 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 289144 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 289144 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 289144 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 289154 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 289155 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 289158 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 289162 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 289165 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 289175 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,dismax,spellCheckWithWordbreak_Direct,/search-facet-def,/config,/update,/terms,/admin/ping,/schema,mltrh,/update/csv,tvrh,spellCheckCompRH1,defaults,/update/json/docs,/admin/properties,/update/json,/debug/dump,/admin/logging,spellCheckCompRH_Direct,/search-facet-invariants,/admin/system,/admin/file,/mlt,/admin/threads,mock,standard,/get,/replication,lazy,spellCheckWithWordbreak,/admin/segments,/admin/plugins,/admin/luke,spellCheckCompRH
   [junit4]   2> 289177 WARN  (coreLoadExecutor-700-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> 289179 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 289179 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 289179 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 289181 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=41.232421875, floorSegmentMB=1.181640625, forceMergeDeletesPctAllowed=2.393461134233145, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 289182 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6314b3b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e4211aa),segFN=segments_1,generation=1}
   [junit4]   2> 289182 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 289182 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@631a850f[collection1] main
   [junit4]   2> 289182 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 289183 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 289183 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 289183 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 289206 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 289433 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 289434 INFO  (searcherExecutor-701-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 289435 INFO  (searcherExecutor-701-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 289435 INFO  (searcherExecutor-701-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 289435 INFO  (searcherExecutor-701-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 289435 INFO  (searcherExecutor-701-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 289435 INFO  (coreLoadExecutor-700-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 289435 INFO  (searcherExecutor-701-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 289435 INFO  (searcherExecutor-701-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 289435 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 289435 INFO  (searcherExecutor-701-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 289447 INFO  (searcherExecutor-701-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 289447 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 12
   [junit4]   2> 289447 INFO  (searcherExecutor-701-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@631a850f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 289449 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 289455 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 2
   [junit4]   2> 289457 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 289458 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 289460 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 289461 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 289463 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 289469 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6314b3b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e4211aa),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6314b3b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e4211aa),segFN=segments_2,generation=2}
   [junit4]   2> 289469 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 289472 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@5fa0fbc1[collection1] main
   [junit4]   2> 289473 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 289474 INFO  (searcherExecutor-701-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5fa0fbc1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C7)))}
   [junit4]   2> 289475 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 13
   [junit4]   2> 289481 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFilter
   [junit4]   2> 289486 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[604478AA990F627C]) [    ] 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> 289489 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[604478AA990F627C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*+0&wt=xml&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)} status=500 QTime=6 
   [junit4]   2> 289489 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*+0&wt=xml&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)
   [junit4]   2> 289489 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrQueryParser -Dtests.method=testFilter -Dtests.seed=604478AA990F627C -Dtests.slow=true -Dtests.locale=ar_LY -Dtests.timezone=Asia/Tbilisi -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.03s J1 | TestSolrQueryParser.testFilter <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([604478AA990F627C:A8961D3C06064526]: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> 289507 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPhrase
   [junit4]   2> 289508 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[604478AA990F627C]) [    ] 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> 289509 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[604478AA990F627C]) [    ] 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=1 
   [junit4]   2> 289511 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPhrase
   [junit4]   2> 289523 INFO  (TEST-TestSolrQueryParser.testComments-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testComments
   [junit4]   2> 289524 INFO  (TEST-TestSolrQueryParser.testComments-seed#[604478AA990F627C]) [    ] 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> 289525 INFO  (TEST-TestSolrQueryParser.testComments-seed#[604478AA990F627C]) [    ] 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> 289526 INFO  (TEST-TestSolrQueryParser.testComments-seed#[604478AA990F627C]) [    ] 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> 289529 INFO  (TEST-TestSolrQueryParser.testComments-seed#[604478AA990F627C]) [    ] 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=2 
   [junit4]   2> 289529 INFO  (TEST-TestSolrQueryParser.testComments-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testComments
   [junit4]   2> 289533 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsInQP
   [junit4]   2> 289535 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[604478AA990F627C]) [    ] 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=1 
   [junit4]   2> 289536 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[604478AA990F627C]) [    ] 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=0 
   [junit4]   2> 289537 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[604478AA990F627C]) [    ] 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> 289538 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[604478AA990F627C]) [    ] 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=1 
   [junit4]   2> 289539 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[604478AA990F627C]) [    ] 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> 289548 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[604478AA990F627C]) [    ] 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=9 
   [junit4]   2> 289549 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsInQP
   [junit4]   2> 289556 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSyntax
   [junit4]   2> 289557 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[604478AA990F627C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={df=doesnotexist_s&q=*&wt=xml} hits=7 status=0 QTime=0 
   [junit4]   2> 289558 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[604478AA990F627C]) [    ] 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> 289559 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[604478AA990F627C]) [    ] 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> 289560 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[604478AA990F627C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={debug=query&q=foo_dt:"2013-03-08T00:46:15Z/DAY%2B000MILLISECONDS%2B00SECONDS%2B00MINUTES%2B00HOURS%2B0000000000YEARS%2B6MONTHS%2B3DAYS"&wt=xml} hits=0 status=0 QTime=1 
   [junit4]   2> 289560 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSyntax
   [junit4]   2> 289565 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNestedQueryModifiers
   [junit4]   2> 289576 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[604478AA990F627C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={debug=query&q=_query_:"\"how+brown\"~2"&wt=xml} hits=1 status=0 QTime=11 
   [junit4]   2> 289577 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[604478AA990F627C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={debug=query&q=_query_:"{!v%3D$qq}"&wt=xml&qq="how+brown"~2} hits=1 status=0 QTime=0 
   [junit4]   2> 289578 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[604478AA990F627C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={debug=query&q=_query_:"{!v%3D$qq}"~1&wt=xml&qq="how+brown"~2} hits=1 status=0 QTime=0 
   [junit4]   2> 289579 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[604478AA990F627C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={debug=query&q=++{!v%3D$qq}~1&wt=xml&qq="how+brown"~2} hits=1 status=0 QTime=0 
   [junit4]   2> 289580 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[604478AA990F627C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={debug=query&q=_query_:"{!v%3D$qq}"^3&wt=xml&qq=text:x^2&fq=id:1&fl=id,score} hits=0 status=0 QTime=1 
   [junit4]   2> 289581 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[604478AA990F627C]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={debug=query&q=++{!v%3D$qq}^3&wt=xml&qq=text:x^2&fq=id:1&fl=id,score} hits=0 status=0 QTime=1 
   [junit4]   2> 289581 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNestedQueryModifiers
   [junit4]   2> 289589 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 289590 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[604478AA990F627C]) [    ] 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> 289590 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 289598 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCSQ
   [junit4]   2> 289599 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[604478AA990F627C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCSQ
   [junit4]   2> 289600 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 289600 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1277391948
   [junit4]   2> 289602 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@34f7919c
   [junit4]   2> 289602 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-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> 289602 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 289602 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 289603 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 289604 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 289630 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 289631 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001\;done=false>>]
   [junit4]   2> 289631 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001\
   [junit4]   2> 289631 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 289631 INFO  (SUITE-TestSolrQueryParser-seed#[604478AA990F627C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001\init-core-data-001\index
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_604478AA990F627C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {text_np=PostingsFormat(name=LuceneVarGapFixedInterval), qqq_s=PostingsFormat(name=MockRandom), id=FSTOrd50, www_s=FSTOrd50, eee_s=PostingsFormat(name=MockRandom), text=PostingsFormat(name=MockRandom), foo_s=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ar_LY, timezone=Asia/Tbilisi
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=3,threads=1,free=47142648,total=129978368
   [junit4]   2> NOTE: All tests run in this JVM: [MigrateRouteKeyTest, DistributedExpandComponentTest, SimpleMLTQParserTest, DeleteReplicaTest, RegexBoostProcessorTest, ExternalFileFieldSortTest, CollectionStateFormat2Test, OutOfBoxZkACLAndCredentialsProvidersTest, ShardRoutingCustomTest, BinaryUpdateRequestHandlerTest, BadIndexSchemaTest, PolyFieldTest, TestRandomFaceting, BufferStoreTest, TestCollationFieldDocValues, TestCodecSupport, DateMathParserTest, TestHdfsUpdateLog, TestConfig, ChangedSchemaMergeTest, TestDistributedGrouping, TestOverriddenPrefixQueryForCustomFieldType, TestBadConfig, TestObjectReleaseTracker, TestPseudoReturnFields, CopyFieldTest, IndexSchemaTest, TestSortingResponseWriter, TestSystemIdResolver, TestSchemaVersionResource, TestRemoteStreaming, SpellingQueryConverterTest, TestFastWriter, TestRangeQuery, CoreAdminCreateDiscoverTest, TestSolrQueryParser]
   [junit4] Completed [47/531] on J1 in 1.74s, 8 tests, 1 error <<< FAILURES!

[...truncated 1542 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:726: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:670: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1003: There were test failures: 531 suites, 2105 tests, 1 error, 75 ignored (39 assumptions)

Total time: 75 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-Windows (32bit/jdk1.7.0_80) - Build # 4995 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4995/
Java: 32bit/jdk1.7.0_80 -server -XX:+UseSerialGC

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([6CC36A8FB9CF3CB6:A4110F1926C61BEC]: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 10878 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001
   [junit4]   2> 2198942 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2198944 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2198944 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 2198946 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2198946 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2199009 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2199037 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2199073 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2199074 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema12.xml
   [junit4]   2> 2199079 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2199356 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2199358 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2199361 WARN  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 2199369 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2199375 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2199379 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2199380 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2199380 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 2199397 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 4900008
   [junit4]   2> 2199397 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 2199397 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 2199397 WARN  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 2199408 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-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> 2199413 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2199413 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2199414 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2199414 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2199414 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2199414 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {instanceDir=collection1, transient=false, configSetProperties=configsetprops.json, loadOnStartup=true, config=solrconfig.xml, name=collection1, shard=shard1, collection=collection1, schema=schema12.xml, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\}
   [junit4]   2> 2199415 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 2199416 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2199416 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2199443 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2199477 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2199555 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2199555 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema12.xml
   [junit4]   2> 2199565 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2199895 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2199897 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2199898 WARN  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 2199908 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2199912 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2199920 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf'
   [junit4]   2> 2199920 INFO  (coreLoadExecutor-5424-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 2199920 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2199920 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\], dataDir=[null]
   [junit4]   2> 2199921 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@aa24aa
   [junit4]   2> 2199921 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001\
   [junit4]   2> 2199921 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001\index/
   [junit4]   2> 2199922 WARN  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 2199922 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001\index
   [junit4]   2> 2199922 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=83.083984375, floorSegmentMB=0.978515625, forceMergeDeletesPctAllowed=14.305352809240908, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7918608196129158
   [junit4]   2> 2199923 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1ed2809 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@df7845),segFN=segments_1,generation=1}
   [junit4]   2> 2199923 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2199924 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001\
   [junit4]   2> 2199927 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2199928 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2199928 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2199928 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2199928 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2199928 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2199928 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2199928 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2199929 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2199929 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2199929 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2199929 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2199940 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2199944 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2199948 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2199950 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2199954 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2199957 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: standard,/terms,tvrh,/replication,spellCheckWithWordbreak,/admin/file,/admin/threads,/admin/segments,/search-facet-def,/update/json/docs,/admin/system,/search-facet-invariants,/update/csv,/admin/logging,mltrh,spellCheckCompRH_Direct,/admin/ping,spellCheckCompRH1,defaults,/schema,/mlt,spellCheckWithWordbreak_Direct,/admin/mbeans,dismax,/debug/dump,/get,/admin/properties,/admin/plugins,lazy,spellCheckCompRH,/update/json,/admin/luke,/config,mock,/update
   [junit4]   2> 2199959 WARN  (coreLoadExecutor-5424-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> 2199960 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2199961 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2199961 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2199961 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=98.099609375, floorSegmentMB=1.37109375, forceMergeDeletesPctAllowed=14.001504288983531, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6188877484559665
   [junit4]   2> 2199961 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1ed2809 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@df7845),segFN=segments_1,generation=1}
   [junit4]   2> 2199962 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2199962 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@d5e5fb[collection1] main
   [junit4]   2> 2199962 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2199962 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2199962 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2199963 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2199984 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2200093 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2200093 INFO  (searcherExecutor-5425-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2200094 INFO  (searcherExecutor-5425-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2200094 INFO  (coreLoadExecutor-5424-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2200094 INFO  (searcherExecutor-5425-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2200094 INFO  (searcherExecutor-5425-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2200095 INFO  (searcherExecutor-5425-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2200096 INFO  (searcherExecutor-5425-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2200096 INFO  (searcherExecutor-5425-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2200097 INFO  (searcherExecutor-5425-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2200097 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2200097 INFO  (searcherExecutor-5425-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2200100 INFO  (searcherExecutor-5425-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d5e5fb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2200098 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 1
   [junit4]   2> 2200106 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 3
   [junit4]   2> 2200112 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 3
   [junit4]   2> 2200114 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 2200115 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 2200116 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 2200118 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 2200121 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2200124 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1ed2809 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@df7845),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1ed2809 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@df7845),segFN=segments_2,generation=2}
   [junit4]   2> 2200125 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 2200126 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1f5bfb5[collection1] main
   [junit4]   2> 2200127 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 2200128 INFO  (searcherExecutor-5425-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f5bfb5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C7)))}
   [junit4]   2> 2200128 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 2200135 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsInQP
   [junit4]   2> 2200137 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&qq=now} hits=2 status=0 QTime=0 
   [junit4]   2> 2200137 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&qq=nomatch} hits=0 status=0 QTime=0 
   [junit4]   2> 2200138 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=qaz+{!term+f%3Dtext}now+wsx&qq=now} hits=2 status=0 QTime=0 
   [junit4]   2> 2200139 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=qaz+{!term+f%3Dfoo_s+v%3D'a+\'+"+\\+{!+)+}+(+{+z'}+wsx} hits=1 status=0 QTime=0 
   [junit4]   2> 2200140 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=qaz+{!term+f%3Dfoo_s+v%3D"a+'+\"+\\+{!+)+}+(+{+z"}+wsx} hits=1 status=0 QTime=0 
   [junit4]   2> 2200140 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=qaz+{!join+from%3Dwww_s+to%3Deee_s}{!join+from%3Dqqq_s+to%3Dwww_s}id:10} hits=1 status=0 QTime=0 
   [junit4]   2> 2200141 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsInQP
   [junit4]   2> 2200146 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPhrase
   [junit4]   2> 2200147 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&indent=true&q=text:now-cow} hits=1 status=0 QTime=0 
   [junit4]   2> 2200149 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&indent=true&q=text_np:now-cow} hits=2 status=0 QTime=0 
   [junit4]   2> 2200150 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPhrase
   [junit4]   2> 2200153 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFilter
   [junit4]   2> 2200155 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[6CC36A8FB9CF3CB6]) [    ] 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> 2200156 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=*:*+0&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)} status=500 QTime=2 
   [junit4]   2> 2200156 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: wt=xml&q=*:*+0&fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)
   [junit4]   2> 2200156 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrQueryParser -Dtests.method=testFilter -Dtests.seed=6CC36A8FB9CF3CB6 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Canada/Central -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([6CC36A8FB9CF3CB6:A4110F1926C61BEC]: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> 2200165 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSyntax
   [junit4]   2> 2200166 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=*&df=doesnotexist_s} hits=7 status=0 QTime=0 
   [junit4]   2> 2200167 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=doesnotexist_s:*} hits=0 status=0 QTime=0 
   [junit4]   2> 2200167 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=doesnotexist_s:(+*+*+*+)} hits=0 status=0 QTime=0 
   [junit4]   2> 2200168 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&debug=query&q=foo_dt:"2013-03-08T00:46:15Z/DAY%2B000MILLISECONDS%2B00SECONDS%2B00MINUTES%2B00HOURS%2B0000000000YEARS%2B6MONTHS%2B3DAYS"} hits=0 status=0 QTime=0 
   [junit4]   2> 2200169 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSyntax
   [junit4]   2> 2200172 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNestedQueryModifiers
   [junit4]   2> 2200173 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&debug=query&q=_query_:"\"how+brown\"~2"} hits=1 status=0 QTime=0 
   [junit4]   2> 2200173 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&debug=query&q=_query_:"{!v%3D$qq}"&qq="how+brown"~2} hits=1 status=0 QTime=0 
   [junit4]   2> 2200173 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&debug=query&q=_query_:"{!v%3D$qq}"~1&qq="how+brown"~2} hits=1 status=0 QTime=0 
   [junit4]   2> 2200173 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&debug=query&q=++{!v%3D$qq}~1&qq="how+brown"~2} hits=1 status=0 QTime=0 
   [junit4]   2> 2200174 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&debug=query&q=_query_:"{!v%3D$qq}"^3&fq=id:1&qq=text:x^2&fl=id,score} hits=0 status=0 QTime=0 
   [junit4]   2> 2200174 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&debug=query&q=++{!v%3D$qq}^3&fq=id:1&qq=text:x^2&fl=id,score} hits=0 status=0 QTime=0 
   [junit4]   2> 2200175 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNestedQueryModifiers
   [junit4]   2> 2200178 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 2200179 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&indent=true&q=eee_s:'balance'} hits=1 status=0 QTime=0 
   [junit4]   2> 2200179 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 2200182 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCSQ
   [junit4]   2> 2200183 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCSQ
   [junit4]   2> 2200189 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testComments
   [junit4]   2> 2200190 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=id:1+id:2+/*+*:*+*/+id:3} hits=3 status=0 QTime=1 
   [junit4]   2> 2200191 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=id:1+/**.*/} hits=1 status=0 QTime=0 
   [junit4]   2> 2200192 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=+"/*"+id:1+id:2+"*/"+id:3} hits=3 status=0 QTime=0 
   [junit4]   2> 2200193 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&q=id:1+/*+id:2+/*+*/+/*+/**/+id:3+*/+id:10+*/+id:11} hits=2 status=0 QTime=0 
   [junit4]   2> 2200193 INFO  (TEST-TestSolrQueryParser.testComments-seed#[6CC36A8FB9CF3CB6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testComments
   [junit4]   2> 2200194 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2200194 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=4900008
   [junit4]   2> 2200194 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a20f65
   [junit4]   2> 2200194 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-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> 2200194 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2200194 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2200195 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2200195 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2200204 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2200205 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 2200206 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001\index
   [junit4]   2> 2200206 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001\;done=false>>]
   [junit4]   2> 2200206 INFO  (SUITE-TestSolrQueryParser-seed#[6CC36A8FB9CF3CB6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001\init-core-data-001\
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestSolrQueryParser_6CC36A8FB9CF3CB6-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=5, maxDocsPerChunk=10, blockSize=9), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=5, blockSize=9)), sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=th, timezone=Canada/Central
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_80 (32-bit)/cpus=3,threads=1,free=53080488,total=292823040
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistribIDF, SegmentsInfoRequestHandlerTest, TestPostingsSolrHighlighter, DataDrivenBlockJoinTest, SecurityConfHandlerTest, RecoveryZkTest, QueryResultKeyTest, TestReRankQParserPlugin, SimpleFacetsTest, TestTolerantSearch, BadComponentTest, AsyncCallRequestStatusResponseTest, TestRebalanceLeaders, ShowFileRequestHandlerTest, TestCollationField, HardAutoCommitTest, TestDistribDocBasedVersion, TestAuthenticationFramework, TestDistributedSearch, TestDistributedMissingSort, PreAnalyzedFieldTest, OutputWriterTest, TestBinaryField, DistributedQueryElevationComponentTest, TestXIncludeConfig, DeleteInactiveReplicaTest, TestIndexSearcher, TestQueryTypes, HdfsThreadLeakTest, CollectionReloadTest, BJQParserTest, TestStressReorder, TestMiniSolrCloudCluster, TestAtomicUpdateErrorCases, IndexSchemaRuntimeFieldTest, OverseerTest, SuggesterFSTTest, RequestHandlersTest, TestFastLRUCache, TestHashPartitioner, TriLevelCompositeIdRoutingTest, SampleTest, TestNRTOpen, RuleEngineTest, TestChildDocTransformer, ResponseLogComponentTest, TestOmitPositions, StressHdfsTest, TestWriterPerf, TestSolrConfigHandlerConcurrent, TestUniqueKeyFieldResource, ParsingFieldUpdateProcessorsTest, TestElisionMultitermQuery, TestCloudManagedSchemaConcurrent, TestNamedUpdateProcessors, TestWordDelimiterFilterFactory, TestConfigReload, TestReplicationHandler, TestSolrIndexConfig, TestCoreContainer, TestClassNameShortening, ShardRoutingTest, SoftAutoCommitTest, TestMissingGroups, TestComplexPhraseQParserPlugin, DistributedSpellCheckComponentTest, DocumentAnalysisRequestHandlerTest, TestEmbeddedSolrServerConstructors, TestFieldCollectionResource, TestExtendedDismaxParser, TestSimpleTrackingShardHandler, HdfsNNFailoverTest, TestDistributedStatsComponentCardinality, CloudExitableDirectoryReaderTest, ZkStateWriterTest, DocValuesTest, DistributedQueueTest, RequestLoggingTest, LukeRequestHandlerTest, TestCSVResponseWriter, TestCrossCoreJoin, DeleteShardTest, TestSha256AuthenticationProvider, ScriptEngineTest, TestExactSharedStatsCache, TestRestoreCore, TestSolrCLIRunExample, CloudMLTQParserTest, TestTrackingShardHandlerFactory, TestStressLucene, CircularListTest, TestIBSimilarityFactory, SortByFunctionTest, SuggesterTest, MergeStrategyTest, SystemInfoHandlerTest, TestIntervalFaceting, VersionInfoTest, TestSchemaSimilarityResource, DistributedFacetPivotSmallAdvancedTest, ResponseHeaderTest, ClusterStateUpdateTest, NumericFieldsTest, HdfsCollectionsAPIDistributedZkTest, TestMiniSolrCloudClusterSSL, TestReplicationHandlerBackup, URLClassifyProcessorTest, TestShardHandlerFactory, DistributedQueryComponentOptimizationTest, BasicAuthIntegrationTest, TestArbitraryIndexDir, BigEndianAscendingWordSerializerTest, TestSolrConfigHandlerCloud, DirectUpdateHandlerTest, TestFileDictionaryLookup, EnumFieldTest, ConcurrentDeleteAndCreateCollectionTest, TestExceedMaxTermLength, CacheHeaderTest, TestBulkSchemaConcurrent, BlockDirectoryTest, ReplicationFactorTest, TestRemoveLastDynamicCopyField, HttpPartitionTest, TestSchemaResource, DirectSolrConnectionTest, InfoHandlerTest, SolrInfoMBeanTest, CoreAdminHandlerTest, SpatialFilterTest, TestCSVLoader, SolrCoreCheckLockOnStartupTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, DebugComponentTest, TestQueryUtils, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RequiredFieldsTest, TestSolrQueryParser]
   [junit4] Completed [332/531] on J0 in 1.29s, 8 tests, 1 error <<< FAILURES!

[...truncated 629 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:726: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:670: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1003: There were test failures: 531 suites, 2105 tests, 1 error, 75 ignored (39 assumptions)

Total time: 71 minutes 11 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-Windows (32bit/jdk1.8.0_51) - Build # 4994 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4994/
Java: 32bit/jdk1.8.0_51 -server -XX:+UseConcMarkSweepGC

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([CA7BDAC2071987C6:2A9BF549810A09C]: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 9955 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001
   [junit4]   2> 174753 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 174754 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 174754 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 174754 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 174754 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 174778 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 174784 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 174793 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 174794 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema12.xml
   [junit4]   2> 174796 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 174841 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 174841 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 174842 WARN  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 174846 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 174849 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 174850 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 174850 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 174850 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 174857 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 20908913
   [junit4]   2> 174857 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 174857 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 174857 WARN  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 174861 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-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> 174868 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 174868 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 174868 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 174868 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 174868 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 174869 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-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=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001, shard=shard1}
   [junit4]   2> 174869 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 174870 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 174870 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 174885 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 174892 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 174902 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 174903 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema12.xml
   [junit4]   2> 174906 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 174945 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 174945 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 174946 WARN  (coreLoadExecutor-387-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 174950 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 174951 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 174956 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf'
   [junit4]   2> 174956 INFO  (coreLoadExecutor-387-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 174956 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 174956 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\], dataDir=[null]
   [junit4]   2> 174956 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7aebd0
   [junit4]   2> 174957 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001\
   [junit4]   2> 174957 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001\index/
   [junit4]   2> 174957 WARN  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 174957 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001\index
   [junit4]   2> 174957 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=64.59765625, floorSegmentMB=0.580078125, forceMergeDeletesPctAllowed=11.373662851144296, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7053096747547906
   [junit4]   2> 174957 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1f8551e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af47b0),segFN=segments_1,generation=1}
   [junit4]   2> 174957 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 174958 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001\
   [junit4]   2> 174959 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 174959 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 174959 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 174959 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 174959 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 174959 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 174959 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 174960 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 174960 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 174960 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 174960 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 174960 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 174962 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 174963 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 174964 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 174964 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 174966 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 174967 INFO  (coreLoadExecutor-387-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> 174967 WARN  (coreLoadExecutor-387-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> 174967 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 174967 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 174967 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 174967 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 174967 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1f8551e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af47b0),segFN=segments_1,generation=1}
   [junit4]   2> 174967 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 174968 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1080fb[collection1] main
   [junit4]   2> 174968 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 174968 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 174968 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 174968 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 174997 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 175073 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 175074 INFO  (coreLoadExecutor-387-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 175076 INFO  (searcherExecutor-388-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 175076 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 175076 INFO  (searcherExecutor-388-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 175076 INFO  (searcherExecutor-388-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 175076 INFO  (searcherExecutor-388-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 175076 INFO  (searcherExecutor-388-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 175076 INFO  (searcherExecutor-388-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 175077 INFO  (searcherExecutor-388-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 175077 INFO  (searcherExecutor-388-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 175077 INFO  (searcherExecutor-388-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 175078 INFO  (searcherExecutor-388-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1080fb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 175079 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 4
   [junit4]   2> 175082 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 175082 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 175083 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 175084 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 175084 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 175085 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 175085 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 175092 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1f8551e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af47b0),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1f8551e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af47b0),segFN=segments_2,generation=2}
   [junit4]   2> 175093 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 175100 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@a4f2b5[collection1] main
   [junit4]   2> 175100 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 175101 INFO  (searcherExecutor-388-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@a4f2b5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C7)))}
   [junit4]   2> 175102 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 25
   [junit4]   2> 175103 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNestedQueryModifiers
   [junit4]   2> 175131 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[CA7BDAC2071987C6]) [    ] 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=42 
   [junit4]   2> 175133 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[CA7BDAC2071987C6]) [    ] 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> 175134 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[CA7BDAC2071987C6]) [    ] 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> 175134 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[CA7BDAC2071987C6]) [    ] 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> 175150 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[CA7BDAC2071987C6]) [    ] 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=17 
   [junit4]   2> 175153 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[CA7BDAC2071987C6]) [    ] 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> 175153 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNestedQueryModifiers
   [junit4]   2> 175155 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPhrase
   [junit4]   2> 175162 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[CA7BDAC2071987C6]) [    ] 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=10 
   [junit4]   2> 175163 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[CA7BDAC2071987C6]) [    ] 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=1 
   [junit4]   2> 175164 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPhrase
   [junit4]   2> 175167 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsInQP
   [junit4]   2> 175167 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[CA7BDAC2071987C6]) [    ] 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> 175169 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[CA7BDAC2071987C6]) [    ] 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> 175169 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[CA7BDAC2071987C6]) [    ] 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> 175170 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[CA7BDAC2071987C6]) [    ] 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=1 
   [junit4]   2> 175171 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[CA7BDAC2071987C6]) [    ] 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> 175179 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[CA7BDAC2071987C6]) [    ] 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=11 
   [junit4]   2> 175179 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsInQP
   [junit4]   2> 175180 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 175181 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[CA7BDAC2071987C6]) [    ] 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> 175181 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 175182 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSyntax
   [junit4]   2> 175183 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[CA7BDAC2071987C6]) [    ] 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> 175184 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[CA7BDAC2071987C6]) [    ] 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> 175185 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[CA7BDAC2071987C6]) [    ] 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> 175186 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[CA7BDAC2071987C6]) [    ] 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=1 
   [junit4]   2> 175186 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSyntax
   [junit4]   2> 175187 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCSQ
   [junit4]   2> 175188 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCSQ
   [junit4]   2> 175194 INFO  (TEST-TestSolrQueryParser.testComments-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testComments
   [junit4]   2> 175195 INFO  (TEST-TestSolrQueryParser.testComments-seed#[CA7BDAC2071987C6]) [    ] 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=1 
   [junit4]   2> 175196 INFO  (TEST-TestSolrQueryParser.testComments-seed#[CA7BDAC2071987C6]) [    ] 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> 175196 INFO  (TEST-TestSolrQueryParser.testComments-seed#[CA7BDAC2071987C6]) [    ] 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> 175197 INFO  (TEST-TestSolrQueryParser.testComments-seed#[CA7BDAC2071987C6]) [    ] 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=1 
   [junit4]   2> 175198 INFO  (TEST-TestSolrQueryParser.testComments-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testComments
   [junit4]   2> 175199 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFilter
   [junit4]   2> 175201 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[CA7BDAC2071987C6]) [    ] 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> 175202 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[CA7BDAC2071987C6]) [    ] 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=3 
   [junit4]   2> 175202 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[CA7BDAC2071987C6]) [    ] 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> 175202 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[CA7BDAC2071987C6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrQueryParser -Dtests.method=testFilter -Dtests.seed=CA7BDAC2071987C6 -Dtests.slow=true -Dtests.locale=in_ID -Dtests.timezone=Europe/Bucharest -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.02s J1 | TestSolrQueryParser.testFilter <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CA7BDAC2071987C6:2A9BF549810A09C]: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> 175220 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 175220 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=20908913
   [junit4]   2> 175220 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@196fc41
   [junit4]   2> 175220 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-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> 175220 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 175220 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 175220 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 175221 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 175230 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 175230 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001\;done=false>>]
   [junit4]   2> 175230 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001\
   [junit4]   2> 175230 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 175230 INFO  (SUITE-TestSolrQueryParser-seed#[CA7BDAC2071987C6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001\init-core-data-001\index
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_CA7BDAC2071987C6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {eee_s=PostingsFormat(name=LuceneVarGapFixedInterval), qqq_s=PostingsFormat(name=LuceneVarGapFixedInterval), text_np=PostingsFormat(name=LuceneFixedGap), foo_s=PostingsFormat(name=MockRandom), id=FSTOrd50, text=PostingsFormat(name=LuceneVarGapFixedInterval), www_s=FSTOrd50}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=in_ID, timezone=Europe/Bucharest
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_51 (32-bit)/cpus=3,threads=1,free=38129328,total=144977920
   [junit4]   2> NOTE: All tests run in this JVM: [CSVRequestHandlerTest, TestInitQParser, CloudMLTQParserTest, DistributedFacetPivotWhiteBoxTest, BufferStoreTest, TestSolrDynamicMBean, PKIAuthenticationIntegrationTest, ChaosMonkeySafeLeaderTest, SolrIndexConfigTest, ExternalFileFieldSortTest, TestSolrJ, TestLMDirichletSimilarityFactory, SimpleMLTQParserTest, TestZkChroot, TestSolrQueryParser]
   [junit4] Completed [28/531] on J1 in 0.50s, 8 tests, 1 error <<< FAILURES!

[...truncated 1591 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:726: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:670: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1003: There were test failures: 531 suites, 2105 tests, 1 error, 75 ignored (39 assumptions)

Total time: 70 minutes 41 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-Windows (64bit/jdk1.7.0_80) - Build # 4993 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4993/
Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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([AF31611616FB362D:67E3048089F21177]: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 10851 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001
   [junit4]   2> 2102461 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2102463 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2102463 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 2102464 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2102464 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2102529 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2102568 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2102621 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2102621 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema12.xml
   [junit4]   2> 2102632 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2102995 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2102998 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2103001 WARN  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 2103019 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2103024 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2103028 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2103028 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2103028 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 2103043 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 789309528
   [junit4]   2> 2103043 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 2103043 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 2103043 WARN  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 2103056 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-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> 2103060 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2103062 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2103062 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2103062 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2103062 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2103063 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {configSetProperties=configsetprops.json, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, config=solrconfig.xml, collection=collection1, loadOnStartup=true, instanceDir=collection1, schema=schema12.xml, shard=shard1, name=collection1, transient=false}
   [junit4]   2> 2103064 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 2103066 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2103067 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2103095 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2103123 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2103199 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2103199 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema12.xml
   [junit4]   2> 2103210 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2103559 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2103562 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2103563 WARN  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 2103575 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2103580 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2103589 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf'
   [junit4]   2> 2103590 INFO  (coreLoadExecutor-6324-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 2103590 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2103590 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\], dataDir=[null]
   [junit4]   2> 2103590 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28984ced
   [junit4]   2> 2103592 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001\
   [junit4]   2> 2103592 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001\index/
   [junit4]   2> 2103592 WARN  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 2103592 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001\index
   [junit4]   2> 2103592 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=30.0478515625, floorSegmentMB=0.2568359375, forceMergeDeletesPctAllowed=12.389897224727275, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2103593 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a0dfdaf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c8a2ac3),segFN=segments_1,generation=1}
   [junit4]   2> 2103594 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2103598 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2103598 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2103598 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2103598 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2103598 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2103598 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2103598 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2103600 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2103600 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2103600 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2103600 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2103600 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2103605 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001\
   [junit4]   2> 2103610 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2103613 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2103615 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2103618 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2103623 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2103626 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: mltrh,/debug/dump,spellCheckCompRH1,/update,/mlt,spellCheckCompRH,/schema,standard,lazy,defaults,/terms,dismax,/admin/logging,/update/json,mock,/search-facet-invariants,/update/csv,/admin/ping,spellCheckCompRH_Direct,/admin/properties,/admin/threads,spellCheckWithWordbreak,/admin/file,/config,/update/json/docs,/search-facet-def,/admin/plugins,/get,/admin/segments,/admin/system,/replication,/admin/mbeans,/admin/luke,spellCheckWithWordbreak_Direct,tvrh
   [junit4]   2> 2103627 WARN  (coreLoadExecutor-6324-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> 2103628 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2103628 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2103628 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2103628 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=39.7333984375, floorSegmentMB=0.8701171875, forceMergeDeletesPctAllowed=3.208571119435187, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10304950998311382
   [junit4]   2> 2103629 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a0dfdaf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c8a2ac3),segFN=segments_1,generation=1}
   [junit4]   2> 2103629 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2103631 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@56abc873[collection1] main
   [junit4]   2> 2103631 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2103631 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2103631 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2103631 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2103672 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2103944 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2103944 INFO  (searcherExecutor-6325-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2103946 INFO  (searcherExecutor-6325-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2103946 INFO  (coreLoadExecutor-6324-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2103946 INFO  (searcherExecutor-6325-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2103946 INFO  (searcherExecutor-6325-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2103948 INFO  (searcherExecutor-6325-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2103949 INFO  (searcherExecutor-6325-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2103949 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2103949 INFO  (searcherExecutor-6325-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2103950 INFO  (searcherExecutor-6325-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2103950 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 1
   [junit4]   2> 2103952 INFO  (searcherExecutor-6325-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2103953 INFO  (searcherExecutor-6325-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@56abc873[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2103956 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 2103957 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 2103958 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 2103959 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 2103961 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 2103962 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 2103963 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2103965 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a0dfdaf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c8a2ac3),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a0dfdaf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c8a2ac3),segFN=segments_2,generation=2}
   [junit4]   2> 2103966 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 2103967 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1c5fb371[collection1] main
   [junit4]   2> 2103967 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 2103969 INFO  (searcherExecutor-6325-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c5fb371[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C7)))}
   [junit4]   2> 2103970 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 2103976 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNestedQueryModifiers
   [junit4]   2> 2103978 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[AF31611616FB362D]) [    ] 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> 2103978 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[AF31611616FB362D]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=_query_:"{!v%3D$qq}"&qq="how+brown"~2&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 2103979 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[AF31611616FB362D]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=_query_:"{!v%3D$qq}"~1&qq="how+brown"~2&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 2103979 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[AF31611616FB362D]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=++{!v%3D$qq}~1&qq="how+brown"~2&debug=query&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 2103980 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[AF31611616FB362D]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=_query_:"{!v%3D$qq}"^3&qq=text:x^2&debug=query&fq=id:1&wt=xml&fl=id,score} hits=0 status=0 QTime=0 
   [junit4]   2> 2103980 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[AF31611616FB362D]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=++{!v%3D$qq}^3&qq=text:x^2&debug=query&fq=id:1&wt=xml&fl=id,score} hits=0 status=0 QTime=0 
   [junit4]   2> 2103982 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNestedQueryModifiers
   [junit4]   2> 2103985 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCSQ
   [junit4]   2> 2103985 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCSQ
   [junit4]   2> 2103989 INFO  (TEST-TestSolrQueryParser.testComments-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testComments
   [junit4]   2> 2103991 INFO  (TEST-TestSolrQueryParser.testComments-seed#[AF31611616FB362D]) [    ] 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> 2103992 INFO  (TEST-TestSolrQueryParser.testComments-seed#[AF31611616FB362D]) [    ] 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> 2103992 INFO  (TEST-TestSolrQueryParser.testComments-seed#[AF31611616FB362D]) [    ] 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> 2103993 INFO  (TEST-TestSolrQueryParser.testComments-seed#[AF31611616FB362D]) [    ] 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> 2103995 INFO  (TEST-TestSolrQueryParser.testComments-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testComments
   [junit4]   2> 2104000 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsInQP
   [junit4]   2> 2104001 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[AF31611616FB362D]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&qq=now&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 2104001 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[AF31611616FB362D]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&qq=nomatch&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 2104002 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[AF31611616FB362D]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dtext}now+wsx&qq=now&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 2104002 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[AF31611616FB362D]) [    ] 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> 2104004 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[AF31611616FB362D]) [    ] 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> 2104004 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[AF31611616FB362D]) [    ] 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> 2104004 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsInQP
   [junit4]   2> 2104008 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPhrase
   [junit4]   2> 2104010 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[AF31611616FB362D]) [    ] 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> 2104013 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[AF31611616FB362D]) [    ] 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> 2104014 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPhrase
   [junit4]   2> 2104018 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSyntax
   [junit4]   2> 2104019 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[AF31611616FB362D]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={df=doesnotexist_s&q=*&wt=xml} hits=7 status=0 QTime=0 
   [junit4]   2> 2104019 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[AF31611616FB362D]) [    ] 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> 2104021 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[AF31611616FB362D]) [    ] 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> 2104021 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[AF31611616FB362D]) [    ] 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> 2104021 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSyntax
   [junit4]   2> 2104024 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 2104026 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[AF31611616FB362D]) [    ] 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> 2104026 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 2104031 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFilter
   [junit4]   2> 2104032 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[AF31611616FB362D]) [    ] 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> 2104034 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[AF31611616FB362D]) [    ] 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> 2104034 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[AF31611616FB362D]) [    ] 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> 2104034 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[AF31611616FB362D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrQueryParser -Dtests.method=testFilter -Dtests.seed=AF31611616FB362D -Dtests.slow=true -Dtests.locale=pt_PT -Dtests.timezone=Africa/Djibouti -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J1 | TestSolrQueryParser.testFilter <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AF31611616FB362D:67E3048089F21177]: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> 2104041 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2104041 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=789309528
   [junit4]   2> 2104041 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5f85f437
   [junit4]   2> 2104041 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-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> 2104043 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2104043 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2104043 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2104043 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2104054 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2104054 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 2104054 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001\index
   [junit4]   2> 2104054 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001\;done=false>>]
   [junit4]   2> 2104054 INFO  (SUITE-TestSolrQueryParser-seed#[AF31611616FB362D]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001\init-core-data-001\
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.search.TestSolrQueryParser_AF31611616FB362D-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=pt_PT, timezone=Africa/Djibouti
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=3,threads=1,free=385529400,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [FileBasedSpellCheckerTest, RankQueryTest, MBeansHandlerTest, TestSolrJ, TestCollapseQParserPlugin, ExplicitHLLTest, RegexBoostProcessorTest, BinaryUpdateRequestHandlerTest, DocumentBuilderTest, TestSuggestSpellingConverter, TestDocBasedVersionConstraints, SmileWriterTest, BasicDistributedZk2Test, TestSimpleQParserPlugin, TestRuleBasedAuthorizationPlugin, CollectionStateFormat2Test, TestValueSourceCache, ConnectionManagerTest, TestLeaderElectionZkExpiry, TestPseudoReturnFields, ZkSolrClientTest, TestRecoveryHdfs, TestMergePolicyConfig, TestNonDefinedSimilarityFactory, SuggesterTSTTest, TestSchemaVersionResource, TestRestManager, TestLRUStatsCache, DistributedFacetPivotLongTailTest, TestRangeQuery, NotRequiredUniqueKeyTest, CollectionsAPIAsyncDistributedZkTest, LoggingHandlerTest, TestRealTimeGet, TestCodecSupport, TestConfigSetImmutable, AliasIntegrationTest, PluginInfoTest, ChaosMonkeySafeLeaderTest, DistanceUnitsTest, ConvertedLegacyTest, VMParamsZkACLAndCredentialsProvidersTest, UpdateRequestProcessorFactoryTest, SharedFSAutoReplicaFailoverUtilsTest, TestCopyFieldCollectionResource, TestReload, UpdateParamsTest, TestBadConfig, SpatialFilterTest, TestJoin, TestSolrCoreProperties, RecoveryAfterSoftCommitTest, BufferStoreTest, TestCloudManagedSchema, TestRTGBase, OutOfBoxZkACLAndCredentialsProvidersTest, TestFastWriter, TestTrie, EchoParamsTest, DocValuesMissingTest, ExitableDirectoryReaderTest, TestRemoteStreaming, OverseerCollectionProcessorTest, AnalysisErrorHandlingTest, TestDownShardTolerantSearch, HdfsBasicDistributedZk2Test, StandardRequestHandlerTest, TestBlendedInfixSuggestions, FastVectorHighlighterTest, TestReversedWildcardFilterFactory, TestDocSet, TestRecovery, SaslZkACLProviderTest, TestOrdValues, TestManagedSchema, AsyncMigrateRouteKeyTest, BadIndexSchemaTest, TestCollationFieldDocValues, LeaderFailoverAfterPartitionTest, WordBreakSolrSpellCheckerTest, ReturnFieldsTest, CoreAdminCreateDiscoverTest, OpenCloseCoreStressTest, TestAnalyzeInfixSuggestions, TestDistributedGrouping, TestCloudInspectUtil, TestSolrQueryParserDefaultOperatorResource, SpatialHeatmapFacetsTest, DirectUpdateHandlerOptimizeTest, SolrTestCaseJ4Test, TestConfigSets, CurrencyFieldOpenExchangeTest, TestHdfsUpdateLog, TestRTimer, IndexBasedSpellCheckerTest, TestHashQParserPlugin, DistribJoinFromCollectionTest, RAMDirectoryFactoryTest, DistributedExpandComponentTest, TestRandomMergePolicy, TestPHPSerializedResponseWriter, TestFuzzyAnalyzedSuggestions, TestRandomFaceting, ChangedSchemaMergeTest, TestInfoStreamLogging, TestSortingResponseWriter, CustomCollectionTest, SchemaVersionSpecificBehaviorTest, TestClusterStateMutator, TestDefaultSimilarityFactory, TestUtils, TermsComponentTest, LeaderElectionIntegrationTest, TestHighFrequencyDictionaryFactory, TestQuerySenderListener, TestSmileRequest, TestMinMaxOnMultiValuedField, TestQuerySenderNoQuery, DistributedDebugComponentTest, DistributedSuggestComponentTest, AssignTest, TestOverriddenPrefixQueryForCustomFieldType, SearchHandlerTest, TestLMJelinekMercerSimilarityFactory, TestDFRSimilarityFactory, DisMaxRequestHandlerTest, HdfsLockFactoryTest, TestFieldResource, SpellCheckCollatorTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, AutoCommitTest, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, TestCSVLoader, PolyFieldTest, SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DistanceFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, TestWriterPerf, DirectSolrSpellCheckerTest, TestQueryTypes, PrimitiveFieldTypeTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser]
   [junit4] Completed [322/531] on J1 in 1.62s, 8 tests, 1 error <<< FAILURES!

[...truncated 660 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:726: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:670: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1003: There were test failures: 531 suites, 2105 tests, 1 error, 75 ignored (39 assumptions)

Total time: 75 minutes 47 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