Build: 
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.9/15/

1 tests failed.
FAILED:  
org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.testDefault

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([4E20DEED6741D4BA:2FDCA0B69062AE5D]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
        at 
org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.testDefault(TestHighFrequencyDictionaryFactory.java:67)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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='suggest']/lst[@name='fuzzy_suggest_analyzing_with_high_freq_dict']/lst[@name='chagr']/int[@name='numFound'][.='1']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="suggest"><lst 
name="fuzzy_suggest_analyzing_with_high_freq_dict"><lst name="chagr"><int 
name="numFound">0</int><arr name="suggestions"/></lst></lst></lst>
</response>

        request 
was:q=chagr&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.count=3&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
        ... 45 more




Build Log:
[...truncated 16199 lines...]
   [junit4] Suite: 
org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory
   [junit4]   2> 4386809 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 4386809 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4386809 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001
   [junit4]   2> 4386809 WARN  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 4386809 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4386811 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4386811 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4386816 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4386833 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 4386835 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4386835 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4388778 WARN  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.c.CoreContainer Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:1.8.0_281]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:886) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [junit4]   2>        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) 
~[?:?]
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
 ~[?:?]
   [junit4]   2>        at java.nio.file.Files.createDirectory(Files.java:674) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_281]
   [junit4]   2>        at 
java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:377) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:342) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.beforeClass(TestHighFrequencyDictionaryFactory.java:29)
 [test/:?]
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:1.8.0_281]
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_281]
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_281]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_281]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 4388780 WARN  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.f.DistribPackageStore Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore]
 directory in SOLR_HOME 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:1.8.0_281]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:886) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [junit4]   2>        at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_281]
   [junit4]   2>        at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) 
[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:678) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.beforeClass(TestHighFrequencyDictionaryFactory.java:29)
 [test/:?]
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:1.8.0_281]
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_281]
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_281]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_281]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 4388781 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4388781 WARN  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@66f4dd13[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4388782 WARN  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@66f4dd13[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4388784 WARN  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@170d52a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4388784 WARN  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@170d52a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4388785 WARN  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.c.CoreContainer Not all security plugins configured!  
authentication=disabled authorization=disabled.  Solr is only as secure as you 
make it. Consider configuring authentication/authorization before exposing Solr 
to users internal or external.  See https://s.apache.org/solrsecurity for more 
info
   [junit4]   2> 4388811 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b0d1b21
   [junit4]   2> 4388818 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b0d1b21
   [junit4]   2> 4388818 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b0d1b21
   [junit4]   2> 4388819 INFO  (coreLoadExecutor-32776-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 4388827 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from 
paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4388854 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 4388855 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4388856 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field 
id
   [junit4]   2> 4388856 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 4388856 INFO  (coreLoadExecutor-32776-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@2b0d1b21
   [junit4]   2> 4388856 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/]
   [junit4]   2> 4388857 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=49.69140625, 
floorSegmentMB=0.880859375, forceMergeDeletesPctAllowed=5.332329586596886, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=26.294927629226112
   [junit4]   2> 4388902 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4388902 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4388903 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@4d2eadb3
   [junit4]   2> 4388903 WARN  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf
 ; switching to use InMemory storage instead.
   [junit4]   2> 4388904 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4388904 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.Suggester init: 
{name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,storeDir=suggest_wfst,buildOnCommit=false,sourceLocation=phrasesuggest.txt,exactMatchFirst=true}
   [junit4]   2> 4388904 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4388904 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.Suggester init: 
{name=suggest_analyzing,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.AnalyzingLookupFactory,storeDir=suggest_analyzing,buildOnCommit=false,suggestAnalyzerFieldType=ja_suggest,sourceLocation=jasuggest.txt,exactMatchFirst=true,preserveSep=false}
   [junit4]   2> 4388905 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4388905 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.Suggester init: 
{name=infix_suggest_analyzing,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory,buildOnCommit=false,suggestAnalyzerFieldType=text,sourceLocation=analyzingInfixSuggest.txt}
   [junit4]   2> 4388905 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 4388905 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester init: 
{name=analyzing_infix_suggest_default,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,indexPath=analyzing_infix_suggest_default,sourceLocation=analyzingInfixSuggest.txt,suggestAnalyzerFieldType=text}
   [junit4]   2> 4388905 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=analyzing_infix_suggest_default,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,indexPath=analyzing_infix_suggest_default,sourceLocation=analyzingInfixSuggest.txt,suggestAnalyzerFieldType=text}
   [junit4]   2> 4388905 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Registering searcher listener for 
suggester: analyzing_infix_suggest_default = SuggesterListener 
[core=org.apache.solr.core.SolrCore@735bd059, suggester=SolrSuggester [ 
name=analyzing_infix_suggest_default, sourceLocation=analyzingInfixSuggest.txt, 
storeDir=, lookupImpl=AnalyzingInfixLookupFactory, 
dictionaryImpl=FileDictionaryFactory, sizeInBytes=48 ], buildOnCommit=false, 
buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 4388905 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester init: 
{name=analyzing_infix_suggest_without_highlight,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,indexPath=analyzing_infix_suggest_without_highlight,sourceLocation=analyzingInfixSuggest.txt,suggestAnalyzerFieldType=text,highlight=false}
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=analyzing_infix_suggest_without_highlight,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,indexPath=analyzing_infix_suggest_without_highlight,sourceLocation=analyzingInfixSuggest.txt,suggestAnalyzerFieldType=text,highlight=false}
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Registering searcher listener for 
suggester: analyzing_infix_suggest_without_highlight = SuggesterListener 
[core=org.apache.solr.core.SolrCore@735bd059, suggester=SolrSuggester [ 
name=analyzing_infix_suggest_without_highlight, 
sourceLocation=analyzingInfixSuggest.txt, storeDir=, 
lookupImpl=AnalyzingInfixLookupFactory, dictionaryImpl=FileDictionaryFactory, 
sizeInBytes=48 ], buildOnCommit=false, buildOnOptimize=false, 
buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester init: 
{name=analyzing_infix_suggest_not_all_terms_required,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,indexPath=analyzing_infix_suggest_not_all_terms_required,sourceLocation=analyzingInfixSuggest.txt,suggestAnalyzerFieldType=text,allTermsRequired=false}
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=analyzing_infix_suggest_not_all_terms_required,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,indexPath=analyzing_infix_suggest_not_all_terms_required,sourceLocation=analyzingInfixSuggest.txt,suggestAnalyzerFieldType=text,allTermsRequired=false}
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Registering searcher listener for 
suggester: analyzing_infix_suggest_not_all_terms_required = SuggesterListener 
[core=org.apache.solr.core.SolrCore@735bd059, suggester=SolrSuggester [ 
name=analyzing_infix_suggest_not_all_terms_required, 
sourceLocation=analyzingInfixSuggest.txt, storeDir=, 
lookupImpl=AnalyzingInfixLookupFactory, dictionaryImpl=FileDictionaryFactory, 
sizeInBytes=48 ], buildOnCommit=false, buildOnOptimize=false, 
buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester init: 
{name=fuzzy_suggest_analyzing_with_high_freq_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,suggestAnalyzerFieldType=text,field=stext,exactMatchFirst=true,preserveSep=false}
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=fuzzy_suggest_analyzing_with_high_freq_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,suggestAnalyzerFieldType=text,field=stext,exactMatchFirst=true,preserveSep=false}
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Registering searcher listener for 
suggester: fuzzy_suggest_analyzing_with_high_freq_dict = SuggesterListener 
[core=org.apache.solr.core.SolrCore@735bd059, suggester=SolrSuggester [ 
name=fuzzy_suggest_analyzing_with_high_freq_dict, sourceLocation=null, 
storeDir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing,
 lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory, 
dictionaryImpl=org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory, 
sizeInBytes=0 ], buildOnCommit=false, buildOnOptimize=false, 
buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester init: 
{name=free_text_suggest,lookupImpl=FreeTextLookupFactory,dictionaryImpl=FileDictionaryFactory,storeDir=free_text_suggest,buildOnCommit=false,sourceLocation=freeTextSuggest.txt,separator=
 ,suggestFreeTextAnalyzerFieldType=text,ngrams=2}
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=free_text_suggest,lookupImpl=FreeTextLookupFactory,dictionaryImpl=FileDictionaryFactory,storeDir=free_text_suggest,buildOnCommit=false,sourceLocation=freeTextSuggest.txt,separator=
 ,suggestFreeTextAnalyzerFieldType=text,ngrams=2}
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Registering searcher listener for 
suggester: free_text_suggest = SuggesterListener 
[core=org.apache.solr.core.SolrCore@735bd059, suggester=SolrSuggester [ 
name=free_text_suggest, sourceLocation=freeTextSuggest.txt, 
storeDir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/free_text_suggest,
 lookupImpl=FreeTextLookupFactory, dictionaryImpl=FileDictionaryFactory, 
sizeInBytes=0 ], buildOnCommit=false, buildOnOptimize=false, 
buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 4388906 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester init: 
{name=blended_infix_suggest_linear,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blendedInfixDir1,blenderType=position_linear,suggestAnalyzerFieldType=text}
   [junit4]   2> 4388907 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=blended_infix_suggest_linear,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blendedInfixDir1,blenderType=position_linear,suggestAnalyzerFieldType=text}
   [junit4]   2> 4388907 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Registering searcher listener for 
suggester: blended_infix_suggest_linear = SuggesterListener 
[core=org.apache.solr.core.SolrCore@735bd059, suggester=SolrSuggester [ 
name=blended_infix_suggest_linear, sourceLocation=blendedInfixSuggest.txt, 
storeDir=, lookupImpl=BlendedInfixLookupFactory, 
dictionaryImpl=FileDictionaryFactory, sizeInBytes=64 ], buildOnCommit=false, 
buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 4388907 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester init: 
{name=blended_infix_suggest_reciprocal,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blendedInfixDir2,blenderType=position_reciprocal,suggestAnalyzerFieldType=text}
   [junit4]   2> 4388907 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=blended_infix_suggest_reciprocal,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blendedInfixDir2,blenderType=position_reciprocal,suggestAnalyzerFieldType=text}
   [junit4]   2> 4388907 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Registering searcher listener for 
suggester: blended_infix_suggest_reciprocal = SuggesterListener 
[core=org.apache.solr.core.SolrCore@735bd059, suggester=SolrSuggester [ 
name=blended_infix_suggest_reciprocal, sourceLocation=blendedInfixSuggest.txt, 
storeDir=, lookupImpl=BlendedInfixLookupFactory, 
dictionaryImpl=FileDictionaryFactory, sizeInBytes=64 ], buildOnCommit=false, 
buildOnOptimize=false, buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 4388907 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester init: 
{name=blended_infix_suggest_exponential_reciprocal,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blended_infix_suggest_exponential_reciprocal,blenderType=position_exponential_reciprocal,suggestAnalyzerFieldType=text}
   [junit4]   2> 4388908 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=blended_infix_suggest_exponential_reciprocal,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blended_infix_suggest_exponential_reciprocal,blenderType=position_exponential_reciprocal,suggestAnalyzerFieldType=text}
   [junit4]   2> 4388908 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Registering searcher listener for 
suggester: blended_infix_suggest_exponential_reciprocal = SuggesterListener 
[core=org.apache.solr.core.SolrCore@735bd059, suggester=SolrSuggester [ 
name=blended_infix_suggest_exponential_reciprocal, 
sourceLocation=blendedInfixSuggest.txt, storeDir=, 
lookupImpl=BlendedInfixLookupFactory, dictionaryImpl=FileDictionaryFactory, 
sizeInBytes=64 ], buildOnCommit=false, buildOnOptimize=false, 
buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 4388908 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester init: 
{name=blended_infix_suggest_exponential_reciprocal_1,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blended_infix_suggest_exponential_reciprocal_1,blenderType=position_exponential_reciprocal,suggestAnalyzerFieldType=text,exponent=1.0}
   [junit4]   2> 4388908 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=blended_infix_suggest_exponential_reciprocal_1,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=FileDictionaryFactory,buildOnCommit=false,sourceLocation=blendedInfixSuggest.txt,indexPath=blended_infix_suggest_exponential_reciprocal_1,blenderType=position_exponential_reciprocal,suggestAnalyzerFieldType=text,exponent=1.0}
   [junit4]   2> 4388908 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Registering searcher listener for 
suggester: blended_infix_suggest_exponential_reciprocal_1 = SuggesterListener 
[core=org.apache.solr.core.SolrCore@735bd059, suggester=SolrSuggester [ 
name=blended_infix_suggest_exponential_reciprocal_1, 
sourceLocation=blendedInfixSuggest.txt, storeDir=, 
lookupImpl=BlendedInfixLookupFactory, dictionaryImpl=FileDictionaryFactory, 
sizeInBytes=64 ], buildOnCommit=false, buildOnOptimize=false, 
buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 4388908 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 4388908 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester init: 
{name=fuzzy_suggest_analyzing_with_file_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.FileDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,suggestAnalyzerFieldType=text,sourceLocation=fuzzysuggest.txt,exactMatchFirst=true,preserveSep=false}
   [junit4]   2> 4388908 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=fuzzy_suggest_analyzing_with_file_dict,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,dictionaryImpl=org.apache.solr.spelling.suggest.FileDictionaryFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,suggestAnalyzerFieldType=text,sourceLocation=fuzzysuggest.txt,exactMatchFirst=true,preserveSep=false}
   [junit4]   2> 4388908 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SuggestComponent Registering searcher listener for 
suggester: fuzzy_suggest_analyzing_with_file_dict = SuggesterListener 
[core=org.apache.solr.core.SolrCore@735bd059, suggester=SolrSuggester [ 
name=fuzzy_suggest_analyzing_with_file_dict, sourceLocation=fuzzysuggest.txt, 
storeDir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing,
 lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory, 
dictionaryImpl=org.apache.solr.spelling.suggest.FileDictionaryFactory, 
sizeInBytes=0 ], buildOnCommit=false, buildOnOptimize=false, 
buildOnStartup=true, isCoreReload=false]
   [junit4]   2> 4388908 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4388908 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.Suggester init: 
{name=fuzzy_suggest_analyzing,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,storeDir=fuzzy_suggest_analyzing,buildOnCommit=false,suggestAnalyzerFieldType=text,sourceLocation=fuzzysuggest.txt,exactMatchFirst=true,preserveSep=false}
   [junit4]   2> 4388908 WARN  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.Suggester Loading stored lookup data failed
   [junit4]   2>           => java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing/fwfsta.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2> java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing/fwfsta.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.init(Suggester.java:135) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent.addSpellChecker(SpellCheckComponent.java:774)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent.inform(SpellCheckComponent.java:728)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:730) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1037) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:921) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$11(CoreContainer.java:863) 
~[java/:?]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
 ~[metrics-core-4.1.5.jar:4.1.5]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_281]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_281]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 4388909 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4388909 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.Suggester init: 
{name=fuzzy_suggest_analyzing_with_max_edit_2,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,storeDir=fuzzy_suggest_analyzing_with_max_edit_2,buildOnCommit=false,suggestAnalyzerFieldType=text,sourceLocation=fuzzysuggest.txt,exactMatchFirst=true,preserveSep=false,maxEdits=2}
   [junit4]   2> 4388909 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4388909 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.Suggester init: 
{name=fuzzy_suggest_analyzing_with_non_fuzzy_prefix_4,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,storeDir=fuzzy_suggest_analyzing_with_non_fuzzy_prefix_4,buildOnCommit=false,suggestAnalyzerFieldType=text,sourceLocation=fuzzysuggest.txt,exactMatchFirst=true,preserveSep=false,nonFuzzyPrefix=4}
   [junit4]   2> 4388909 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4388909 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.s.s.Suggester init: 
{name=fuzzy_suggest_analyzing_with_min_fuzzy_length_2,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory,storeDir=fuzzy_suggest_analyzing_with_min_fuzzy_length_2,buildOnCommit=false,suggestAnalyzerFieldType=text,sourceLocation=fuzzysuggest.txt,exactMatchFirst=true,preserveSep=false,minFuzzyLength=2}
   [junit4]   2> 4388909 INFO  (coreLoadExecutor-32776-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 4388909 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
   [junit4]   2> 4388910 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 4388911 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9999990]} 0 0
   [junit4]   2> 4388911 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 4388911 ERROR 
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: suggest_wfst
   [junit4]   2>           => java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/suggest_wfst/wfst.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2> java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/suggest_wfst/wfst.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:184) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:833)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$16(SolrCore.java:2400) 
~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_281]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_281]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 4388911 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
suggest_analyzing
   [junit4]   2> 4388911 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 4388911 ERROR 
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: suggest_analyzing
   [junit4]   2>           => java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/suggest_analyzing/wfsta.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2> java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/suggest_analyzing/wfsta.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:184) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:833)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$16(SolrCore.java:2400) 
~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_281]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_281]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 4388912 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
infix_suggest_analyzing
   [junit4]   2> 4388912 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 4388912 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 4388913 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9999991]} 0 0
   [junit4]   2> 4388914 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9999992]} 0 0
   [junit4]   2> 4388915 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9999993]} 0 1
   [junit4]   2> 4388915 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9999993]} 0 0
   [junit4]   2> 4388959 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SuggestComponent buildOnStartup: analyzing_infix_suggest_default
   [junit4]   2> 4388959 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester SolrSuggester.build(analyzing_infix_suggest_default)
   [junit4]   2> 4388992 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SuggestComponent buildOnStartup: 
analyzing_infix_suggest_without_highlight
   [junit4]   2> 4388992 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester 
SolrSuggester.build(analyzing_infix_suggest_without_highlight)
   [junit4]   2> 4389027 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SuggestComponent buildOnStartup: 
analyzing_infix_suggest_not_all_terms_required
   [junit4]   2> 4389027 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester 
SolrSuggester.build(analyzing_infix_suggest_not_all_terms_required)
   [junit4]   2> 4389061 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SuggestComponent buildOnStartup: 
fuzzy_suggest_analyzing_with_high_freq_dict
   [junit4]   2> 4389061 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester 
SolrSuggester.build(fuzzy_suggest_analyzing_with_high_freq_dict)
   [junit4]   2> 4389062 ERROR 
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester Store Lookup build failed
   [junit4]   2> 4389062 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SuggestComponent buildOnStartup: free_text_suggest
   [junit4]   2> 4389062 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester SolrSuggester.build(free_text_suggest)
   [junit4]   2> 4389065 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester Stored suggest data to: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/free_text_suggest/ftsta.bin
   [junit4]   2> 4389065 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SuggestComponent buildOnStartup: blended_infix_suggest_linear
   [junit4]   2> 4389065 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester SolrSuggester.build(blended_infix_suggest_linear)
   [junit4]   2> 4389107 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SuggestComponent buildOnStartup: blended_infix_suggest_reciprocal
   [junit4]   2> 4389107 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester SolrSuggester.build(blended_infix_suggest_reciprocal)
   [junit4]   2> 4389144 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SuggestComponent buildOnStartup: 
blended_infix_suggest_exponential_reciprocal
   [junit4]   2> 4389144 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester 
SolrSuggester.build(blended_infix_suggest_exponential_reciprocal)
   [junit4]   2> 4389192 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SuggestComponent buildOnStartup: 
blended_infix_suggest_exponential_reciprocal_1
   [junit4]   2> 4389192 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester 
SolrSuggester.build(blended_infix_suggest_exponential_reciprocal_1)
   [junit4]   2> 4389228 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SuggestComponent buildOnStartup: 
fuzzy_suggest_analyzing_with_file_dict
   [junit4]   2> 4389228 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester 
SolrSuggester.build(fuzzy_suggest_analyzing_with_file_dict)
   [junit4]   2> 4389229 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.SolrSuggester Stored suggest data to: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing/fwfsta.bin
   [junit4]   2> 4389229 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
fuzzy_suggest_analyzing
   [junit4]   2> 4389229 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 4389229 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
fuzzy_suggest_analyzing_with_max_edit_2
   [junit4]   2> 4389229 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 4389229 ERROR 
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: fuzzy_suggest_analyzing_with_max_edit_2
   [junit4]   2>           => java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing_with_max_edit_2/fwfsta.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2> java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing_with_max_edit_2/fwfsta.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:184) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:833)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$16(SolrCore.java:2400) 
~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_281]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_281]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 4389230 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
fuzzy_suggest_analyzing_with_non_fuzzy_prefix_4
   [junit4]   2> 4389230 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 4389230 ERROR 
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: fuzzy_suggest_analyzing_with_non_fuzzy_prefix_4
   [junit4]   2>           => java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing_with_non_fuzzy_prefix_4/fwfsta.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2> java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing_with_non_fuzzy_prefix_4/fwfsta.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:184) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:833)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$16(SolrCore.java:2400) 
~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_281]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_281]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 4389230 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
fuzzy_suggest_analyzing_with_min_fuzzy_length_2
   [junit4]   2> 4389230 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 4389230 ERROR 
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: fuzzy_suggest_analyzing_with_min_fuzzy_length_2
   [junit4]   2>           => java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing_with_min_fuzzy_length_2/fwfsta.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2> java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing_with_min_fuzzy_length_2/fwfsta.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method) 
~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_281]
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:184) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:833)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$16(SolrCore.java:2400) 
~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_281]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_281]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_281]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 4389231 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4389234 INFO  
(searcherExecutor-32778-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4389234 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 318
   [junit4]   2> 4389234 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
q=&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.build=true&indent=off&suggest=true&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml&rid=testNode-214844
   [junit4]   2> 4389234 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(fuzzy_suggest_analyzing_with_high_freq_dict)
   [junit4]   2> 4389235 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.s.s.SolrSuggester Stored suggest data to: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001/data-dir-287-001/fuzzy_suggest_analyzing/fwfsta.bin
   [junit4]   2> 4389236 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
q=&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.build=true&indent=off&suggest=true&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml&rid=testNode-214844
   [junit4]   2> 4389236 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.build=true&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml}
 status=0 QTime=1
   [junit4]   2> 4389240 INFO  
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Starting testDefault
   [junit4]   2> 4389240 INFO  
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
q=chagn&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&indent=off&suggest.count=3&suggest=true&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml&rid=testNode-214845
   [junit4]   2> 4389240 INFO  
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
q=chagn&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&indent=off&suggest.count=3&suggest=true&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml&rid=testNode-214845
   [junit4]   2> 4389240 INFO  
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=chagn&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.count=3&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml}
 status=0 QTime=0
   [junit4]   2> 4389241 INFO  
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
q=chacn&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&indent=off&suggest.count=3&suggest=true&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml&rid=testNode-214846
   [junit4]   2> 4389241 INFO  
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
q=chacn&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&indent=off&suggest.count=3&suggest=true&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml&rid=testNode-214846
   [junit4]   2> 4389241 INFO  
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=chacn&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.count=3&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml}
 status=0 QTime=0
   [junit4]   2> 4389242 INFO  
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
q=chagr&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&indent=off&suggest.count=3&suggest=true&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml&rid=testNode-214847
   [junit4]   2> 4389242 INFO  
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
q=chagr&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&indent=off&suggest.count=3&suggest=true&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml&rid=testNode-214847
   [junit4]   2> 4389242 INFO  
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=chagr&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.count=3&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml}
 status=0 QTime=0
   [junit4]   2> 4389242 ERROR 
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
xpath=//lst[@name='suggest']/lst[@name='fuzzy_suggest_analyzing_with_high_freq_dict']/lst[@name='chagr']/int[@name='numFound'][.='1']
   [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">0</int></lst><lst name="suggest"><lst 
name="fuzzy_suggest_analyzing_with_high_freq_dict"><lst name="chagr"><int 
name="numFound">0</int><arr name="suggestions"/></lst></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=chagr&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.count=3&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml
   [junit4]   2> 4389243 ERROR 
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=chagr&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.count=3&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml:java.lang.RuntimeException:
 REQUEST FAILED: 
xpath=//lst[@name='suggest']/lst[@name='fuzzy_suggest_analyzing_with_high_freq_dict']/lst[@name='chagr']/int[@name='numFound'][.='1']
   [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">0</int></lst><lst name="suggest"><lst 
name="fuzzy_suggest_analyzing_with_high_freq_dict"><lst name="chagr"><int 
name="numFound">0</int><arr name="suggestions"/></lst></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=chagr&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.count=3&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.testDefault(TestHighFrequencyDictionaryFactory.java:67)
   [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.junit.rules.RunRules.evaluate(RunRules.java:20)
   [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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [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.junit.rules.RunRules.evaluate(RunRules.java:20)
   [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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [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> 4389247 INFO  
(TEST-TestHighFrequencyDictionaryFactory.testDefault-seed#[4E20DEED6741D4BA]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Ending testDefault
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestHighFrequencyDictionaryFactory -Dtests.method=testDefault 
-Dtests.seed=4E20DEED6741D4BA -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/test-data/enwiki.random.lines.txt
 -Dtests.locale=el -Dtests.timezone=America/Argentina/Catamarca 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J3 | TestHighFrequencyDictionaryFactory.testDefault 
<<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4E20DEED6741D4BA:2FDCA0B69062AE5D]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]    >        at 
org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.testDefault(TestHighFrequencyDictionaryFactory.java:67)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//lst[@name='suggest']/lst[@name='fuzzy_suggest_analyzing_with_high_freq_dict']/lst[@name='chagr']/int[@name='numFound'][.='1']
   [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">0</int></lst><lst name="suggest"><lst 
name="fuzzy_suggest_analyzing_with_high_freq_dict"><lst name="chagr"><int 
name="numFound">0</int><arr name="suggestions"/></lst></lst></lst>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=chagr&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.count=3&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
   [junit4]    >        ... 45 more
   [junit4]   2> 4389249 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 4389249 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2094238166
   [junit4]   2> 4389250 INFO  (coreCloseExecutor-32783-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@735bd059
   [junit4]   2> 4389250 INFO  (coreCloseExecutor-32783-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@735bd059
   [junit4]   2> 4389250 INFO  (coreCloseExecutor-32783-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6302647d: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@43e5271a
   [junit4]   2> 4389268 INFO  (coreCloseExecutor-32783-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 4389269 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 4389269 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2042d7a7: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@7437927c
   [junit4]   2> 4389274 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 4389274 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@12dd738b: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@3fab9a91
   [junit4]   2> 4389276 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 4389276 INFO  
(SUITE-TestHighFrequencyDictionaryFactory-seed#[4E20DEED6741D4BA]-worker) [     
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@59701d82: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@fd9158a
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J3/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_4E20DEED6741D4BA-001
   [junit4]   2> NOTE: test params are: codec=SimpleText, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=el, 
timezone=America/Argentina/Catamarca
   [junit4]   2> NOTE: Linux 4.15.0-142-generic amd64/Oracle Corporation 
1.8.0_281 (64-bit)/cpus=4,threads=1,free=239593960,total=515375104
   [junit4]   2> NOTE: All tests run in this JVM: [QueryResultKeyTest, 
IndexSizeTriggerMixedBoundsTest, ScheduledTriggerIntegrationTest, 
TestBinaryField, TestIndexingPerformance, TestSolr4Spatial, 
NodeLostTriggerTest, AuditLoggerIntegrationTest, DistributedQueueTest, 
DeleteStatusTest, QueryEqualityTest, TestGraphMLResponseWriter, 
LoggingHandlerTest, TestRequestForwarding, MultiSolrCloudTestCaseTest, 
SpatialFilterTest, DocValuesTest, ImplicitSnitchTest, BasicDistributedZkTest, 
HighlighterConfigTest, CustomHighlightComponentTest, TestDistributedGrouping, 
BlockJoinFacetDistribTest, HdfsBackupRepositoryIntegrationTest, 
AtomicUpdateProcessorFactoryTest, BooleanFieldTest, TestSolrXml, 
TestRequestStatusCollectionAPI, ReturnFieldsTest, ResponseLogComponentTest, 
TestUtilizeNode, SaslZkACLProviderTest, SolrSlf4jReporterTest, 
TestFastLRUCache, SolrIndexSplitterTest, TestDynamicLoading, TestMacroExpander, 
TestLMJelinekMercerSimilarityFactory, TestDocTermOrdsUninvertLimit, 
SolrXmlInZkTest, TestSubQueryTransformerCrossCore, MinimalSchemaTest, 
TestManagedSchemaAPI, TestRandomCollapseQParserPlugin, 
TestDelegationWithHadoopAuth, TestCloudPhrasesIdentificationComponent, 
DimensionalRoutedAliasUpdateProcessorTest, TestBlendedInfixSuggestions, 
TlogReplayBufferedWhileIndexingTest, TestCollationField, 
AnalyticsMergeStrategyTest, TestInPlaceUpdateWithRouteField, TestTrieFacet, 
TestReplicationHandler, HdfsChaosMonkeyNothingIsSafeTest, 
TestManagedSynonymFilterFactory, FullHLLTest, OverseerTaskQueueTest, 
TestCoreContainer, SoftAutoCommitTest, AddReplicaTest, GraphQueryTest, 
TestEmbeddedSolrServerSchemaAPI, HdfsRecoveryZkTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, CoreAdminHandlerTest, 
TestZkAclsWithHadoopAuth, ZkShardTermsTest, TestRawResponseWriter, 
BackupRestoreApiErrorConditionsTest, AuthToolTest, TestOrdValues, 
SpellCheckCollatorTest, LegacyCloudClusterPropTest, 
TestSuggestSpellingConverter, DistributedSuggestComponentTest, 
TestSolrConfigHandlerCloud, ChaosMonkeySafeLeaderTest, 
TestPostingsSolrHighlighter, SolrMetricsIntegrationTest, MetricTriggerTest, 
DaemonStreamApiTest, TestClusterStateMutator, TestChildDocTransformer, 
HttpPartitionWithTlogReplicasTest, TestSolrCLIRunExample, 
TestMaxScoreQueryParser, TestPrepRecovery, TestFieldCacheSortRandom, TestTrie, 
FieldAnalysisRequestHandlerTest, DateFieldTest, OrderedExecutorTest, 
StatsComponentTest, UpdateLogTest, BasicAuthStandaloneTest, 
XsltUpdateRequestHandlerTest, MissingSegmentRecoveryTest, TestDistribIDF, 
SystemLogListenerTest, IndexSchemaTest, TokenizerChainTest, 
TestTlogReplayVsRecovery, MoreLikeThisComponentTest, CollectionPropsTest, 
MetricsHistoryHandlerTest, DistributedQueryComponentCustomSortTest, 
TestRestManager, TestCloudJSONFacetSKG, TestGroupingSearch, 
TestFoldingMultitermQuery, DeleteLastCustomShardedReplicaTest, 
AnalysisErrorHandlingTest, TestSolrConfigHandler, TestCoreAdminApis, 
LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, 
LeaderElectionTest, MoveReplicaHDFSTest, MoveReplicaTest, 
NestedShardedAtomicUpdateTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, 
PeerSyncReplicationTest, RollingRestartTest, 
HdfsCollectionsAPIDistributedZkTest, TestHdfsCloudBackupRestore, 
ComputePlanActionTest, MetricTriggerIntegrationTest, 
NodeAddedTriggerIntegrationTest, NodeAddedTriggerTest, 
NodeLostTriggerIntegrationTest, NodeMarkersRegistrationTest, 
RestoreTriggerStateTest, ScheduledTriggerTest, 
SearchRateTriggerIntegrationTest, TriggerCooldownIntegrationTest, 
TriggerSetPropertiesIntegrationTest, TestSimClusterStateProvider, 
TestSimComputePlanAction, TestSimDistribStateManager, TestSimDistributedQueue, 
TestSimExecutePlanAction, TestSimExtremeIndexing, 
TestSimGenericDistributedQueue, TestSimPolicyCloud, TestSimScenario, 
TestSimTriggerIntegration, CdcrOpsAndBoundariesTest, TestConfigSetProperties, 
TestDynamicLoadingUrl, TestQuerySenderNoQuery, TestDistribPackageStore, 
TestReplicationHandlerBackup, TestReplicationHandlerDiskOverFlow, 
TestSQLHandler, V2ApiIntegrationTest, AutoscalingHistoryHandlerTest, 
ShowFileRequestHandlerTest, V2CollectionBackupsAPIMappingTest, 
ZookeeperReadAPITest, DistributedFacetExistsSmallTest, 
DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, 
DistributedQueryElevationComponentTest, DistributedTermsComponentTest, 
SpellCheckComponentTest, TermVectorComponentDistributedTest, 
XmlInterpolationTest, TestSlowCompositeReaderWrapper, 
UninvertDocValuesMergePolicyTest, TestNumericTokenStream, JvmMetricsTest, 
SolrCloudReportersTest, SolrRrdBackendFactoryTest, TestGeoJSONResponseWriter, 
TestRetrieveFieldsOptimizer, TestSubQueryTransformerDistrib, 
TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, 
TestDynamicFieldResource, TestFieldTypeResource, TestSchemaNameResource, 
TestSchemaResource, TestSchemaSimilarityResource, TestSchemaVersionResource, 
TestManagedSynonymGraphFilterFactory, BadIndexSchemaTest, EnumFieldTest, 
ExternalFileFieldSortTest, ManagedSchemaRoundRobinCloudTest, 
PrimitiveFieldTypeTest, RequiredFieldsTest, SchemaVersionSpecificBehaviorTest, 
TestSchemaField, TestTextField, TestUseDocValuesAsStored, 
TestUseDocValuesAsStored2, LargeFieldTest, MaxScoreCollectorTest, 
TestAddFieldRealTimeGet, TestBlockCollapse, TestCollapseQParserPlugin, 
TestCustomSort, TestDocSet, TestElisionMultitermQuery, 
TestExtendedDismaxParser, TestFieldSortValues, TestFilteredDocIdSet, 
TestFiltering, TestSearchPerf, TestSolrFieldCacheBean, TestSolrJ, 
TestSolrQueryParser, TestSort, TestStandardQParsers, TestStressUserVersions, 
DistributedFacetSimpleRefinementLongTailTest, SpatialHeatmapFacetsTest, 
TestJsonFacetErrors, TestJsonFacetRefinement, TestJsonFacetsStatsParsing, 
TestJsonFacetsWithNestedObjects, TestJsonRangeFacets, TestCloudNestedDocsSort, 
TestScoreJoinQPScore, BJQFilterAccessibleTest, CloudMLTQParserTest, 
JWTAuthPluginTest, JWTIssuerConfigTest, JWTVerificationkeyResolverTest, 
TestAuthorizationFramework, TestSolrCloudWithHadoopAuthPlugin, CacheHeaderTest, 
NoCacheHeaderTest, ResponseHeaderTest, SecurityHeadersTest, 
SolrRequestParserTest, SpellPossibilityIteratorTest, 
SpellingQueryConverterTest, SuggesterTest, TestAnalyzeInfixSuggestions, 
TestHighFrequencyDictionaryFactory]
   [junit4] Completed [892/939 (1!)] on J3 in 2.51s, 1 test, 1 error <<< 
FAILURES!

[...truncated 52649 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to