Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11476/
Java: 64bit/jdk1.8.0_20 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: 
false)

4 tests failed.
REGRESSION:  org.apache.solr.spelling.suggest.SuggesterTest.testAnalyzer

Error Message:
SolrCore 'collection1' is not available due to init failure: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'

Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available 
due to init failure: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at 
__randomizedtesting.SeedInfo.seed([3E2B53B68B6E70D8:E9B74366460E2231]:0)
        at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
        at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
        at 
org.apache.solr.spelling.suggest.SuggesterTest.testAnalyzer(SuggesterTest.java:121)
        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:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:893)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:533)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
        ... 8 more
Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
        at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:101)
        at java.lang.Class.newInstance(Class.java:427)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
        ... 15 more


REGRESSION:  org.apache.solr.spelling.suggest.SuggesterTest.testReload

Error Message:
SolrCore 'collection1' is not available due to init failure: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'

Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available 
due to init failure: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at 
__randomizedtesting.SeedInfo.seed([3E2B53B68B6E70D8:F9DB2BB5412D88CA]:0)
        at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
        at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
        at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
        at 
org.apache.solr.spelling.suggest.SuggesterTest.addDocs(SuggesterTest.java:55)
        at 
org.apache.solr.spelling.suggest.SuggesterTest.testReload(SuggesterTest.java:83)
        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:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:893)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:533)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
        ... 8 more
Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
        at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:101)
        at java.lang.Class.newInstance(Class.java:427)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
        ... 15 more


REGRESSION:  org.apache.solr.spelling.suggest.SuggesterTest.testRebuild

Error Message:
SolrCore 'collection1' is not available due to init failure: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'

Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available 
due to init failure: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at 
__randomizedtesting.SeedInfo.seed([3E2B53B68B6E70D8:650EF1F5BF6E0A42]:0)
        at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
        at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
        at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
        at 
org.apache.solr.spelling.suggest.SuggesterTest.addDocs(SuggesterTest.java:55)
        at 
org.apache.solr.spelling.suggest.SuggesterTest.testRebuild(SuggesterTest.java:103)
        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:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:893)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:533)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
        ... 8 more
Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
        at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:101)
        at java.lang.Class.newInstance(Class.java:427)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
        ... 15 more


REGRESSION:  org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions

Error Message:
SolrCore 'collection1' is not available due to init failure: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'

Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available 
due to init failure: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at 
__randomizedtesting.SeedInfo.seed([3E2B53B68B6E70D8:98F76A43455A2726]:0)
        at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
        at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
        at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
        at 
org.apache.solr.spelling.suggest.SuggesterTest.addDocs(SuggesterTest.java:55)
        at 
org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions(SuggesterTest.java:68)
        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:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:893)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:533)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
        ... 8 more
Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
        at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:101)
        at java.lang.Class.newInstance(Class.java:427)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
        ... 15 more




Build Log:
[...truncated 11702 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterTest
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001
   [junit4]   2> 2240652 T8604 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 2240653 T8604 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2240653 T8604 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2240653 T8604 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2240654 T8604 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2240654 T8604 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2240671 T8604 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2240678 T8604 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig-spellchecker.xml
   [junit4]   2> 2240679 T8604 oass.IndexSchema.readSchema Reading Solr Schema 
from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-spellchecker.xml
   [junit4]   2> 2240681 T8604 oass.IndexSchema.readSchema [null] Schema 
name=Solr SpellCheck Test
   [junit4]   2> 2240683 T8604 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2240684 T8604 oass.IndexSchema.readSchema query parser default 
operator is OR
   [junit4]   2> 2240684 T8604 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2240685 T8604 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2240685 T8604 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 2240685 T8604 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 2240697 T8604 oasc.CoreContainer.<init> New CoreContainer 
631040582
   [junit4]   2> 2240697 T8604 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 2240698 T8604 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 0
   [junit4]   2> 2240698 T8604 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 2240698 T8604 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 0
   [junit4]   2> 2240698 T8604 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2240698 T8604 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2240699 T8604 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2240699 T8604 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2240699 T8604 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2240699 T8604 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2240699 T8604 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2240700 T8604 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 2240700 T8604 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2240700 T8604 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2240700 T8604 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 2240753 T8605 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2240755 T8605 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2240755 T8605 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2240755 T8605 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2240774 T8605 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2240781 T8605 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig-spellchecker.xml
   [junit4]   2> 2240781 T8605 oass.IndexSchema.readSchema Reading Solr Schema 
from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-spellchecker.xml
   [junit4]   2> 2240783 T8605 oass.IndexSchema.readSchema [collection1] Schema 
name=Solr SpellCheck Test
   [junit4]   2> 2240785 T8605 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2240785 T8605 oass.IndexSchema.readSchema query parser default 
operator is OR
   [junit4]   2> 2240786 T8605 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2240787 T8605 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 2240787 T8605 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 2240787 T8605 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001/
   [junit4]   2> 2240787 T8605 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 2240788 T8605 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001
   [junit4]   2> 2240788 T8605 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001/index/
   [junit4]   2> 2240788 T8605 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2240789 T8605 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001/index
   [junit4]   2> 2240789 T8605 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=92.0439453125, 
floorSegmentMB=1.869140625, forceMergeDeletesPctAllowed=16.208468474895366, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8727166143527274
   [junit4]   2> 2240790 T8605 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001/index;done=true>>]
   [junit4]   2> 2240790 T8605 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001/index
   [junit4]   2> 2240790 T8605 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@3d6ca068
   [junit4]   2> 2240790 T8605 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 2240790 T8605 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2240791 T8605 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
   [junit4]   2> 2240791 T8605 oasc.CachingDirectoryFactory.close Closing 
MockFSDirectoryFactory - 1 directories currently being tracked
   [junit4]   2> 2240791 T8605 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001;done=false>>]
   [junit4]   2> 2240791 T8605 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001/init-core-data-001
   [junit4]   2> 2240791 T8605 oasc.CoreContainer.create ERROR Error creating 
core [collection1]: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3' org.apache.solr.common.SolrException: 
Error instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:893)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]   2>        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:533)
   [junit4]   2>        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
   [junit4]   2>        ... 8 more
   [junit4]   2> Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
   [junit4]   2>        at 
sun.reflect.Reflection.ensureMemberAccess(Reflection.java:101)
   [junit4]   2>        at java.lang.Class.newInstance(Class.java:427)
   [junit4]   2>        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
   [junit4]   2>        ... 15 more
   [junit4]   2> 
   [junit4]   2> 2240794 T8604 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2240797 T8604 oas.SolrTestCaseJ4.setUp ###Starting testAnalyzer
   [junit4]   2> 2240798 T8604 oas.SolrTestCaseJ4.tearDown ###Ending 
testAnalyzer
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SuggesterTest 
-Dtests.method=testAnalyzer -Dtests.seed=3E2B53B68B6E70D8 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=ar_KW 
-Dtests.timezone=America/Argentina/San_Juan -Dtests.asserts=false 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.02s J0 | SuggesterTest.testAnalyzer <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: SolrCore 
'collection1' is not available due to init failure: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3E2B53B68B6E70D8:E9B74366460E2231]:0)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
   [junit4]    >        at 
org.apache.solr.spelling.suggest.SuggesterTest.testAnalyzer(SuggesterTest.java:121)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:893)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:533)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
   [junit4]    >        ... 8 more
   [junit4]    > Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
   [junit4]    >        at java.lang.Class.newInstance(Class.java:427)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
   [junit4]    >        ... 15 more
   [junit4]   2> 2240812 T8604 oas.SolrTestCaseJ4.setUp ###Starting testReload
   [junit4]   2> 2240812 T8604 oas.SolrTestCaseJ4.tearDown ###Ending testReload
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SuggesterTest 
-Dtests.method=testReload -Dtests.seed=3E2B53B68B6E70D8 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=ar_KW 
-Dtests.timezone=America/Argentina/San_Juan -Dtests.asserts=false 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | SuggesterTest.testReload <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: SolrCore 
'collection1' is not available due to init failure: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3E2B53B68B6E70D8:F9DB2BB5412D88CA]:0)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
   [junit4]    >        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
   [junit4]    >        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
   [junit4]    >        at 
org.apache.solr.spelling.suggest.SuggesterTest.addDocs(SuggesterTest.java:55)
   [junit4]    >        at 
org.apache.solr.spelling.suggest.SuggesterTest.testReload(SuggesterTest.java:83)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:893)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:533)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
   [junit4]    >        ... 8 more
   [junit4]    > Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
   [junit4]    >        at java.lang.Class.newInstance(Class.java:427)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
   [junit4]    >        ... 15 more
   [junit4]   2> 2240822 T8604 oas.SolrTestCaseJ4.setUp ###Starting testRebuild
   [junit4]   2> 2240822 T8604 oas.SolrTestCaseJ4.tearDown ###Ending testRebuild
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SuggesterTest 
-Dtests.method=testRebuild -Dtests.seed=3E2B53B68B6E70D8 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=ar_KW 
-Dtests.timezone=America/Argentina/San_Juan -Dtests.asserts=false 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | SuggesterTest.testRebuild <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: SolrCore 
'collection1' is not available due to init failure: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3E2B53B68B6E70D8:650EF1F5BF6E0A42]:0)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
   [junit4]    >        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
   [junit4]    >        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
   [junit4]    >        at 
org.apache.solr.spelling.suggest.SuggesterTest.addDocs(SuggesterTest.java:55)
   [junit4]    >        at 
org.apache.solr.spelling.suggest.SuggesterTest.testRebuild(SuggesterTest.java:103)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:893)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:533)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
   [junit4]    >        ... 8 more
   [junit4]    > Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
   [junit4]    >        at java.lang.Class.newInstance(Class.java:427)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
   [junit4]    >        ... 15 more
   [junit4]   2> 2240829 T8604 oas.SolrTestCaseJ4.setUp ###Starting 
testSuggestions
   [junit4]   2> 2240829 T8604 oas.SolrTestCaseJ4.tearDown ###Ending 
testSuggestions
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SuggesterTest 
-Dtests.method=testSuggestions -Dtests.seed=3E2B53B68B6E70D8 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_KW 
-Dtests.timezone=America/Argentina/San_Juan -Dtests.asserts=false 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | SuggesterTest.testSuggestions <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: SolrCore 
'collection1' is not available due to init failure: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3E2B53B68B6E70D8:98F76A43455A2726]:0)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:765)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
   [junit4]    >        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
   [junit4]    >        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
   [junit4]    >        at 
org.apache.solr.spelling.suggest.SuggesterTest.addDocs(SuggesterTest.java:55)
   [junit4]    >        at 
org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions(SuggesterTest.java:68)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:893)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:509)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:273)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:267)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:533)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:517)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:289)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:214)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:529)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:796)
   [junit4]    >        ... 8 more
   [junit4]    > Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
   [junit4]    >        at java.lang.Class.newInstance(Class.java:427)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:529)
   [junit4]    >        ... 15 more
   [junit4]   2> 2240837 T8604 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 2240837 T8604 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=631040582
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTest-3E2B53B68B6E70D8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, 
locale=ar_KW, timezone=America/Argentina/San_Juan
   [junit4]   2> NOTE: Linux 3.13.0-39-generic amd64/Oracle Corporation 
1.8.0_20 (64-bit)/cpus=8,threads=1,free=202739496,total=471859200
   [junit4]   2> NOTE: All tests run in this JVM: [TestSearcherReuse, 
JsonLoaderTest, AliasIntegrationTest, TestInitQParser, TestQuerySenderListener, 
TestDistribDocBasedVersion, TestAnalyzedSuggestions, TestDFRSimilarityFactory, 
AnalysisErrorHandlingTest, PathHierarchyTokenizerFactoryTest, SyncSliceTest, 
TestDistributedSearch, TestSearchPerf, TestSort, TestManagedResource, 
TestTolerantSearch, ParsingFieldUpdateProcessorsTest, TestFileDictionaryLookup, 
TestDocSet, ShardRoutingTest, RecoveryZkTest, RegexBoostProcessorTest, 
TestSurroundQueryParser, TestFoldingMultitermQuery, 
StatelessScriptUpdateProcessorFactoryTest, TestManagedSchemaFieldResource, 
SystemInfoHandlerTest, CoreAdminHandlerTest, TestHashPartitioner, 
TestRandomDVFaceting, DistributedSpellCheckComponentTest, 
UnloadDistributedZkTest, RequiredFieldsTest, ClusterStateUpdateTest, 
RollingRestartTest, CurrencyFieldOpenExchangeTest, TestModifyConfFiles, 
HdfsLockFactoryTest, TestRemoteStreaming, SuggesterWFSTTest, TestConfig, 
CoreAdminCreateDiscoverTest, TestRawResponseWriter, TestFreeTextSuggestions, 
FileUtilsTest, TestLMDirichletSimilarityFactory, SimpleFacetsTest, 
XmlUpdateRequestHandlerTest, LeaderElectionTest, TestSolrIndexConfig, 
CustomCollectionTest, TestPivotHelperCode, TestSolrJ, ChangedSchemaMergeTest, 
FieldMutatingUpdateProcessorTest, TestCloudInspectUtil, TimeZoneUtilsTest, 
TestNoOpRegenerator, TestStressVersions, TermsComponentTest, 
SpellCheckComponentTest, DeleteReplicaTest, TestCloudSchemaless, 
TestFieldCollectionResource, PeerSyncTest, StandardRequestHandlerTest, 
AssignTest, TestRangeQuery, SpellPossibilityIteratorTest, 
AnalyticsMergeStrategyTest, OpenExchangeRatesOrgProviderTest, 
TestStressUserVersions, ChaosMonkeyNothingIsSafeTest, DocValuesMissingTest, 
HttpPartitionTest, CollectionsAPIAsyncDistributedZkTest, 
DistributedQueryComponentOptimizationTest, AtomicUpdatesTest, 
ExitableDirectoryReaderTest, TestManagedSynonymFilterFactory, 
DirectSolrSpellCheckerTest, TestCloudManagedSchema, TestShortCircuitedRequests, 
AnalyticsQueryTest, DocumentBuilderTest, TestFastWriter, 
HdfsWriteToMultipleCollectionsTest, SignatureUpdateProcessorFactoryTest, 
TestSolrXml, LeaderFailoverAfterPartitionTest, 
TestCloudManagedSchemaConcurrent, BadIndexSchemaTest, HighlighterMaxOffsetTest, 
CoreAdminRequestStatusTest, TestManagedSchemaFieldTypeResource, 
SuggesterTSTTest, OverriddenZkACLAndCredentialsProvidersTest, BadCopyFieldTest, 
TestAnalyzeInfixSuggestions, HdfsCollectionsAPIDistributedZkTest, 
BasicFunctionalityTest, MBeansHandlerTest, DocumentAnalysisRequestHandlerTest, 
TestStandardQParsers, HighlighterTest, ReturnFieldsTest, MinimalSchemaTest, 
IndexSchemaTest, TestCursorMarkWithoutUniqueKey, TestRTGBase, OverseerTest, 
TestReplicationHandler, TestSolr4Spatial, QueryElevationComponentTest, 
TestFiltering, TestFunctionQuery, TestBadConfig, ShowFileRequestHandlerTest, 
SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, 
SpellCheckCollatorTest, SuggesterTest]
   [junit4] Completed on J0 in 0.20s, 4 tests, 4 errors <<< FAILURES!

[...truncated 590 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:525: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:473: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:189: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:508: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1359: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:966: 
There were test failures: 445 suites, 1819 tests, 4 errors, 29 ignored (21 
assumptions)

Total time: 99 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_20 
-XX:+UseCompressedOops -XX:+UseParallelGC (asserts: false)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to