You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/08/07 23:23:52 UTC

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3404 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3404/

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([7DB87C7DA961ACAF:B56A19EB36688BF5]: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 10619 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001
   [junit4]   2> 776252 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 776253 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 776253 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 776253 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 776254 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 776290 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 776387 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 776433 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 776623 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 776624 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 776648 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 777398 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 777400 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 777401 WARN  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 777414 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 777417 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 777440 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 777441 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr
   [junit4]   2> 777441 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/'
   [junit4]   2> 777470 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1590856224
   [junit4]   2> 777471 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/]
   [junit4]   2> 777471 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/lib
   [junit4]   2> 777471 WARN  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/lib).
   [junit4]   2> 777479 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-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> 777480 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 777481 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 777481 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 777481 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 777481 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 777482 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {configSetProperties=configsetprops.json, schema=schema12.xml, config=solrconfig.xml, shard=shard1, collection=collection1, loadOnStartup=true, transient=false, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/, name=collection1, instanceDir=collection1, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001}
   [junit4]   2> 777494 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 777519 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 777519 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 777519 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 777555 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 777603 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 777713 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 777713 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 777728 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 778327 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 778329 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 778334 WARN  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 778345 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 778351 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 778368 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 778368 INFO  (coreLoadExecutor-1937-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 778369 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 778369 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 778369 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ee330df
   [junit4]   2> 778370 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001
   [junit4]   2> 778376 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001/index/
   [junit4]   2> 778376 WARN  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 778376 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001/index
   [junit4]   2> 778376 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.37943911317889545]
   [junit4]   2> 778382 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@75c9ca17 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12f2e86b),segFN=segments_1,generation=1}
   [junit4]   2> 778382 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 778391 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 778391 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 778391 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 778391 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 778391 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 778391 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 778392 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 778392 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 778392 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 778392 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 778392 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 778393 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 778394 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001/
   [junit4]   2> 778397 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 778409 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 778412 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 778414 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 778431 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 778433 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /search-facet-def,/update/json/docs,spellCheckCompRH1,defaults,lazy,/update,/search-facet-invariants,/admin/mbeans,/update/json,/admin/system,/admin/luke,spellCheckCompRH,/admin/plugins,/config,/admin/segments,spellCheckWithWordbreak,/mlt,/schema,/admin/logging,/admin/properties,tvrh,/debug/dump,/get,/admin/file,mock,/terms,/replication,dismax,spellCheckWithWordbreak_Direct,/admin/threads,spellCheckCompRH_Direct,/update/csv,standard,/admin/ping,mltrh
   [junit4]   2> 778436 WARN  (coreLoadExecutor-1937-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> 778441 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 778450 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 778450 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 778451 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=67.4541015625, floorSegmentMB=1.88671875, forceMergeDeletesPctAllowed=27.245941856281476, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 778451 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@75c9ca17 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12f2e86b),segFN=segments_1,generation=1}
   [junit4]   2> 778451 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 778451 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7e151542[collection1] main
   [junit4]   2> 778452 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 778452 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 778452 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 778452 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 778460 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 778518 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 778518 INFO  (searcherExecutor-1938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 778519 INFO  (searcherExecutor-1938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 778519 INFO  (searcherExecutor-1938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 778519 INFO  (searcherExecutor-1938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 778519 INFO  (coreLoadExecutor-1937-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 778519 INFO  (searcherExecutor-1938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 778520 INFO  (searcherExecutor-1938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 778520 INFO  (searcherExecutor-1938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 778521 INFO  (searcherExecutor-1938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 778521 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 778521 INFO  (searcherExecutor-1938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 778522 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 0
   [junit4]   2> 778522 INFO  (searcherExecutor-1938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7e151542[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 778525 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 778526 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 778527 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 778528 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 778543 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 778544 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 778545 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 778564 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@75c9ca17 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12f2e86b),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@75c9ca17 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12f2e86b),segFN=segments_2,generation=2}
   [junit4]   2> 778565 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 778568 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@2ea5a06d[collection1] main
   [junit4]   2> 778570 INFO  (searcherExecutor-1938-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2ea5a06d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C7)))}
   [junit4]   2> 778571 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 778571 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 25
   [junit4]   2> 778581 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 778582 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={indent=true&wt=xml&q=eee_s:'balance'} hits=1 status=0 QTime=0 
   [junit4]   2> 778583 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 778592 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFilter
   [junit4]   2> 778612 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[7DB87C7DA961ACAF]) [    ] 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> 778613 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&wt=xml&q=*:*+0} status=500 QTime=21 
   [junit4]   2> 778613 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: fq=filter(just_to_clear_the_cache)+filter(id:100000)+filter(id:100010)&wt=xml&q=*:*+0
   [junit4]   2> 778614 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrQueryParser -Dtests.method=testFilter -Dtests.seed=7DB87C7DA961ACAF -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es_NI -Dtests.timezone=Africa/Tripoli -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.07s J2 | TestSolrQueryParser.testFilter <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7DB87C7DA961ACAF:B56A19EB36688BF5]: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> 778661 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSyntax
   [junit4]   2> 778662 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&df=doesnotexist_s&q=*} hits=7 status=0 QTime=0 
   [junit4]   2> 778663 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[7DB87C7DA961ACAF]) [    ] 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> 778664 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[7DB87C7DA961ACAF]) [    ] 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> 778665 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[7DB87C7DA961ACAF]) [    ] 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=1 
   [junit4]   2> 778666 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSyntax
   [junit4]   2> 778671 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNestedQueryModifiers
   [junit4]   2> 778684 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[7DB87C7DA961ACAF]) [    ] 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=12 
   [junit4]   2> 778685 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&debug=query&qq="how+brown"~2&q=_query_:"{!v%3D$qq}"} hits=1 status=0 QTime=0 
   [junit4]   2> 778685 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&debug=query&qq="how+brown"~2&q=_query_:"{!v%3D$qq}"~1} hits=1 status=0 QTime=0 
   [junit4]   2> 778689 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&debug=query&qq="how+brown"~2&q=++{!v%3D$qq}~1} hits=1 status=0 QTime=2 
   [junit4]   2> 778690 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={fq=id:1&wt=xml&debug=query&qq=text:x^2&fl=id,score&q=_query_:"{!v%3D$qq}"^3} hits=0 status=0 QTime=0 
   [junit4]   2> 778691 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={fq=id:1&wt=xml&debug=query&qq=text:x^2&fl=id,score&q=++{!v%3D$qq}^3} hits=0 status=0 QTime=0 
   [junit4]   2> 778691 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNestedQueryModifiers
   [junit4]   2> 778696 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPhrase
   [junit4]   2> 778699 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={indent=true&wt=xml&q=text:now-cow} hits=1 status=0 QTime=3 
   [junit4]   2> 778702 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={indent=true&wt=xml&q=text_np:now-cow} hits=2 status=0 QTime=0 
   [junit4]   2> 778703 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPhrase
   [junit4]   2> 778711 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCSQ
   [junit4]   2> 778712 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCSQ
   [junit4]   2> 778717 INFO  (TEST-TestSolrQueryParser.testComments-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testComments
   [junit4]   2> 778718 INFO  (TEST-TestSolrQueryParser.testComments-seed#[7DB87C7DA961ACAF]) [    ] 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> 778718 INFO  (TEST-TestSolrQueryParser.testComments-seed#[7DB87C7DA961ACAF]) [    ] 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> 778719 INFO  (TEST-TestSolrQueryParser.testComments-seed#[7DB87C7DA961ACAF]) [    ] 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> 778719 INFO  (TEST-TestSolrQueryParser.testComments-seed#[7DB87C7DA961ACAF]) [    ] 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> 778720 INFO  (TEST-TestSolrQueryParser.testComments-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testComments
   [junit4]   2> 778728 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsInQP
   [junit4]   2> 778729 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&qq=now&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx} hits=2 status=0 QTime=0 
   [junit4]   2> 778730 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&qq=nomatch&q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx} hits=0 status=0 QTime=0 
   [junit4]   2> 778730 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml&qq=now&q=qaz+{!term+f%3Dtext}now+wsx} hits=2 status=0 QTime=0 
   [junit4]   2> 778731 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[7DB87C7DA961ACAF]) [    ] 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> 778739 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[7DB87C7DA961ACAF]) [    ] 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=6 
   [junit4]   2> 778744 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[7DB87C7DA961ACAF]) [    ] 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=5 
   [junit4]   2> 778745 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[7DB87C7DA961ACAF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsInQP
   [junit4]   2> 778745 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 778745 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1590856224
   [junit4]   2> 778746 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@66956894
   [junit4]   2> 778746 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-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> 778746 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 778746 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 778746 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 778747 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 778761 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 778761 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001;done=false>>]
   [junit4]   2> 778761 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001
   [junit4]   2> 778761 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 778761 INFO  (SUITE-TestSolrQueryParser-seed#[7DB87C7DA961ACAF]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_7DB87C7DA961ACAF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {text=Lucene50(blocksize=128), qqq_s=Lucene50(blocksize=128), text_np=Lucene50(blocksize=128), foo_s=Lucene50(blocksize=128), id=PostingsFormat(name=Memory doPackFST= true), eee_s=Lucene50(blocksize=128), www_s=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=DefaultSimilarity, locale=es_NI, timezone=Africa/Tripoli
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.7.0_72 (64-bit)/cpus=4,threads=1,free=205296144,total=520617984
   [junit4]   2> NOTE: All tests run in this JVM: [DateRangeFieldTest, DistributedDebugComponentTest, OpenExchangeRatesOrgProviderTest, TestIntervalFaceting, TestCollationFieldDocValues, TestRemoveLastDynamicCopyField, FileBasedSpellCheckerTest, DataDrivenBlockJoinTest, UnloadDistributedZkTest, BlockDirectoryTest, NotRequiredUniqueKeyTest, MoreLikeThisHandlerTest, TestCSVResponseWriter, OverseerTest, TestRequestStatusCollectionAPI, TestDocSet, TestSolrQueryParserResource, TestFileDictionaryLookup, TestConfigReload, LeaderElectionTest, SortByFunctionTest, RemoteQueryErrorTest, TestClusterStateMutator, TestBulkSchemaConcurrent, TestCloudPivotFacet, DistributedIntervalFacetingTest, TestSchemaNameResource, SuggesterTest, TestConfigSets, TestSortingResponseWriter, BufferStoreTest, SampleTest, TestQueryUtils, DirectSolrSpellCheckerTest, DirectUpdateHandlerOptimizeTest, FacetPivotSmallTest, TestSimpleTrackingShardHandler, TestMaxScoreQueryParser, SearchHandlerTest, SpellCheckCollatorTest, TestSolrCLIRunExample, HighlighterMaxOffsetTest, TestOrdValues, FullSolrCloudDistribCmdsTest, AutoCommitTest, RecoveryZkTest, TestDefaultSimilarityFactory, RulesTest, SoftAutoCommitTest, DistributedQueryComponentCustomSortTest, PluginInfoTest, TestCollationField, BasicDistributedZk2Test, LoggingHandlerTest, PrimUtilsTest, RegexBoostProcessorTest, TestBulkSchemaAPI, TestFieldTypeCollectionResource, TestSolrQueryParser]
   [junit4] Completed [211/531] on J2 in 2.58s, 8 tests, 1 error <<< FAILURES!

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

Total time: 58 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #3403
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 339129305 bytes
Compression is 0.0%
Took 56 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3405 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3405/

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([60D190157DF25DD1:A803F583E2FB7A8B]: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 10842 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolrQueryParser
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001
   [junit4]   2> 1263579 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1263579 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1263579 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1263580 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1263580 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1263580 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1263611 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1263634 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1263686 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1263687 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 1263695 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1263944 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1263946 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1263947 WARN  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1263955 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1263958 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1263962 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1263962 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr
   [junit4]   2> 1263962 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/'
   [junit4]   2> 1263976 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 390298000
   [junit4]   2> 1263976 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/]
   [junit4]   2> 1263976 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/lib
   [junit4]   2> 1263977 WARN  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/lib).
   [junit4]   2> 1263986 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-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> 1263988 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1263988 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1263988 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1263988 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1263989 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1263989 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {config=solrconfig.xml, shard=shard1, loadOnStartup=true, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001, transient=false, configSetProperties=configsetprops.json, schema=schema12.xml, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/, instanceDir=collection1, collection=collection1, name=collection1}
   [junit4]   2> 1263990 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1263991 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 1263991 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1263991 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1264016 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1264037 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1264087 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1264087 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 1264093 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1264322 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1264324 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1264325 WARN  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1264332 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1264334 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1264337 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1264338 INFO  (coreLoadExecutor-3888-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1264338 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1264338 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 1264338 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@54bd9fc3
   [junit4]   2> 1264339 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001
   [junit4]   2> 1264339 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001/index/
   [junit4]   2> 1264339 WARN  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1264339 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001/index
   [junit4]   2> 1264340 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=79.48046875, floorSegmentMB=1.69140625, forceMergeDeletesPctAllowed=8.635175174743756, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3262767763387985
   [junit4]   2> 1264340 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55bd6cc7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@730a8cb),segFN=segments_1,generation=1}
   [junit4]   2> 1264340 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1264346 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1264346 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1264346 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1264346 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1264346 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1264346 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1264347 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1264347 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1264347 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1264347 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1264347 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1264348 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1264351 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1264351 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001/
   [junit4]   2> 1264352 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1264353 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1264355 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1264359 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1264361 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: dismax,/update/csv,/admin/ping,mltrh,standard,/update/json,/get,/replication,/admin/logging,/admin/mbeans,tvrh,spellCheckCompRH,/update/json/docs,spellCheckWithWordbreak_Direct,/admin/threads,defaults,mock,spellCheckWithWordbreak,spellCheckCompRH_Direct,/terms,/admin/plugins,/admin/file,lazy,/debug/dump,/mlt,/search-facet-def,spellCheckCompRH1,/admin/luke,/schema,/admin/segments,/search-facet-invariants,/config,/admin/system,/admin/properties,/update
   [junit4]   2> 1264362 WARN  (coreLoadExecutor-3888-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> 1264363 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1264364 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1264364 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1264364 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=61.119140625, floorSegmentMB=1.92578125, forceMergeDeletesPctAllowed=25.013964339827126, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7570979623388039
   [junit4]   2> 1264365 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55bd6cc7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@730a8cb),segFN=segments_1,generation=1}
   [junit4]   2> 1264365 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1264365 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@352e4e42[collection1] main
   [junit4]   2> 1264365 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1264365 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1264366 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1264367 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1264379 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1264415 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1264415 INFO  (searcherExecutor-3889-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1264416 INFO  (searcherExecutor-3889-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1264416 INFO  (searcherExecutor-3889-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1264416 INFO  (searcherExecutor-3889-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1264416 INFO  (coreLoadExecutor-3888-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1264417 INFO  (searcherExecutor-3889-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1264417 INFO  (searcherExecutor-3889-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1264417 INFO  (searcherExecutor-3889-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1264418 INFO  (searcherExecutor-3889-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1264418 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1264418 INFO  (searcherExecutor-3889-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1264419 INFO  (searcherExecutor-3889-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@352e4e42[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1264420 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 2
   [junit4]   2> 1264423 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1264425 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1264426 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1264428 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1264429 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 1264430 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 1264431 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1264436 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55bd6cc7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@730a8cb),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@55bd6cc7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@730a8cb),segFN=segments_2,generation=2}
   [junit4]   2> 1264436 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1264438 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@320d9173[collection1] main
   [junit4]   2> 1264438 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1264439 INFO  (searcherExecutor-3889-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@320d9173[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.4.0):C7)))}
   [junit4]   2> 1264440 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 1264444 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFilter
   [junit4]   2> 1264448 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[60D190157DF25DD1]) [    ] 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> 1264449 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[60D190157DF25DD1]) [    ] 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=5 
   [junit4]   2> 1264449 ERROR (TEST-TestSolrQueryParser.testFilter-seed#[60D190157DF25DD1]) [    ] 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> 1264449 INFO  (TEST-TestSolrQueryParser.testFilter-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrQueryParser -Dtests.method=testFilter -Dtests.seed=60D190157DF25DD1 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=no_NO -Dtests.timezone=Atlantic/Canary -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.02s J2 | TestSolrQueryParser.testFilter <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does not implement createWeight
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([60D190157DF25DD1:A803F583E2FB7A8B]: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> 1264460 INFO  (TEST-TestSolrQueryParser.testComments-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testComments
   [junit4]   2> 1264461 INFO  (TEST-TestSolrQueryParser.testComments-seed#[60D190157DF25DD1]) [    ] 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> 1264462 INFO  (TEST-TestSolrQueryParser.testComments-seed#[60D190157DF25DD1]) [    ] 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> 1264462 INFO  (TEST-TestSolrQueryParser.testComments-seed#[60D190157DF25DD1]) [    ] 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> 1264463 INFO  (TEST-TestSolrQueryParser.testComments-seed#[60D190157DF25DD1]) [    ] 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> 1264464 INFO  (TEST-TestSolrQueryParser.testComments-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testComments
   [junit4]   2> 1264468 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPhrase
   [junit4]   2> 1264469 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[60D190157DF25DD1]) [    ] 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> 1264471 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[60D190157DF25DD1]) [    ] 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> 1264472 INFO  (TEST-TestSolrQueryParser.testPhrase-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPhrase
   [junit4]   2> 1264477 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNestedQueryModifiers
   [junit4]   2> 1264478 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[60D190157DF25DD1]) [    ] 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=1 
   [junit4]   2> 1264479 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[60D190157DF25DD1]) [    ] 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> 1264480 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[60D190157DF25DD1]) [    ] 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> 1264480 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[60D190157DF25DD1]) [    ] 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> 1264481 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[60D190157DF25DD1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={fl=id,score&debug=query&q=_query_:"{!v%3D$qq}"^3&fq=id:1&wt=xml&qq=text:x^2} hits=0 status=0 QTime=0 
   [junit4]   2> 1264482 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[60D190157DF25DD1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={fl=id,score&debug=query&q=++{!v%3D$qq}^3&fq=id:1&wt=xml&qq=text:x^2} hits=0 status=0 QTime=0 
   [junit4]   2> 1264482 INFO  (TEST-TestSolrQueryParser.testNestedQueryModifiers-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNestedQueryModifiers
   [junit4]   2> 1264486 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsInQP
   [junit4]   2> 1264487 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[60D190157DF25DD1]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=qaz+{!term+f%3Dtext+v%3D$qq}+wsx&wt=xml&qq=now} hits=2 status=0 QTime=0 
   [junit4]   2> 1264488 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[60D190157DF25DD1]) [    ] 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> 1264489 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[60D190157DF25DD1]) [    ] 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> 1264490 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[60D190157DF25DD1]) [    ] 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> 1264490 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[60D190157DF25DD1]) [    ] 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> 1264492 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[60D190157DF25DD1]) [    ] 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=1 
   [junit4]   2> 1264492 INFO  (TEST-TestSolrQueryParser.testLocalParamsInQP-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsInQP
   [junit4]   2> 1264496 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 1264497 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[60D190157DF25DD1]) [    ] 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> 1264497 INFO  (TEST-TestSolrQueryParser.testSolr4121-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 1264501 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCSQ
   [junit4]   2> 1264503 INFO  (TEST-TestSolrQueryParser.testCSQ-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCSQ
   [junit4]   2> 1264507 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSyntax
   [junit4]   2> 1264507 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[60D190157DF25DD1]) [    ] 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> 1264508 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[60D190157DF25DD1]) [    ] 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> 1264508 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[60D190157DF25DD1]) [    ] 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> 1264509 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[60D190157DF25DD1]) [    ] 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=0 
   [junit4]   2> 1264509 INFO  (TEST-TestSolrQueryParser.testSyntax-seed#[60D190157DF25DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSyntax
   [junit4]   2> 1264511 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1264511 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=390298000
   [junit4]   2> 1264511 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@23767cf5
   [junit4]   2> 1264511 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-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> 1264511 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1264511 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1264512 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1264512 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1264525 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1264525 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1264525 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001/index
   [junit4]   2> 1264525 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001;done=false>>]
   [junit4]   2> 1264525 INFO  (SUITE-TestSolrQueryParser-seed#[60D190157DF25DD1]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_60D190157DF25DD1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {eee_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), text_np=PostingsFormat(name=Asserting), www_s=PostingsFormat(name=LuceneVarGapFixedInterval), qqq_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapFixedInterval), foo_s=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, sim=DefaultSimilarity, locale=no_NO, timezone=Atlantic/Canary
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.7.0_72 (64-bit)/cpus=4,threads=1,free=154639216,total=475529216
   [junit4]   2> NOTE: All tests run in this JVM: [TestExactSharedStatsCache, TestSolrConfigHandlerConcurrent, TestExceedMaxTermLength, TestStressReorder, TestReload, FacetPivotSmallTest, TestMacros, OverseerCollectionProcessorTest, DistributedQueryComponentOptimizationTest, RemoteQueryErrorTest, TestGroupingSearch, TestNoOpRegenerator, SynonymTokenizerTest, OpenExchangeRatesOrgProviderTest, DirectUpdateHandlerTest, TestSolrJ, DistributedIntervalFacetingTest, InfoHandlerTest, TestCollationFieldDocValues, TestCopyFieldCollectionResource, TestSurroundQueryParser, TestOrdValues, TestClusterStateMutator, HdfsBasicDistributedZk2Test, BlockCacheTest, TestBinaryResponseWriter, TermVectorComponentDistributedTest, DistributedQueryComponentCustomSortTest, TestSystemIdResolver, HardAutoCommitTest, DocExpirationUpdateProcessorFactoryTest, HLLSerializationTest, TestSchemaVersionResource, SortByFunctionTest, TestStressRecovery, TestConfigSets, BufferStoreTest, PolyFieldTest, TestScoreJoinQPScore, TestScoreJoinQPNoScore, TestMaxScoreQueryParser, DistributedQueryElevationComponentTest, NumericFieldsTest, AutoCommitTest, AssignTest, XmlUpdateRequestHandlerTest, DateRangeFieldTest, PathHierarchyTokenizerFactoryTest, TestReloadAndDeleteDocs, PrimUtilsTest, TestSortingResponseWriter, StatsComponentTest, SparseHLLTest, DistributedDebugComponentTest, LeaderElectionTest, TestBulkSchemaAPI, TestFastOutputStream, TestQueryTypes, FullSolrCloudDistribCmdsTest, SharedFSAutoReplicaFailoverTest, SearchHandlerTest, TestRequestStatusCollectionAPI, TestDefaultSimilarityFactory, SampleTest, OverseerTest, PluginInfoTest, BigEndianAscendingWordSerializerTest, CustomCollectionTest, DistributedFacetPivotLargeTest, BinaryUpdateRequestHandlerTest, TestSchemaManager, QueryParsingTest, TestInfoStreamLogging, TriLevelCompositeIdRoutingTest, TestExtendedDismaxParser, SuggesterTest, CachingDirectoryFactoryTest, TestSchemaNameResource, TestSolrCLIRunExample, ResponseHeaderTest, RuleEngineTest, FileBasedSpellCheckerTest, BasicDistributedZk2Test, CoreAdminCreateDiscoverTest, ChangedSchemaMergeTest, TestJsonRequest, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, TestZkChroot, ZkCLITest, TestDistributedGrouping, TestRealTimeGet, TestStressVersions, SimpleFacetsTest, TestSolr4Spatial, BadIndexSchemaTest, TestSort, SoftAutoCommitTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, QueryEqualityTest, TestRemoteStreaming, DistanceFunctionTest, SolrInfoMBeanTest, DebugComponentTest, TestQueryUtils, TestReversedWildcardFilterFactory, TermsComponentTest, TermVectorComponentTest, RequiredFieldsTest, TestSolrQueryParser]
   [junit4] Completed [328/531] on J2 in 0.97s, 8 tests, 1 error <<< FAILURES!

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

Total time: 57 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #3403
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 291787272 bytes
Compression is 0.0%
Took 1 min 0 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure