Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13026/
Java: 32bit/jdk1.9.0-ea-b60 -server -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.search.TestHashQParserPlugin.testHashPartition

Error Message:
Query  does not implement createWeight

Stack Trace:
java.lang.UnsupportedOperationException: Query  does not implement createWeight
        at 
__randomizedtesting.SeedInfo.seed([ABA75E60C74B5463:7A1A7F85FC21ED08]:0)
        at org.apache.lucene.search.Query.createWeight(Query.java:79)
        at 
org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:851)
        at 
org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
        at 
org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:151)
        at 
org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:851)
        at 
org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:834)
        at 
org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1146)
        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1628)
        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1504)
        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:561)
        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:518)
        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:2058)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
        at 
org.apache.solr.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:502)
        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 10024 lines...]
   [junit4] Suite: org.apache.solr.search.TestHashQParserPlugin
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001
   [junit4]   2> 201770 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 201770 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 201770 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 201771 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 201771 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 201782 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 201788 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 201791 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig-hash.xml
   [junit4]   2> 201791 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-hash.xml
   [junit4]   2> 201795 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 201842 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 201843 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 201843 WARN  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 201844 WARN  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 201844 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 201844 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 201844 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 201855 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 4218413
   [junit4]   2> 201855 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 201855 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 201855 WARN  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/lib).
   [junit4]   2> 201859 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-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> 201860 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 201860 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 201860 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 201860 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 201860 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, 
config=solrconfig-hash.xml, transient=false, schema=schema-hash.xml, 
loadOnStartup=true, instanceDir=collection1, collection=collection1, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/,
 
dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 201861 INFO  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 201861 INFO  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 201861 INFO  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 201872 INFO  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 201873 INFO  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 201880 INFO  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig-hash.xml
   [junit4]   2> 201881 INFO  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-hash.xml
   [junit4]   2> 201883 INFO  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 201938 INFO  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 201940 INFO  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 201941 WARN  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 201941 WARN  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 201941 INFO  (coreLoadExecutor-822-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 201941 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 201942 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/],
 dataDir=[null]
   [junit4]   2> 201942 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 201942 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001
   [junit4]   2> 201942 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001/index/
   [junit4]   2> 201942 WARN  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 201943 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001/index
   [junit4]   2> 201943 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_1,generation=1}
   [junit4]   2> 201943 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 201944 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001/
   [junit4]   2> 201945 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 201946 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 201947 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 201947 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 201948 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 201957 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 201957 WARN  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered 
(either '/select' or 'standard')
   [junit4]   2> 201957 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 201958 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 201958 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 201959 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 201959 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 201959 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_1,generation=1}
   [junit4]   2> 201959 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 201959 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1912d09[collection1] 
main
   [junit4]   2> 201960 WARN  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 201960 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 201960 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 201960 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 201960 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 201969 INFO  
(searcherExecutor-823-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1912d09[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 201969 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 201969 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 201969 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 201969 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1504963536468574208
   [junit4]   2> 201971 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest 
version 1504963536468574208
   [junit4]   2> 201972 INFO  (coreLoadExecutor-822-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 201973 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 201974 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testHashPartition
   [junit4]   2> 201975 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{deleteByQuery=*:* (-1504963536473817088)} 0 1
   [junit4]   2> 201977 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 201977 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 201977 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 201977 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 201978 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 0
   [junit4]   2> 201979 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[975891 (1504963536478011392)]} 0 0
   [junit4]   2> 201979 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 201981 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_2,generation=2}
   [junit4]   2> 201982 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 201983 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@1946b5a[collection1] main
   [junit4]   2> 201983 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 201983 INFO  (searcherExecutor-823-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1946b5a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c1)))}
   [junit4]   2> 201984 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 4
   [junit4]   2> 201985 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[730124 (1504963536484302848)]} 0 0
   [junit4]   2> 201985 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[946745 (1504963536485351424)]} 0 0
   [junit4]   2> 201985 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[369404 (1504963536485351425)]} 0 0
   [junit4]   2> 201986 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[125224 (1504963536486400000)]} 0 0
   [junit4]   2> 201986 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[689610 (1504963536486400001)]} 0 0
   [junit4]   2> 201986 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[616902 (1504963536486400002)]} 0 0
   [junit4]   2> 201987 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[78747 (1504963536487448576)]} 0 0
   [junit4]   2> 201987 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[284127 (1504963536487448577)]} 0 0
   [junit4]   2> 201988 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[595485 (1504963536488497152)]} 0 0
   [junit4]   2> 201988 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[478327 (1504963536488497153)]} 0 0
   [junit4]   2> 201988 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 201992 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_2,generation=2}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_3,generation=3}
   [junit4]   2> 201992 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore newest commit generation = 3
   [junit4]   2> 201992 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@709f6e[collection1] main
   [junit4]   2> 201993 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 201993 INFO  (searcherExecutor-823-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@709f6e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c1)
 Uninverting(_1(5.3.0):c10)))}
   [junit4]   2> 201993 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 4
   [junit4]   2> 201994 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[639742 (1504963536493740032)]} 0 0
   [junit4]   2> 201994 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[286967 (1504963536494788608)]} 0 0
   [junit4]   2> 201995 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[595774 (1504963536495837184)]} 0 0
   [junit4]   2> 201995 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[301775 (1504963536495837185)]} 0 0
   [junit4]   2> 201995 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[440565 (1504963536495837186)]} 0 0
   [junit4]   2> 201996 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[704503 (1504963536496885760)]} 0 0
   [junit4]   2> 201996 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[955609 (1504963536496885761)]} 0 0
   [junit4]   2> 201996 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[232873 (1504963536496885762)]} 0 0
   [junit4]   2> 201996 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[103954 (1504963536496885763)]} 0 0
   [junit4]   2> 201997 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[203982 (1504963536497934336)]} 0 0
   [junit4]   2> 201997 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 202000 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_3,generation=3}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_4,generation=4}
   [junit4]   2> 202001 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore newest commit generation = 4
   [junit4]   2> 202001 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@ddfa48[collection1] main
   [junit4]   2> 202001 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 202001 INFO  (searcherExecutor-823-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ddfa48[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c1)
 Uninverting(_1(5.3.0):c10) Uninverting(_2(5.3.0):c10)))}
   [junit4]   2> 202001 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 4
   [junit4]   2> 202003 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[395466 (1504963536503177216)]} 0 0
   [junit4]   2> 202003 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[834276 (1504963536504225792)]} 0 0
   [junit4]   2> 202003 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[868202 (1504963536504225793)]} 0 0
   [junit4]   2> 202004 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[88410 (1504963536505274368)]} 0 0
   [junit4]   2> 202012 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[512246 (1504963536513662976)]} 0 0
   [junit4]   2> 202013 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[468155 (1504963536514711552)]} 0 0
   [junit4]   2> 202013 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[265160 (1504963536514711553)]} 0 0
   [junit4]   2> 202013 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[383623 (1504963536514711554)]} 0 0
   [junit4]   2> 202013 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[456 (1504963536514711555)]} 0 0
   [junit4]   2> 202014 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[610034 (1504963536515760128)]} 0 0
   [junit4]   2> 202014 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 202018 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_4,generation=4}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_5,generation=5}
   [junit4]   2> 202018 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore newest commit generation = 5
   [junit4]   2> 202018 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@9f440b[collection1] main
   [junit4]   2> 202018 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 202018 INFO  (searcherExecutor-823-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@9f440b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c1)
 Uninverting(_1(5.3.0):c10) Uninverting(_2(5.3.0):c10) 
Uninverting(_3(5.3.0):c10)))}
   [junit4]   2> 202019 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 4
   [junit4]   2> 202020 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[134836 (1504963536521003008)]} 0 0
   [junit4]   2> 202020 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[458192 (1504963536522051584)]} 0 0
   [junit4]   2> 202020 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[489479 (1504963536522051585)]} 0 0
   [junit4]   2> 202021 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[566188 (1504963536523100160)]} 0 0
   [junit4]   2> 202021 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[293019 (1504963536523100161)]} 0 0
   [junit4]   2> 202021 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[643681 (1504963536523100162)]} 0 0
   [junit4]   2> 202021 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[1873 (1504963536523100163)]} 0 0
   [junit4]   2> 202022 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[421274 (1504963536524148736)]} 0 0
   [junit4]   2> 202022 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[197339 (1504963536524148737)]} 0 0
   [junit4]   2> 202022 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[207005 (1504963536524148738)]} 0 0
   [junit4]   2> 202022 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 202028 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_5,generation=5}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_6,generation=6}
   [junit4]   2> 202028 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore newest commit generation = 6
   [junit4]   2> 202028 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@1f591c1[collection1] main
   [junit4]   2> 202029 INFO  (searcherExecutor-823-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1f591c1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c1)
 Uninverting(_1(5.3.0):c10) Uninverting(_2(5.3.0):c10) 
Uninverting(_3(5.3.0):c10) Uninverting(_4(5.3.0):c10)))}
   [junit4]   2> 202029 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 202029 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 6
   [junit4]   2> 202030 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[341239 (1504963536531488768)]} 0 1
   [junit4]   2> 202031 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[925070 (1504963536533585920)]} 0 0
   [junit4]   2> 202031 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[43757 (1504963536533585921)]} 0 0
   [junit4]   2> 202032 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[103099 (1504963536534634496)]} 0 0
   [junit4]   2> 202032 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[55540 (1504963536534634497)]} 0 0
   [junit4]   2> 202033 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[136813 (1504963536535683072)]} 0 0
   [junit4]   2> 202033 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[569968 (1504963536535683073)]} 0 0
   [junit4]   2> 202034 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[424331 (1504963536536731648)]} 0 0
   [junit4]   2> 202034 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[176138 (1504963536536731649)]} 0 0
   [junit4]   2> 202034 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 202040 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_6,generation=6}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e28e48 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11916ab),segFN=segments_7,generation=7}
   [junit4]   2> 202040 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore newest commit generation = 7
   [junit4]   2> 202041 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@10570e1[collection1] main
   [junit4]   2> 202041 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 202041 INFO  (searcherExecutor-823-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10570e1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c1)
 Uninverting(_1(5.3.0):c10) Uninverting(_2(5.3.0):c10) 
Uninverting(_3(5.3.0):c10) Uninverting(_4(5.3.0):c10) 
Uninverting(_5(5.3.0):c9)))}
   [junit4]   2> 202041 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 6
   [junit4]   2> 202046 ERROR 
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.SolrCore java.lang.UnsupportedOperationException: Query  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:851)
   [junit4]   2>        at 
org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]   2>        at 
org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:151)
   [junit4]   2>        at 
org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:851)
   [junit4]   2>        at 
org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:834)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1146)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1628)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1504)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:561)
   [junit4]   2>        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:518)
   [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:2058)
   [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.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:502)
   [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> 202047 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=*%3A*&fq=%7B%21hash+worker%3D0+workers%3D3+cost%3D1%7D&partitionKeys=a_s&rows=50}
 status=500 QTime=5 
   [junit4]   2> 202047 INFO  
(TEST-TestHashQParserPlugin.testHashPartition-seed#[ABA75E60C74B5463]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testHashPartition
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestHashQParserPlugin -Dtests.method=testHashPartition 
-Dtests.seed=ABA75E60C74B5463 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ja_JP -Dtests.timezone=Asia/Thimbu -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.08s J1 | TestHashQParserPlugin.testHashPartition <<<
   [junit4]    > Throwable #1: java.lang.UnsupportedOperationException: Query  
does not implement createWeight
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ABA75E60C74B5463:7A1A7F85FC21ED08]:0)
   [junit4]    >        at 
org.apache.lucene.search.Query.createWeight(Query.java:79)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:851)
   [junit4]    >        at 
org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
   [junit4]    >        at 
org.apache.solr.search.HashQParserPlugin$HashQuery.createWeight(HashQParserPlugin.java:151)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:851)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:834)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1146)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1628)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1504)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:561)
   [junit4]    >        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:518)
   [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:2058)
   [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.search.TestHashQParserPlugin.testHashPartition(TestHashQParserPlugin.java:94)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 202055 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 202055 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=4218413
   [junit4]   2> 202055 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@15c0b1e
   [junit4]   2> 202055 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    
x:collection1] o.a.s.u.UpdateHandler closing 
DirectUpdateHandler2{commits=7,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=50,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=3669,transaction_logs_total_number=7}
   [junit4]   2> 202055 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 202055 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 202055 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 202056 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 202056 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 202056 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 202056 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001/index
   [junit4]   2> 202056 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001;done=false>>]
   [junit4]   2> 202056 INFO  
(SUITE-TestHashQParserPlugin-seed#[ABA75E60C74B5463]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_ABA75E60C74B5463-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{a_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
_version_=PostingsFormat(name=Asserting), 
multiDefault=PostingsFormat(name=MockRandom), 
intDefault=PostingsFormat(name=Asserting), 
a_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a_l=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=Asserting)}, 
docValues:{a_s=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene50), 
multiDefault=DocValuesFormat(name=Memory), 
intDefault=DocValuesFormat(name=Lucene50), a_i=DocValuesFormat(name=Lucene50), 
id=DocValuesFormat(name=Lucene50), a_l=DocValuesFormat(name=Lucene50)}, 
sim=DefaultSimilarity, locale=ja_JP, timezone=Asia/Thimbu
   [junit4]   2> NOTE: Linux 3.13.0-54-generic i386/Oracle Corporation 1.9.0-ea 
(32-bit)/cpus=12,threads=1,free=30646288,total=118390784
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache, 
DistributedFacetPivotLongTailTest, AnalyticsQueryTest, TestCharFilters, 
TestComponentsName, TestNonDefinedSimilarityFactory, CoreAdminHandlerTest, 
CoreMergeIndexesAdminHandlerTest, DistributedMLTComponentTest, 
SolrPluginUtilsTest, TestJsonFacets, TestCoreContainer, 
ExitableDirectoryReaderTest, CopyFieldTest, TestWriterPerf, ScriptEngineTest, 
TestLMDirichletSimilarityFactory, TestStressVersions, 
LeaderFailoverAfterPartitionTest, RuleEngineTest, CloudMLTQParserTest, 
DistributedTermsComponentTest, CurrencyFieldOpenExchangeTest, 
DistributedDebugComponentTest, DistributedFacetPivotSmallTest, 
ZkSolrClientTest, TestLMJelinekMercerSimilarityFactory, TestHashQParserPlugin]
   [junit4] Completed [68/507] on J1 in 0.30s, 1 test, 1 error <<< FAILURES!

[...truncated 1372 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error 
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:230: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:512: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1444: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:999: 
There were test failures: 507 suites, 2007 tests, 1 error, 59 ignored (25 
assumptions)

Total time: 49 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to