Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/2235/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([4CBFA440567585CF:7D041A75F34A951F]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:927)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:887)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">7</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:920)
... 41 more
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([4CBFA440567585CF:7D041A75F34A951F]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:927)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:887)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">1</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:920)
... 41 more
Build Log:
[...truncated 15342 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> 2897498 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_4CBFA440567585CF-001/init-core-data-001
[junit4] 2> 2897499 WARN
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 2897499 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2897500 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2897500 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2897500 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2897519 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2897529 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 2897614 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2897857 WARN
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@56f5e040[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2897860 WARN
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@6d59dc9b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2897885 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 2897885 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 2897897 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5076ed
[junit4] 2> 2897902 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5076ed
[junit4] 2> 2897902 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5076ed
[junit4] 2> 2897903 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2897939 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2897954 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2898071 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2898078 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 2898078 INFO (coreLoadExecutor-18577-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@e5076ed
[junit4] 2> 2898079 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_4CBFA440567585CF-001/init-core-data-001/]
[junit4] 2> 2898080 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=7, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2898121 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2898121 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2898121 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@6fb74104
[junit4] 2> 2898121 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@13402147[collection1] main]
[junit4] 2> 2898121 WARN (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 2898122 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 2898125 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default
[junit4] 2> 2898128 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default_teststop
[junit4] 2> 2898128 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 2898128 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4] 2> 2898133 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold
[junit4] 2> 2898133 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4] 2> 2898133 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold_direct
[junit4] 2> 2898135 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: multipleFields
[junit4] 2> 2898144 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: freq
[junit4] 2> 2898146 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: fqcn
[junit4] 2> 2898146 INFO (coreLoadExecutor-18577-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2898147 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 2898147 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 2898147 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
default_teststop
[junit4] 2> 2898148 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 2898148 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
direct_lowerfilt
[junit4] 2> 2898148 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 2898148 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
[junit4] 2> 2898148 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
threshold_direct
[junit4] 2> 2898148 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 2898148 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 2898148 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 2898149 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 2898149 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 2898149 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0]} 0 1
[junit4] 2> 2898149 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 2898149 INFO
(searcherExecutor-18578-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@13402147[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2898153 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 1
[junit4] 2> 2898154 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 2898197 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 43
[junit4] 2> 2898198 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 2898200 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 1
[junit4] 2> 2898200 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 2898204 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 3
[junit4] 2> 2898208 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[8]} 0 0
[junit4] 2> 2898211 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9]} 0 2
[junit4] 2> 2898217 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10]} 0 0
[junit4] 2> 2898219 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[11]} 0 2
[junit4] 2> 2898220 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[12]} 0 0
[junit4] 2> 2898222 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[13]} 0 2
[junit4] 2> 2898223 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[14]} 0 0
[junit4] 2> 2898231 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[15]} 0 7
[junit4] 2> 2898231 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[16]} 0 0
[junit4] 2> 2898232 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2898232 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@125f24b6 commitCommandVersion:0
[junit4] 2> 2898246 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7a459816[collection1] main]
[junit4] 2> 2898246 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2898246 INFO (searcherExecutor-18578-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 2898267 INFO (searcherExecutor-18578-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 2898279 INFO (searcherExecutor-18578-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 2898283 INFO (searcherExecutor-18578-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 2898283 INFO (searcherExecutor-18578-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 2898295 INFO (searcherExecutor-18578-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 2898307 INFO (searcherExecutor-18578-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 2898321 INFO (searcherExecutor-18578-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7a459816[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2:[diagnostics={os=SunOS,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=1.8.0_191-b12, source=flush, os.version=5.11,
timestamp=1546273512116}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(8.0.0):C2:[diagnostics={os=SunOS, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=5.11,
timestamp=1546273512159}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(8.0.0):C2:[diagnostics={os=SunOS, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=5.11,
timestamp=1546273512162}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(8.0.0):C2:[diagnostics={os=SunOS, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=5.11,
timestamp=1546273512165}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_5(8.0.0):C2:[diagnostics={os=SunOS, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=5.11,
timestamp=1546273512173}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_6(8.0.0):C2:[diagnostics={os=SunOS, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=5.11,
timestamp=1546273512181}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_7(8.0.0):C2:[diagnostics={os=SunOS, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=5.11,
timestamp=1546273512184}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_8(8.0.0):C2:[diagnostics={os=SunOS, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=5.11,
timestamp=1546273512188}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_a(8.0.0):C1:[diagnostics={os=SunOS, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=5.11,
timestamp=1546273512196}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 2898321 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 89
[junit4] 2> 2898325 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithHypens
[junit4] 2> 2898366 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithHypens
[junit4] 2> 2898370 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Starting testExtendedCollate
[junit4] 2> 2898395 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Ending testExtendedCollate
[junit4] 2> 2898399 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[4CBFA440567585CF])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithMultipleRequestHandlers
[junit4] 2> 2898414 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[4CBFA440567585CF])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithMultipleRequestHandlers
[junit4] 2> 2898418 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[4CBFA440567585CF])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithRangeQuery
[junit4] 1> id:[1 TO 10] AND lowerfilt:love
[junit4] 2> 2898432 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[4CBFA440567585CF])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithRangeQuery
[junit4] 2> 2898437 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithGrouping
[junit4] 2> 2898452 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithGrouping
[junit4] 2> 2898455 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Starting testEstimatedHitCounts
[junit4] 2> 2898457 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia}
hits=0 status=0 QTime=1
[junit4] 2> 2898460 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=0}
hits=0 status=0 QTime=2
[junit4] 2> 2898462 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=30}
hits=0 status=0 QTime=1
[junit4] 2> 2898463 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=100}
hits=0 status=0 QTime=1
[junit4] 2> 2898465 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10000}
hits=0 status=0 QTime=1
[junit4] 2> 2898467 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=6}
hits=0 status=0 QTime=1
[junit4] 2> 2898476 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=1
[junit4] 2> 2898479 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=13}
hits=0 status=0 QTime=2
[junit4] 2> 2898482 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 2898485 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=2
[junit4] 2> 2898487 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=7}
hits=0 status=0 QTime=1
[junit4] 2> 2898489 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 2898492 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=2
[junit4] 2> 2898494 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10}
hits=0 status=0 QTime=1
[junit4] 2> 2898497 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=3
[junit4] 2> 2898499 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10}
hits=0 status=0 QTime=1
[junit4] 2> 2898501 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=6}
hits=0 status=0 QTime=1
[junit4] 2> 2898502 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=1
[junit4] 2> 2898503 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">1</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> 2898503 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5:java.lang.RuntimeException:
REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">1</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:920)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:887)
[junit4] 2> at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 2898504 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Ending testEstimatedHitCounts
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts
-Dtests.seed=4CBFA440567585CF -Dtests.slow=true -Dtests.locale=en-PH
-Dtests.timezone=US/Michigan -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.05s J1 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([4CBFA440567585CF:7D041A75F34A951F]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:927)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:887)
[junit4] > at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">1</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] > </response>
[junit4] > request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:920)
[junit4] > ... 41 more
[junit4] 2> 2898509 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[4CBFA440567585CF]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testZeroTries
[junit4] 2> 2898525 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[4CBFA440567585CF]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testZeroTries
[junit4] 2> 2898531 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[4CBFA440567585CF]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testWithCursorMark
[junit4] 2> 2898545 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[4CBFA440567585CF]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testWithCursorMark
[junit4] 2> 2898551 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithFilter
[junit4] 2> 2898566 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithFilter
[junit4] 2> 2898572 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[4CBFA440567585CF])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testContextSensitiveCollate
[junit4] 2> 2898575 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[4CBFA440567585CF])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=3
[junit4] 2> 2898578 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[4CBFA440567585CF])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=1 status=0 QTime=2
[junit4] 2> 2898580 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[4CBFA440567585CF])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=2&q=teststop:(june+customs)&qt=/spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true}
hits=2 status=0 QTime=0
[junit4] 2> 2898595 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[4CBFA440567585CF])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=15
[junit4] 2> 2898597 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[4CBFA440567585CF])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=1 status=0 QTime=0
[junit4] 2> 2898598 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[4CBFA440567585CF])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=2&q=teststop:(june+customs)&qt=/spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true}
hits=2 status=0 QTime=0
[junit4] 2> 2898598 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[4CBFA440567585CF])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testContextSensitiveCollate
[junit4] 2> 2898604 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithOverride
[junit4] 2> 2898612 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&q=partisian+politcal+mashine&defType=edismax&spellcheck.dictionary=direct&qt=/spellCheckCompRH&spellcheck=true&qf=teststop&spellcheck.maxCollations=10&spellcheck.count=10&spellcheck.maxCollationTries=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=8
[junit4] 2> 2898620 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[4CBFA440567585CF]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&spellcheck.dictionary=direct&qt=/spellCheckCompRH&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&q=partisian+politcal+mashine&defType=edismax&spellcheck.collateParam.mm=100%25&spellcheck=true&qf=teststop&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=7
[junit4] 2> 2898622 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[4CBFA440567585CF]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithOverride
[junit4] 2> 2898623 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 2898623 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1952056049
[junit4] 2> 2898623 INFO (coreCloseExecutor-18582-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5b8899c1
[junit4] 2> 2898623 INFO (coreCloseExecutor-18582-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=5b8899c1
[junit4] 2> 2898623 INFO (coreCloseExecutor-18582-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3813cb7c: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@210238ad
[junit4] 2> 2898629 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2898629 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@481728d7: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@2c6037e5
[junit4] 2> 2898633 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2898633 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7f799819: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@856c42b
[junit4] 2> 2898635 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2898635 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b58993f: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@3080c58c
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@38b23b35[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@38093729[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_4CBFA440567585CF-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{start1=FSTOrd50, lowerfilt1=PostingsFormat(name=Direct),
multiDefault=PostingsFormat(name=LuceneFixedGap),
teststop=PostingsFormat(name=LuceneFixedGap),
_root_=PostingsFormat(name=LuceneVarGapFixedInterval),
lowerfilt1and2=PostingsFormat(name=LuceneFixedGap),
end4=PostingsFormat(name=Direct),
end3=PostingsFormat(name=LuceneVarGapFixedInterval), end2=FSTOrd50,
end1=PostingsFormat(name=LuceneFixedGap),
lowerfilt=PostingsFormat(name=LuceneFixedGap),
gram1=PostingsFormat(name=LuceneFixedGap), id=FSTOrd50, gram2=FSTOrd50,
gram3=PostingsFormat(name=LuceneVarGapFixedInterval),
start3=PostingsFormat(name=Direct), gram4=PostingsFormat(name=Direct),
start2=PostingsFormat(name=LuceneFixedGap),
word=PostingsFormat(name=LuceneFixedGap),
start4=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct),
lowerfilt1=DocValuesFormat(name=Lucene70),
multiDefault=DocValuesFormat(name=Asserting),
teststop=DocValuesFormat(name=Asserting),
_root_=DocValuesFormat(name=Lucene70),
intDefault=DocValuesFormat(name=Lucene70),
range_facet_l=DocValuesFormat(name=Asserting),
lowerfilt1and2=DocValuesFormat(name=Asserting),
id_i1=DocValuesFormat(name=Lucene70),
lowerfilt=DocValuesFormat(name=Asserting),
range_facet_i_dv=DocValuesFormat(name=Asserting),
id=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Direct),
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1682,
maxMBSortInHeap=6.398658261154289,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6e5578ca),
locale=en-PH, timezone=US/Michigan
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_191
(64-bit)/cpus=3,threads=1,free=79673432,total=536870912
[junit4] 2> NOTE: All tests run in this JVM:
[TestManagedStopFilterFactory, CreateRoutedAliasTest, ChangedSchemaMergeTest,
TestNumericTokenStream, CheckHdfsIndexTest, TestDirectoryFactory,
ChaosMonkeyNothingIsSafeTest, TestGraphMLResponseWriter,
TestFieldCollectionResource, TestXIncludeConfig, TestFoldingMultitermQuery,
HdfsLockFactoryTest, TestReloadAndDeleteDocs, TestReRankQParserPlugin,
TestSimDistribStateManager, TestSchemaNameResource, TestReplicationHandler,
TestJsonRequest, TestBinaryField, CacheHeaderTest, HLLSerializationTest,
TestPseudoReturnFields, TestLockTree, TestCSVLoader, TestUninvertingReader,
TestHalfAndHalfDocValues, DateRangeFieldTest, TestSimpleTextCodec,
TestRandomFlRTGCloud, ImplicitSnitchTest, ZookeeperStatusHandlerTest,
SolrJmxReporterCloudTest, TermVectorComponentTest,
ConcurrentCreateRoutedAliasTest, UpdateRequestProcessorFactoryTest,
AnalyticsMergeStrategyTest, CdcrBootstrapTest, NumericFieldsTest, TestLRUCache,
HDFSCollectionsAPITest, DocumentBuilderTest, TestFreeTextSuggestions,
FileBasedSpellCheckerTest, TestTolerantUpdateProcessorCloud,
SolrPluginUtilsTest, SolrCLIZkUtilsTest, RandomizedTaggerTest,
TestExactSharedStatsCache, TestStressReorder, TestAuthorizationFramework,
TestXmlQParser, TestStressLucene, ActionThrottleTest,
MetricsHistoryIntegrationTest, DeleteStatusTest, ChaosMonkeySafeLeaderTest,
InfoHandlerTest, TestRebalanceLeaders, ManagedSchemaRoundRobinCloudTest,
TestManagedResourceStorage, LeaderElectionTest, TestFilteredDocIdSet,
SearchRateTriggerIntegrationTest, TestLuceneMatchVersion,
TriggerIntegrationTest, TestNumericTerms32, SimpleCollectionCreateDeleteTest,
TestSystemCollAutoCreate, IgnoreLargeDocumentProcessorFactoryTest,
SpatialHeatmapFacetsTest, TestDocBasedVersionConstraints,
TestElisionMultitermQuery, SolrMetricReporterTest, TestShortCircuitedRequests,
ClusterStateUpdateTest, TestCloudConsistency, NodeAddedTriggerTest,
DistributedTermsComponentTest, TestFunctionQuery,
TestSubQueryTransformerDistrib, TestJsonFacetsWithNestedObjects,
TestFieldCacheReopen, HdfsChaosMonkeySafeLeaderTest,
OverseerModifyCollectionTest, TestOmitPositions, TestSolrCoreParser,
TestMissingGroups, SolrCoreMetricManagerTest, QueryEqualityTest,
CdcrVersionReplicationTest, ShardRoutingCustomTest, InfixSuggestersTest,
RestartWhileUpdatingTest, BadIndexSchemaTest, TestReload,
UUIDUpdateProcessorFallbackTest, DataDrivenBlockJoinTest, PrimUtilsTest,
ConfigureRecoveryStrategyTest, TestRequestStatusCollectionAPI,
BaseCdcrDistributedZkTest, TestSolrCLIRunExample, TestCloudSearcherWarming,
SpellPossibilityIteratorTest, TestSimGenericDistributedQueue,
TestRandomCollapseQParserPlugin, HighlighterConfigTest, TestSolrIndexConfig,
TransactionLogTest, DistributedSpellCheckComponentTest, StatsComponentTest,
TestRawResponseWriter, SolrIndexSplitterTest, TestCollapseQParserPlugin,
SuggestComponentTest, HdfsRecoverLeaseTest, ZkStateReaderTest,
TestDefaultStatsCache, TestInfoStreamLogging, TestCustomDocTransformer,
TestPartialUpdateDeduplication, TestCloudManagedSchema, OverseerTest,
TestHttpShardHandlerFactory, SampleTest, TestCustomSort,
TestEmbeddedSolrServerConstructors, DOMUtilTest, CurrencyRangeFacetCloudTest,
HighlighterTest, TestUnifiedSolrHighlighter, TestConfigsApi,
RequestLoggingTest, CollectionsAPIAsyncDistributedZkTest,
LeaderFailureAfterFreshStartTest, TestLegacyBM25SimilarityFactory,
TestHdfsUpdateLog, TestJettySolrRunner, TestMaxScoreQueryParser, EnumFieldTest,
TestClassicSimilarityFactory, TestOrdValues, TestSolrJ,
TestInPlaceUpdatesStandalone, RemoteQueryErrorTest, HttpSolrCallGetCoreTest,
TestReqParamsAPI, TestFieldCacheSortRandom, BlockCacheTest,
SubstringBytesRefFilterTest, FieldMutatingUpdateProcessorTest,
ClassificationUpdateProcessorIntegrationTest, TestJmxIntegration,
TestWordDelimiterFilterFactory, ZkSolrClientTest, HdfsRestartWhileUpdatingTest,
TestFastLRUCache, LeaderVoteWaitTimeoutTest, BlockJoinFacetSimpleTest,
TestSSLRandomization, TestCloudJSONFacetSKG, SolrTestCaseJ4Test,
TestComplexPhraseQParserPlugin, BlockJoinFacetDistribTest,
DistributedDebugComponentTest, OverseerStatusTest, LukeRequestHandlerTest,
ScheduledTriggerIntegrationTest, AtomicUpdatesTest,
FullSolrCloudDistribCmdsTest, MissingSegmentRecoveryTest,
TestUnInvertedFieldException, TestLRUStatsCache,
TestLMDirichletSimilarityFactory, AutoscalingHistoryHandlerTest,
PathHierarchyTokenizerFactoryTest, BigEndianAscendingWordSerializerTest,
CoreAdminHandlerTest, TestTrackingShardHandlerFactory, TestSchemaManager,
ConnectionManagerTest, CloudExitableDirectoryReaderTest, TimeZoneUtilsTest,
SolrSlf4jReporterTest, TestApiFramework, TriLevelCompositeIdRoutingTest,
SuggesterFSTTest, LargeFieldTest, PreAnalyzedUpdateProcessorTest,
TestRemoteStreaming, ResourceLoaderTest, NumberUtilsTest,
DistributedFacetPivotLongTailTest, HdfsUnloadDistributedZkTest,
TestUseDocValuesAsStored2, SharedFSAutoReplicaFailoverTest,
HdfsBasicDistributedZkTest, FieldAnalysisRequestHandlerTest,
SoftAutoCommitTest, BasicDistributedZkTest, TestConfigSetsAPIZkFailure,
RestoreTriggerStateTest, TestAnalyzeInfixSuggestions,
TestSchemaSimilarityResource, ZkControllerTest, LeaderElectionContextKeyTest,
CleanupOldIndexTest, CollectionStateFormat2Test, CollectionsAPISolrJTest,
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest,
HttpPartitionOnCommitTest, LeaderFailoverAfterPartitionTest,
LegacyCloudClusterPropTest, MoveReplicaHDFSTest, MultiSolrCloudTestCaseTest,
NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest,
OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, RecoveryZkTest,
ReplaceNodeTest, ReplicationFactorTest, TestCloudInspectUtil,
TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet,
TestCloudPseudoReturnFields, TestCloudRecovery, TestCloudRecovery2,
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion,
TestHashPartitioner, TestMiniSolrCloudClusterSSL, TestPrepRecovery,
TestSizeLimitedDistributedMap, TestSkipOverseerOperations,
TestSolrCloudWithKerberosAlt, TestStressInPlaceUpdates, TestStressLiveNodes,
TestTlogReplica, TestUtilizeNode, TestZkChroot, UnloadDistributedZkTest,
VMParamsZkACLAndCredentialsProvidersTest, ZkFailoverTest,
ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest,
TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore,
TestLocalFSCloudBackupRestore, AutoAddReplicasPlanActionTest,
ComputePlanActionTest, HdfsAutoAddReplicasIntegrationTest,
IndexSizeTriggerTest, MetricTriggerTest, NodeLostTriggerIntegrationTest,
NodeMarkersRegistrationTest, SystemLogListenerTest,
TriggerSetPropertiesIntegrationTest, TestSimClusterStateProvider,
TestSimComputePlanAction, TestSimDistributedQueue, TestSimNodeAddedTrigger,
TestSimPolicyCloud, CdcrBidirectionalTest, CdcrReplicationHandlerTest,
HdfsChaosMonkeyNothingIsSafeTest, HdfsThreadLeakTest, RuleEngineTest,
RulesTest, CoreSorterTest, DirectoryFactoryTest, ExitableDirectoryReaderTest,
HdfsDirectoryFactoryTest, PluginInfoTest, QueryResultKeyTest,
RAMDirectoryFactoryTest, RequestHandlersTest, SolrCoreTest, TestConfig,
TestConfigSetProperties, TestCoreContainer, TestImplicitCoreProperties,
TestLazyCores, TestQuerySenderListener, TestSolrConfigHandler,
TestSolrCoreSnapshots, CSVRequestHandlerTest,
DocumentAnalysisRequestHandlerTest, PingRequestHandlerTest, TestCoreBackup,
TestHdfsBackupRestoreCore, TestSolrConfigHandlerCloud, StatsReloadRaceTest,
BadComponentTest, DistributedExpandComponentTest,
DistributedFacetPivotLargeTest, DistributedFacetPivotSmallTest,
DistributedQueryComponentOptimizationTest, FacetPivotSmallTest,
QueryElevationComponentTest, TermVectorComponentDistributedTest,
WrapperMergePolicyFactoryTest, TestLegacyFieldReuse, TestLegacyTerms,
TestMultiValuedNumericRangeQuery, JvmMetricsTest, SolrGraphiteReporterTest,
SolrRrdBackendFactoryTest, RegexBytesRefFilterTest, TestFaceting,
TestStreamBody, TestMacroExpander, JSONWriterTest, SmileWriterTest,
TestBinaryResponseWriter, TestCSVResponseWriter, TestGeoJSONResponseWriter,
TestJavabinTupleStreamParser, TestPHPSerializedResponseWriter, TestPushWriter,
TestRetrieveFieldsOptimizer, TestChildDocTransformer, TestSubQueryTransformer,
TestManagedResource, TestBulkSchemaAPI, TestManagedSynonymFilterFactory,
CopyFieldTest, DateFieldTest, DocValuesMultiTest,
OpenExchangeRatesOrgProviderTest, PolyFieldTest, PreAnalyzedFieldTest,
RequiredFieldsTest, SchemaVersionSpecificBehaviorTest, TestCloudSchemaless,
TestComplexPhraseLeadingWildcard, TestFiltering, TestIndexSearcher,
TestMultiWordSynonyms, TestNoOpRegenerator,
TestOverriddenPrefixQueryForCustomFieldType, TestPayloadCheckQParserPlugin,
TestPayloadScoreQParserPlugin, TestQueryTypes, TestQueryUtils, TestRecovery,
TestSearchPerf, TestSearcherReuse, TestSimpleQParserPlugin, TestSolr4Spatial,
TestSolrQueryParser, TestSort, TestTrieFacet, TestValueSourceCache,
DistributedFacetSimpleRefinementLongTailTest, TestCloudJSONFacetJoinDomain,
TestJsonFacetsStatsParsing, SortByFunctionTest, DistanceFunctionTest,
BJQParserTest, BlockJoinFacetRandomTest, TestCloudNestedDocsSort,
TestScoreJoinQPNoScore, TestScoreJoinQPScore, CloudMLTQParserTest,
SimpleMLTQParserTest, TestBM25SimilarityFactory, TestDFRSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, TestNonDefinedSimilarityFactory,
TestPerFieldSimilarity, TestSweetSpotSimilarityFactory,
BasicAuthIntegrationTest, BasicAuthStandaloneTest, TestPKIAuthenticationPlugin,
TestRuleBasedAuthorizationPlugin, TestSha256AuthenticationProvider,
TestDelegationWithHadoopAuth, TestImpersonationWithHadoopAuth,
TestSolrCloudWithHadoopAuthPlugin, TestZkAclsWithHadoopAuth,
ResponseHeaderTest, SolrRequestParserTest, ConjunctionSolrSpellCheckerTest,
SpellCheckCollatorTest]
[junit4] Completed [777/837 (1!)] on J1 in 1.26s, 11 tests, 1 error <<<
FAILURES!
[...truncated 49109 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1:
invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid
part, must have at least one section (e.g., chapter, appendix, etc.)
[java] Processed 2464 links (2015 relative) to 3226 anchors in 248 files
[echo] Validated Links & Anchors via:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-ref-guide/bare-bones-html/
-documentation-lint:
[jtidy] Checking for broken html (such as invalid tags)...
[delete] Deleting directory
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build/jtidy_tmp
[echo] Checking for broken links...
[exec]
[exec] Crawl/parse...
[exec]
[exec] Verify...
[echo] Checking for malformed docs...
jar-checksums:
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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml
resolve:
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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml
common.resolve:
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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/null1724430998
[copy] Copying 36 files to
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/null1724430998
[delete] Deleting directory
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/null1724430998
resolve-example:
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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml
resolve:
resolve-server:
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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml
resolve:
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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/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 =
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/null1711398947
[copy] Copying 256 files to
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/null1711398947
[delete] Deleting directory
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/null1711398947
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.
[...truncated too long message...]
02 INFO (coreCloseExecutor-14-thread-1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=44abef6d
[junit4] 2> 12407 INFO (coreCloseExecutor-14-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7ae025fa: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@50b87245
[junit4] 2> 12530 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 12530 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@138996ea: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@2026b7b9
[junit4] 2> 12551 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 12551 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@59182d02: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@4044cb9f
[junit4] 2> 12551 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 12551 INFO
(SUITE-SpellCheckCollatorTest-seed#[4CBFA440567585CF]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@65398abf: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@5bf4d9b4
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@52a33f49[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@55bc4041[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.SpellCheckCollatorTest_4CBFA440567585CF-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{start1=FSTOrd50, lowerfilt1=PostingsFormat(name=Direct),
multiDefault=PostingsFormat(name=LuceneFixedGap),
teststop=PostingsFormat(name=LuceneFixedGap),
_root_=PostingsFormat(name=LuceneVarGapFixedInterval),
lowerfilt1and2=PostingsFormat(name=LuceneFixedGap),
end4=PostingsFormat(name=Direct),
end3=PostingsFormat(name=LuceneVarGapFixedInterval), end2=FSTOrd50,
end1=PostingsFormat(name=LuceneFixedGap),
lowerfilt=PostingsFormat(name=LuceneFixedGap),
gram1=PostingsFormat(name=LuceneFixedGap), id=FSTOrd50, gram2=FSTOrd50,
gram3=PostingsFormat(name=LuceneVarGapFixedInterval),
start3=PostingsFormat(name=Direct), gram4=PostingsFormat(name=Direct),
start2=PostingsFormat(name=LuceneFixedGap),
word=PostingsFormat(name=LuceneFixedGap),
start4=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct),
lowerfilt1=DocValuesFormat(name=Lucene70),
multiDefault=DocValuesFormat(name=Asserting),
teststop=DocValuesFormat(name=Asserting),
_root_=DocValuesFormat(name=Lucene70),
intDefault=DocValuesFormat(name=Lucene70),
range_facet_l=DocValuesFormat(name=Asserting),
lowerfilt1and2=DocValuesFormat(name=Asserting),
id_i1=DocValuesFormat(name=Lucene70),
lowerfilt=DocValuesFormat(name=Asserting),
range_facet_i_dv=DocValuesFormat(name=Asserting),
id=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Direct),
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1682,
maxMBSortInHeap=6.398658261154289,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@20c1515f),
locale=en-PH, timezone=US/Michigan
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_191
(64-bit)/cpus=3,threads=1,free=54570456,total=100663296
[junit4] 2> NOTE: All tests run in this JVM: [SpellCheckCollatorTest]
[junit4] Completed [2/5 (1!)] on J0 in 11.76s, 11 tests, 1 error <<<
FAILURES!
[junit4]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] OK 0.16s J1 | SpellCheckCollatorTest.testCollationWithHypens
[junit4] OK 0.03s J1 | SpellCheckCollatorTest.testExtendedCollate
[junit4] OK 0.05s J1 |
SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers
[junit4] OK 0.07s J1 |
SpellCheckCollatorTest.testCollationWithRangeQuery
[junit4] OK 0.06s J1 | SpellCheckCollatorTest.testCollateWithGrouping
[junit4] OK 0.27s J1 | SpellCheckCollatorTest.testEstimatedHitCounts
[junit4] OK 0.02s J1 | SpellCheckCollatorTest.testZeroTries
[junit4] OK 0.05s J1 | SpellCheckCollatorTest.testWithCursorMark
[junit4] OK 0.14s J1 | SpellCheckCollatorTest.testCollateWithFilter
[junit4] OK 0.21s J1 |
SpellCheckCollatorTest.testContextSensitiveCollate
[junit4] OK 0.03s J1 | SpellCheckCollatorTest.testCollateWithOverride
[junit4] Completed [3/5 (1!)] on J1 in 3.27s, 11 tests
[junit4]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] OK 0.06s J0 | SpellCheckCollatorTest.testCollationWithHypens
[junit4] OK 0.04s J0 | SpellCheckCollatorTest.testExtendedCollate
[junit4] OK 0.04s J0 |
SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers
[junit4] OK 0.03s J0 |
SpellCheckCollatorTest.testCollationWithRangeQuery
[junit4] OK 0.09s J0 | SpellCheckCollatorTest.testCollateWithGrouping
[junit4] OK 0.19s J0 | SpellCheckCollatorTest.testEstimatedHitCounts
[junit4] OK 0.03s J0 | SpellCheckCollatorTest.testZeroTries
[junit4] OK 0.03s J0 | SpellCheckCollatorTest.testWithCursorMark
[junit4] OK 0.04s J0 | SpellCheckCollatorTest.testCollateWithFilter
[junit4] OK 0.07s J0 |
SpellCheckCollatorTest.testContextSensitiveCollate
[junit4] OK 0.02s J0 | SpellCheckCollatorTest.testCollateWithOverride
[junit4] Completed [4/5 (1!)] on J0 in 3.30s, 11 tests
[junit4]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] OK 0.06s J1 | SpellCheckCollatorTest.testCollationWithHypens
[junit4] OK 0.03s J1 | SpellCheckCollatorTest.testExtendedCollate
[junit4] OK 0.03s J1 |
SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers
[junit4] OK 0.03s J1 |
SpellCheckCollatorTest.testCollationWithRangeQuery
[junit4] OK 0.03s J1 | SpellCheckCollatorTest.testCollateWithGrouping
[junit4] OK 0.08s J1 | SpellCheckCollatorTest.testEstimatedHitCounts
[junit4] OK 0.03s J1 | SpellCheckCollatorTest.testZeroTries
[junit4] OK 0.02s J1 | SpellCheckCollatorTest.testWithCursorMark
[junit4] OK 0.03s J1 | SpellCheckCollatorTest.testCollateWithFilter
[junit4] OK 0.05s J1 |
SpellCheckCollatorTest.testContextSensitiveCollate
[junit4] OK 0.02s J1 | SpellCheckCollatorTest.testCollateWithOverride
[junit4] Completed [5/5 (1!)] on J1 in 2.30s, 11 tests
[junit4]
[junit4]
[junit4] Tests with failures [seed: 4CBFA440567585CF]:
[junit4] -
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
[junit4]
[junit4]
[junit4] JVM J0: 0.68 .. 16.70 = 16.02s
[junit4] JVM J1: 0.67 .. 19.05 = 18.38s
[junit4] Execution time total: 19 seconds
[junit4] Tests summary: 5 suites, 55 tests, 1 error
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1572:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1099:
There were test failures: 5 suites, 55 tests, 1 error [seed: 4CBFA440567585CF]
Total time: 21 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 1/5 failed: org.apache.solr.spelling.SpellCheckCollatorTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=752989fd74300fb115e64732fc0ca8aac0c1c44d,
workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #2234
Recording test results
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
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)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]