Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2404/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -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([F53EAAC9BE038D1F:24838B2C85693474]: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: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 11216 lines...]
[junit4] Suite: org.apache.solr.search.TestHashQParserPlugin
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001
[junit4] 2> 3286112 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 3286114 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 3286114 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 3286115 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 3286115 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 3286199 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 3286217 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
[junit4] 2> 3286255 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig-hash.xml
[junit4] 2> 3286256 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-hash.xml
[junit4] 2> 3286263 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 3286726 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 3286728 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 3286730 WARN
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (3)
[junit4] 2> 3286730 WARN
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for
multiple copyFields (2)
[junit4] 2> 3286730 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 3286730 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr
[junit4] 2> 3286731 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/'
[junit4] 2> 3286755 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.CoreContainer New CoreContainer 1991155675
[junit4] 2> 3286755 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/]
[junit4] 2> 3286755 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.CoreContainer loading shared library:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib
[junit4] 2> 3286755 WARN
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/lib).
[junit4] 2> 3286769 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-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> 3286773 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 3286773 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 3286773 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 3286773 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 3286776 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.SolrCore Created CoreDescriptor: {loadOnStartup=true,
schema=schema-hash.xml,
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/,
transient=false, name=collection1,
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001,
config=solrconfig-hash.xml, instanceDir=collection1, shard=shard1,
collection=collection1}
[junit4] 2> 3286776 INFO (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 3286777 INFO (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 3286777 INFO (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 3286803 INFO (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 3286835 INFO (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
[junit4] 2> 3286867 INFO (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig-hash.xml
[junit4] 2> 3286867 INFO (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-hash.xml
[junit4] 2> 3286874 INFO (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 3287189 INFO (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 3287190 INFO (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 3287199 WARN (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (3)
[junit4] 2> 3287199 WARN (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for
multiple copyFields (2)
[junit4] 2> 3287200 INFO (coreLoadExecutor-8462-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/
[junit4] 2> 3287200 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 3287200 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/],
dataDir=[null]
[junit4] 2> 3287200 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 3287201 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001
[junit4] 2> 3287201 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001/index/
[junit4] 2> 3287201 WARN (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 3287202 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001/index
[junit4] 2> 3287206 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_1,generation=1}
[junit4] 2> 3287206 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 3287208 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001/
[junit4] 2> 3287211 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 3287225 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 3287235 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 3287256 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 3287273 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 3287306 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/update/json,/admin/properties,/config,/admin/threads,/admin/file,/admin/logging,/stream,/admin/plugins,/schema,standard,/get,/update/csv,/replication,/admin/segments,/update/json/docs,/update,,/admin/mbeans,/admin/luke,/admin/system,/admin/ping
[junit4] 2> 3287306 WARN (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered
(either '/select' or 'standard')
[junit4] 2> 3287307 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 3287308 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3287308 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 3287309 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 3287309 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 3287309 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_1,generation=1}
[junit4] 2> 3287309 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 3287310 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@170cf6f8[collection1]
main
[junit4] 2> 3287310 WARN (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 3287310 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 3287310 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 3287311 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 3287311 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 3287312 INFO
(searcherExecutor-8463-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@170cf6f8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3287312 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 3287312 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 3287312 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 3287313 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1504967663936339968
[junit4] 2> 3287315 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 3 ms to seed version buckets with highest
version 1504967663936339968
[junit4] 2> 3287315 INFO (coreLoadExecutor-8462-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 3287336 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 3287339 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testHashPartition
[junit4] 2> 3287342 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{deleteByQuery=*:* (-1504967663964651520)} 0 2
[junit4] 2> 3287345 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3287345 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
[junit4] 2> 3287347 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 3287347 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 3287347 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{commit=} 0 2
[junit4] 2> 3287352 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[912676 (1504967663973040128)]} 0 3
[junit4] 2> 3287353 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3287373 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_2,generation=2}
[junit4] 2> 3287378 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore newest commit generation = 2
[junit4] 2> 3287383 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@65abc51b[collection1] main
[junit4] 2> 3287383 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 3287383 INFO (searcherExecutor-8463-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@65abc51b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c1)))}
[junit4] 2> 3287385 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{commit=} 0 32
[junit4] 2> 3287388 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[470419 (1504967664012886016)]} 0 1
[junit4] 2> 3287389 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[606048 (1504967664016031744)]} 0 0
[junit4] 2> 3287390 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[853493 (1504967664017080320)]} 0 0
[junit4] 2> 3287391 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[915065 (1504967664018128896)]} 0 0
[junit4] 2> 3287394 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[936160 (1504967664021274624)]} 0 0
[junit4] 2> 3287396 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[636174 (1504967664023371776)]} 0 0
[junit4] 2> 3287397 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[799738 (1504967664024420352)]} 0 0
[junit4] 2> 3287403 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[293402 (1504967664029663232)]} 0 0
[junit4] 2> 3287404 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[441452 (1504967664031760384)]} 0 0
[junit4] 2> 3287405 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[182636 (1504967664031760385)]} 0 0
[junit4] 2> 3287405 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3287464 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_2,generation=2}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_3,generation=3}
[junit4] 2> 3287464 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore newest commit generation = 3
[junit4] 2> 3287465 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@1b56579d[collection1] main
[junit4] 2> 3287473 INFO (searcherExecutor-8463-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1b56579d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c1)
Uninverting(_1(5.3.0):c10)))}
[junit4] 2> 3287476 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 3287477 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{commit=} 0 72
[junit4] 2> 3287480 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[433558 (1504967664110403584)]} 0 1
[junit4] 2> 3287481 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[231747 (1504967664112500736)]} 0 0
[junit4] 2> 3287483 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[297039 (1504967664113549312)]} 0 0
[junit4] 2> 3287484 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[744033 (1504967664115646464)]} 0 0
[junit4] 2> 3287485 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[781433 (1504967664116695040)]} 0 0
[junit4] 2> 3287487 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[102349 (1504967664117743616)]} 0 0
[junit4] 2> 3287488 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[116544 (1504967664118792192)]} 0 0
[junit4] 2> 3287489 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[783695 (1504967664119840768)]} 0 0
[junit4] 2> 3287490 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[762192 (1504967664121937920)]} 0 0
[junit4] 2> 3287492 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[26155 (1504967664124035072)]} 0 0
[junit4] 2> 3287493 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3287509 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_3,generation=3}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_4,generation=4}
[junit4] 2> 3287509 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore newest commit generation = 4
[junit4] 2> 3287510 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@36043586[collection1] main
[junit4] 2> 3287510 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 3287510 INFO (searcherExecutor-8463-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@36043586[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c1)
Uninverting(_1(5.3.0):c10) Uninverting(_2(5.3.0):c10)))}
[junit4] 2> 3287511 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{commit=} 0 17
[junit4] 2> 3287514 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[385007 (1504967664146055168)]} 0 1
[junit4] 2> 3287515 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[552669 (1504967664148152320)]} 0 0
[junit4] 2> 3287516 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[607400 (1504967664149200896)]} 0 0
[junit4] 2> 3287518 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[648464 (1504967664151298048)]} 0 0
[junit4] 2> 3287519 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[259969 (1504967664152346624)]} 0 0
[junit4] 2> 3287521 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[128047 (1504967664153395200)]} 0 0
[junit4] 2> 3287522 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[736058 (1504967664155492352)]} 0 0
[junit4] 2> 3287524 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[818222 (1504967664156540928)]} 0 0
[junit4] 2> 3287525 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[138729 (1504967664158638080)]} 0 0
[junit4] 2> 3287526 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[329527 (1504967664159686656)]} 0 0
[junit4] 2> 3287527 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3287533 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_4,generation=4}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_5,generation=5}
[junit4] 2> 3287552 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore newest commit generation = 5
[junit4] 2> 3287564 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@3a59d481[collection1] main
[junit4] 2> 3287565 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 3287565 INFO (searcherExecutor-8463-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3a59d481[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> 3287565 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{commit=} 0 38
[junit4] 2> 3287574 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[798999 (1504967664202678272)]} 0 7
[junit4] 2> 3287580 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[401434 (1504967664216309760)]} 0 0
[junit4] 2> 3287582 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[84192 (1504967664218406912)]} 0 0
[junit4] 2> 3287584 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[326245 (1504967664220504064)]} 0 0
[junit4] 2> 3287586 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[647857 (1504967664221552640)]} 0 0
[junit4] 2> 3287588 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[834764 (1504967664224698368)]} 0 0
[junit4] 2> 3287590 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[617344 (1504967664226795520)]} 0 0
[junit4] 2> 3287593 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[58490 (1504967664228892672)]} 0 0
[junit4] 2> 3287602 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[350275 (1504967664239378432)]} 0 0
[junit4] 2> 3287605 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[491650 (1504967664242524160)]} 0 0
[junit4] 2> 3287606 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3287675 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_5,generation=5}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_6,generation=6}
[junit4] 2> 3287675 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore newest commit generation = 6
[junit4] 2> 3287675 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@1f45a3ac[collection1] main
[junit4] 2> 3287675 INFO (searcherExecutor-8463-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1f45a3ac[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> 3287675 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 3287676 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{commit=} 0 69
[junit4] 2> 3287679 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[980355 (1504967664318021632)]} 0 1
[junit4] 2> 3287680 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[675066 (1504967664321167360)]} 0 0
[junit4] 2> 3287681 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[786334 (1504967664322215936)]} 0 0
[junit4] 2> 3287683 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[606211 (1504967664324313088)]} 0 0
[junit4] 2> 3287685 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[789331 (1504967664325361664)]} 0 0
[junit4] 2> 3287686 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[411840 (1504967664327458816)]} 0 0
[junit4] 2> 3287687 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[899602 (1504967664328507392)]} 0 0
[junit4] 2> 3287688 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[917889 (1504967664329555968)]} 0 0
[junit4] 2> 3287689 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{add=[410637 (1504967664330604544)]} 0 0
[junit4] 2> 3287691 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3287695 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_6,generation=6}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@28b4f6b8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b1bee9),segFN=segments_7,generation=7}
[junit4] 2> 3287696 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.c.SolrCore newest commit generation = 7
[junit4] 2> 3287700 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.s.SolrIndexSearcher Opening Searcher@49c94f66[collection1] main
[junit4] 2> 3287706 INFO (searcherExecutor-8463-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@49c94f66[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> 3287710 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 3287710 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{commit=} 0 19
[junit4] 2> 3287713 ERROR
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
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: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> 3287714 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
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=2
[junit4] 2> 3287714 INFO
(TEST-TestHashQParserPlugin.testHashPartition-seed#[F53EAAC9BE038D1F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testHashPartition
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestHashQParserPlugin -Dtests.method=testHashPartition
-Dtests.seed=F53EAAC9BE038D1F -Dtests.slow=true -Dtests.locale=th
-Dtests.timezone=America/Anguilla -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.40s J1 | TestHashQParserPlugin.testHashPartition <<<
[junit4] > Throwable #1: java.lang.UnsupportedOperationException: Query
does not implement createWeight
[junit4] > at
__randomizedtesting.SeedInfo.seed([F53EAAC9BE038D1F:24838B2C85693474]: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> 3287732 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 3287732 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1991155675
[junit4] 2> 3287733 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7d4fa060
[junit4] 2> 3287734 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-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=3693,transaction_logs_total_number=7}
[junit4] 2> 3287734 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 3287734 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 3287734 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 3287763 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 3287763 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 3287764 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001/index;done=false>>]
[junit4] 2> 3287764 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001/index
[junit4] 2> 3287774 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001;done=false>>]
[junit4] 2> 3287774 INFO
(SUITE-TestHashQParserPlugin-seed#[F53EAAC9BE038D1F]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001/init-core-data-001
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.search.TestHashQParserPlugin_F53EAAC9BE038D1F-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene53):
{intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval),
a_s=PostingsFormat(name=Direct),
_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval),
timestamp=PostingsFormat(name=MockRandom),
multiDefault=PostingsFormat(name=MockRandom),
a_l=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting),
a_i=PostingsFormat(name=Asserting)},
docValues:{a_s=DocValuesFormat(name=Direct),
intDefault=DocValuesFormat(name=Memory),
_version_=DocValuesFormat(name=Memory), a_l=DocValuesFormat(name=Lucene50),
multiDefault=DocValuesFormat(name=Lucene50),
id=DocValuesFormat(name=Asserting), a_i=DocValuesFormat(name=Asserting)},
sim=DefaultSimilarity, locale=th, timezone=America/Anguilla
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80
(64-bit)/cpus=3,threads=1,free=60137640,total=458051584
[junit4] 2> NOTE: All tests run in this JVM: [EchoParamsTest,
RAMDirectoryFactoryTest, SpellPossibilityIteratorTest,
TestFileDictionaryLookup, DistributedMLTComponentTest, TestNRTOpen,
TestPHPSerializedResponseWriter, TestSolrQueryParser,
UpdateRequestProcessorFactoryTest, FullSolrCloudDistribCmdsTest,
BasicDistributedZk2Test, TestRandomRequestDistribution, HighlighterTest,
TestSchemaManager, TestFieldSortValues, LeaderInitiatedRecoveryOnCommitTest,
TestQuerySenderNoQuery, QueryEqualityTest, TestFieldTypeCollectionResource,
ConvertedLegacyTest, TestRandomMergePolicy, SegmentsInfoRequestHandlerTest,
SolrIndexConfigTest, TermVectorComponentDistributedTest,
TestCopyFieldCollectionResource, TestSortingResponseWriter,
CurrencyFieldXmlFileTest, SuggesterTSTTest, NotRequiredUniqueKeyTest,
CurrencyFieldOpenExchangeTest, SolrCloudExampleTest, TestFoldingMultitermQuery,
SolrXmlInZkTest, TestSolrQueryParserDefaultOperatorResource,
ExternalFileFieldSortTest, TestComplexPhraseQParserPlugin, TestSolrXml,
TestFuzzyAnalyzedSuggestions, XsltUpdateRequestHandlerTest,
FileBasedSpellCheckerTest, ChaosMonkeySafeLeaderTest,
BinaryUpdateRequestHandlerTest, ChangedSchemaMergeTest,
TestManagedResourceStorage, TestSolrDeletionPolicy1, MultiThreadedOCPTest,
TestAnalyzeInfixSuggestions, TestReRankQParserPlugin, SpatialFilterTest,
FieldMutatingUpdateProcessorTest, TestDistributedMissingSort, ReturnFieldsTest,
DistributedIntervalFacetingTest, LoggingHandlerTest, TestLRUStatsCache,
StatelessScriptUpdateProcessorFactoryTest, TestCodecSupport,
TestDFRSimilarityFactory, TestSolrCoreProperties,
CollectionsAPIDistributedZkTest, AliasIntegrationTest, TestJoin,
ZkSolrClientTest, TestBulkSchemaConcurrent, DistributedExpandComponentTest,
HdfsRecoverLeaseTest, IndexBasedSpellCheckerTest,
TestDefaultSearchFieldResource, HdfsSyncSliceTest, TermVectorComponentTest,
HdfsRecoveryZkTest, TestEmbeddedSolrServerConstructors,
TestDynamicFieldResource, TestConfigOverlay, TestSearcherReuse, TestSolrJ,
MigrateRouteKeyTest, BlockDirectoryTest, TestRebalanceLeaders,
OpenCloseCoreStressTest, DebugComponentTest, LeaderElectionIntegrationTest,
ReplicationFactorTest, TestSchemaSimilarityResource, TestQuerySenderListener,
DisMaxRequestHandlerTest, HdfsDirectoryTest, TestFastOutputStream,
WordBreakSolrSpellCheckerTest, QueryParsingTest,
OverseerCollectionProcessorTest, TestCloudManagedSchemaConcurrent,
HdfsBasicDistributedZk2Test, TestImplicitCoreProperties,
HdfsWriteToMultipleCollectionsTest, DirectUpdateHandlerOptimizeTest,
DistributedQueryComponentCustomSortTest, TestLuceneMatchVersion,
HdfsLockFactoryTest, TestDefaultSimilarityFactory, CopyFieldTest, TestReload,
TestRangeQuery, RegexBoostProcessorTest, TestManagedSchemaFieldTypeResource,
TestCloudPivotFacet, TestConfigReload, DirectSolrSpellCheckerTest,
CloudMLTQParserTest, ZkNodePropsTest, TestAuthenticationFramework,
JsonLoaderTest, MergeStrategyTest, TestSystemIdResolver, MinimalSchemaTest,
TestIntervalFaceting, TestHighFrequencyDictionaryFactory, TestRandomFaceting,
PluginInfoTest, HighlighterConfigTest, UpdateParamsTest, TestCloudInspectUtil,
AutoCommitTest, TestFiltering, PreAnalyzedUpdateProcessorTest,
TestRemoteStreaming, OverseerTest, BasicZkTest, TestReplicationHandler,
ShardRoutingCustomTest, TestDistributedGrouping, TestRecovery,
TestHashPartitioner, DistributedSpellCheckComponentTest, ZkControllerTest,
TestRealTimeGet, DistributedTermsComponentTest, TestSolr4Spatial, SolrCoreTest,
StatsComponentTest, PeerSyncTest, BadIndexSchemaTest, BasicFunctionalityTest,
DirectUpdateHandlerTest, TestBadConfig, SimplePostToolTest, TestCoreDiscovery,
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest,
CoreAdminHandlerTest, DocValuesTest, PolyFieldTest, TestPseudoReturnFields,
TestUpdate, SortByFunctionTest, SolrInfoMBeanTest,
TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest,
XmlUpdateRequestHandlerTest, TestValueSourceCache, TestIndexingPerformance,
TestArbitraryIndexDir, SolrPluginUtilsTest, TestJmxIntegration,
MBeansHandlerTest, PingRequestHandlerTest, SearchHandlerTest,
ResponseLogComponentTest, TestSolrDeletionPolicy2, MultiTermTest,
TestSearchPerf, TestElisionMultitermQuery, OutputWriterTest,
SynonymTokenizerTest, TestLMDirichletSimilarityFactory,
TestIBSimilarityFactory, TestFastWriter, ResourceLoaderTest,
URLClassifyProcessorTest, PreAnalyzedFieldTest, SpellingQueryConverterTest,
TestLRUCache, TestUtils, TestDocumentBuilder, SliceStateTest, FileUtilsTest,
CircularListTest, CursorPagingTest, CloudExitableDirectoryReaderTest,
CollectionStateFormat2Test, DeleteInactiveReplicaTest, DistribCursorPagingTest,
DistribJoinFromCollectionTest, LeaderFailoverAfterPartitionTest,
OverseerStatusTest, RollingRestartTest, SharedFSAutoReplicaFailoverUtilsTest,
TestCollectionAPI, TestDownShardTolerantSearch, TestMiniSolrCloudClusterSSL,
TestRequestStatusCollectionAPI, TriLevelCompositeIdRoutingTest, RuleEngineTest,
CachingDirectoryFactoryTest, QueryResultKeyTest, TestDynamicLoading,
TestRestoreCore, TestSolrConfigHandlerConcurrent, CoreAdminCreateDiscoverTest,
CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest,
DistributedFacetPivotLargeTest, DistributedFacetPivotLongTailTest,
DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotSmallTest,
FacetPivotSmallTest, SpatialHeatmapFacetsTest, TestPivotHelperCode,
TestTrackingShardHandlerFactory, JavabinLoaderTest, TestMacros,
TestChildDocTransformer, TestRawResponseWriter, TestRestManager,
TestClassNameShortening, TestFieldCollectionResource, TestFieldResource,
TestManagedSchemaDynamicFieldResource, TestRemoveLastDynamicCopyField,
TestSchemaNameResource, TestSchemaVersionResource,
TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource,
TestManagedStopFilterFactory, BadCopyFieldTest, DateRangeFieldTest,
EnumFieldTest, SpatialRPTFieldTypeTest, TestCloudManagedSchema,
TestManagedSchema, AnalyticsMergeStrategyTest, AnalyticsQueryTest,
CursorMarkTest, TestAddFieldRealTimeGet, TestCustomSort, TestHashQParserPlugin]
[junit4] Completed [473/507] on J1 in 1.71s, 1 test, 1 error <<< FAILURES!
[...truncated 111 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:536: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:484: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:230: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:512: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1444:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:999:
There were test failures: 507 suites, 2007 tests, 1 error, 64 ignored (24
assumptions)
Total time: 91 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]