Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2610/
2 tests failed.
FAILED:
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild
Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type,
expected CoreIsClosedException
Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError:
Unexpected wrapped exception type, expected CoreIsClosedException
at
__randomizedtesting.SeedInfo.seed([26248563215CF7AC:F9A9E7DC1F35A2CE]:0)
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
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:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception
type, expected CoreIsClosedException
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
at
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 more
Caused by: java.lang.RuntimeException: Exception during query
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
at
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
at
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
at
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
at
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
at
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
... 9 more
FAILED:
junit.framework.TestSuite.org.apache.solr.client.solrj.io.graph.GraphTest
Error Message:
Error from server at http://127.0.0.1:42821/solr: KeeperErrorCode = NoNode for
/overseer/collection-queue-work/qnr-0000000000
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:42821/solr: KeeperErrorCode = NoNode for
/overseer/collection-queue-work/qnr-0000000000
at __randomizedtesting.SeedInfo.seed([17A97EFCD9A55CDD]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.client.solrj.io.graph.GraphTest.setupCluster(GraphTest.java:62)
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:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 13786 lines...]
[junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
[junit4] 2> 2525881 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_26248563215CF7AC-001/init-core-data-001
[junit4] 2> 2525882 WARN
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 2525882 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2525883 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2525884 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2525884 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2525904 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2525913 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 2525996 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2526122 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 2526123 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 2526136 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2526142 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2526143 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2526144 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2526178 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2526188 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2526270 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2526277 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 2526278 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2526278 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2526278 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_26248563215CF7AC-001/init-core-data-001/]
[junit4] 2> 2526280 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1411975102,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2526341 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2526341 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2526342 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2526342 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2e501793[collection1] main]
[junit4] 2> 2526343 WARN (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 2526343 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2526343 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2526360 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2526360 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2526360 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2526361 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2526361 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2526361 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2526361 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2526361 INFO (coreLoadExecutor-5336-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2526362 INFO
(searcherExecutor-5337-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2e501793[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2526363 INFO
(SUITE-InfixSuggestersTest-seed#[26248563215CF7AC]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 2526366 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.SolrTestCaseJ4 ###Starting testShutdownDuringBuild
[junit4] 2> 2526367 INFO (AnalyzingInfixSuggesterTest-7606-thread-1) [
] o.a.s.h.c.SuggestComponent SuggestComponent prepare with :
qt=/suggest_analyzing_infix_long_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 2526367 INFO (AnalyzingInfixSuggesterTest-7606-thread-1) [
] o.a.s.s.s.SolrSuggester SolrSuggester.build(longRandomAnalyzingInfixSuggester)
[junit4] 2> 2526467 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1391859743
[junit4] 2> 2526467 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2526467 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1c75b505: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@3ef70823
[junit4] 2> 2526472 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2526472 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@70871df5: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@493eb65d
[junit4] 2> 2526475 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2526475 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@62da9689: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@64e73d9c
[junit4] 2> 2526482 INFO (coreCloseExecutor-5341-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@f05635a
[junit4] 2> 2526482 INFO (coreCloseExecutor-5341-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=f05635a
[junit4] 2> 2526482 INFO (coreCloseExecutor-5341-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@70974090: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@78de2ef8
[junit4] 2> 2526551 ERROR (AnalyzingInfixSuggesterTest-7606-thread-1) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
qt=/suggest_analyzing_infix_long_dictionary&suggest.buildAll=true&wt=xml:org.apache.solr.common.SolrException:
SolrCoreState already closed.
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
[junit4] 2> at
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
[junit4] 2> at
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
[junit4] 2> at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
[junit4] 2> at
org.apache.solr.util.TestHarness.query(TestHarness.java:337)
[junit4] 2> at
org.apache.solr.util.TestHarness.query(TestHarness.java:319)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
[junit4] 2> at
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
[junit4] 2> at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
[junit4] 2> at
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 2526580 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2526580 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2526637 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2526649 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 2526747 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2526933 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2526934 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 2526948 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2526955 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2526955 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2526957 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2526982 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2526991 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2527071 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2527077 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 2527078 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2527078 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2527078 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_26248563215CF7AC-001/init-core-data-001/]
[junit4] 2> 2527117 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2527117 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2527118 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1411975102,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2527119 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@44ab2000[collection1] main]
[junit4] 2> 2527119 WARN (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 2527120 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527120 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527120 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527120 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527120 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527123 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527123 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527123 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2527123 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2527124 INFO (coreLoadExecutor-5351-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2527124 INFO
(searcherExecutor-5352-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@44ab2000[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2527125 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 2527125 INFO
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[26248563215CF7AC]) [
] o.a.s.SolrTestCaseJ4 ###Ending testShutdownDuringBuild
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=InfixSuggestersTest
-Dtests.method=testShutdownDuringBuild -Dtests.seed=26248563215CF7AC
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mk
-Dtests.timezone=Etc/GMT-14 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.77s J1 | InfixSuggestersTest.testShutdownDuringBuild <<<
[junit4] > Throwable #1: java.util.concurrent.ExecutionException:
junit.framework.AssertionFailedError: Unexpected wrapped exception type,
expected CoreIsClosedException
[junit4] > at
__randomizedtesting.SeedInfo.seed([26248563215CF7AC:F9A9E7DC1F35A2CE]:0)
[junit4] > at
java.util.concurrent.FutureTask.report(FutureTask.java:122)
[junit4] > at
java.util.concurrent.FutureTask.get(FutureTask.java:192)
[junit4] > at
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: junit.framework.AssertionFailedError: Unexpected
wrapped exception type, expected CoreIsClosedException
[junit4] > at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
[junit4] > at
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > ... 1 more
[junit4] > Caused by: java.lang.RuntimeException: Exception during query
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
[junit4] > at
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
[junit4] > at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
[junit4] > ... 6 more
[junit4] > Caused by: org.apache.solr.common.SolrException: SolrCoreState
already closed.
[junit4] > at
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
[junit4] > at
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
[junit4] > at
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
[junit4] > at
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
[junit4] > at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
[junit4] > at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
[junit4] > at
org.apache.solr.util.TestHarness.query(TestHarness.java:337)
[junit4] > at
org.apache.solr.util.TestHarness.query(TestHarness.java:319)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
[junit4] > ... 9 more
[junit4] 2> 2527131 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testAnalyzingInfixSuggesterBuildThenReload
[junit4] 2> 2527131 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with :
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 2527131 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.s.s.SolrSuggester
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
[junit4] 2> 2527141 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.s.s.RandomTestDictionaryFactory
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
disabled after emitting 100 items.
[junit4] 2> 2527172 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.h.c.SuggestComponent SuggestComponent process with :
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 2527172 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
status=0 QTime=40
[junit4] 2> 2527174 ERROR
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 2527175 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from
paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2527207 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2527217 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2527323 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2527332 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
[junit4] 2> 2527358 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2527358 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_26248563215CF7AC-001/init-core-data-001/]
[junit4] 2> 2527430 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2527430 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2527432 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6e84adc7[collection1] main]
[junit4] 2> 2527433 WARN
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 2527433 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527433 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527434 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527434 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527434 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527435 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527435 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527435 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2527436 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2527436 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
10000ms.
[junit4] 2> 2527437 INFO
(searcherExecutor-5356-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6e84adc7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2527438 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=8, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=16.99609375,
floorSegmentMB=2.0849609375, forceMergeDeletesPctAllowed=20.012369362671244,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.18858503706003216, deletesPctAllowed=26.76694443800581
[junit4] 2> 2527438 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to
be used.
[junit4] 2> 2527439 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@46fcae67[collection1] main]
[junit4] 2> 2527439 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@10fe37d5
[junit4] 2> 2527439 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=10fe37d5
[junit4] 2> 2527439 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@690370ac: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@61f8026
[junit4] 2> 2527440 INFO
(searcherExecutor-5356-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@46fcae67[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2527448 INFO
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.SolrTestCaseJ4 ###Ending
testAnalyzingInfixSuggesterBuildThenReload
[junit4] 2> 2527450 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.SolrTestCaseJ4 ###Starting
testBlendedInfixSuggesterBuildThenReload
[junit4] 2> 2527450 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with :
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
[junit4] 2> 2527450 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester
SolrSuggester.build(shortRandomBlendedInfixSuggester)
[junit4] 2> 2527477 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.RandomTestDictionaryFactory
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
disabled after emitting 100 items.
[junit4] 2> 2527502 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with :
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
[junit4] 2> 2527502 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml}
status=0 QTime=51
[junit4] 2> 2527503 ERROR
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core
descriptor from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 2527503 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to
classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2527527 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2527536 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2527617 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid
field id
[junit4] 2> 2527624 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1'
using configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
[junit4] 2> 2527649 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2527650 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_26248563215CF7AC-001/init-core-data-001/]
[junit4] 2> 2527699 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2527699 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2527700 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7eb5e295[collection1] main]
[junit4] 2> 2527701 WARN
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 2527701 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527701 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527702 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527703 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527703 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527703 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527703 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527704 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2527704 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2527705 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
10000ms.
[junit4] 2> 2527706 INFO
(searcherExecutor-5360-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7eb5e295[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2527706 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=98.2119140625,
floorSegmentMB=0.240234375, forceMergeDeletesPctAllowed=3.5988182075071675,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=24.319463577784465
[junit4] 2> 2527707 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to
be used.
[junit4] 2> 2527707 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@66062f8[collection1] main]
[junit4] 2> 2527707 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2cb21984
[junit4] 2> 2527707 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=2cb21984
[junit4] 2> 2527707 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c67d5c0: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@61f8026
[junit4] 2> 2527708 INFO
(searcherExecutor-5360-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@66062f8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2527716 INFO
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.SolrTestCaseJ4 ###Ending
testBlendedInfixSuggesterBuildThenReload
[junit4] 2> 2527719 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting test2xBuildReload
[junit4] 2> 2527719 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with :
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 2527719 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
[junit4] 2> 2527726 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
disabled after emitting 100 items.
[junit4] 2> 2527745 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with :
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 2527745 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
status=0 QTime=26
[junit4] 2> 2527746 ERROR
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 2527746 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2527769 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2527779 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2527861 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2527868 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
[junit4] 2> 2527893 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2527893 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_26248563215CF7AC-001/init-core-data-001/]
[junit4] 2> 2527951 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2527951 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2527952 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@23c8a1ed[collection1] main]
[junit4] 2> 2527953 WARN
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 2527953 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527953 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527954 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527954 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527954 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527955 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2527955 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2527955 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2527956 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2527957 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2527958 INFO
(searcherExecutor-5364-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@23c8a1ed[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2527958 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=63.0625,
floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=21.803347834585843,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1237443901083001, deletesPctAllowed=44.655957098323604
[junit4] 2> 2527959 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 2527959 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@431cfa03[collection1] main]
[junit4] 2> 2527959 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@758563dd
[junit4] 2> 2527959 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=758563dd
[junit4] 2> 2527959 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@236d7f5d: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@61f8026
[junit4] 2> 2527960 INFO
(searcherExecutor-5364-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@431cfa03[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2527968 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with :
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 2527968 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
[junit4] 2> 2527974 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
disabled after emitting 100 items.
[junit4] 2> 2527993 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with :
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 2527994 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
status=0 QTime=26
[junit4] 2> 2527994 ERROR
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 2527994 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2528017 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2528027 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2528108 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2528115 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
[junit4] 2> 2528140 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2528141 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_26248563215CF7AC-001/init-core-data-001/]
[junit4] 2> 2528191 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2528191 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2528193 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@212dd170[collection1] main]
[junit4] 2> 2528193 WARN
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 2528193 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2528193 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2528195 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2528195 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2528195 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2528196 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2528196 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2528196 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2528197 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2528197 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2528199 INFO
(searcherExecutor-5368-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@212dd170[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2528199 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5273483109786069]
[junit4] 2> 2528199 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 2528199 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@20ced24b[collection1] main]
[junit4] 2> 2528200 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@41bd3566
[junit4] 2> 2528200 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=41bd3566
[junit4] 2> 2528200 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c4c8849: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@61f8026
[junit4] 2> 2528201 INFO
(searcherExecutor-5368-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@20ced24b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2528208 INFO
(TEST-InfixSuggestersTest.test2xBuildReload-seed#[26248563215CF7AC]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending test2xBuildReload
[junit4] 2> 2528211 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.SolrTestCaseJ4 ###Starting
testTwoSuggestersBuildThenReload
[junit4] 2> 2528211 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with :
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 2528211 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
[junit4] 2> 2528217 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.RandomTestDictionaryFactory
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
disabled after emitting 100 items.
[junit4] 2> 2528236 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with :
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
[junit4] 2> 2528236 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
status=0 QTime=25
[junit4] 2> 2528237 ERROR
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core
descriptor from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 2528237 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to
classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2528260 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2528270 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2528351 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid
field id
[junit4] 2> 2528358 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1'
using configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
[junit4] 2> 2528384 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4b5a5ed1
[junit4] 2> 2528384 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_26248563215CF7AC-001/init-core-data-001/]
[junit4] 2> 2528441 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2528441 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2528443 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4c0b03dc[collection1] main]
[junit4] 2> 2528443 WARN
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 2528443 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2528443 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2528445 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2528445 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2528445 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester init:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2528445 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
[junit4] 2> 2528446 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 2528446 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester init:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
[junit4] 2> 2528447 INFO
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[26248563215CF7AC])
[ x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=p
[...truncated too long message...]
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null397430661
[copy] Copying 241 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null397430661
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null397430661
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 74ms :: artifacts dl 13ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 193 minutes 42 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$34.hasMatch(FilePath.java:2678)
at hudson.FilePath$34.invoke(FilePath.java:2557)
at hudson.FilePath$34.invoke(FilePath.java:2547)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1036)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1038)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]