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

9 tests failed.
REGRESSION:  
org.apache.solr.schema.CurrencyFieldOpenExchangeTest.testMockExchangeRateProvider

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([B6F3FA906348E49:4462C45B02F413D]: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.schema.AbstractCurrencyFieldTest.testMockExchangeRateProvider(AbstractCurrencyFieldTest.java:124)
        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.schema.CurrencyFieldOpenExchangeTest.testCurrencyFieldType

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([B6F3FA906348E49:AD9AA6DF20B06F3A]: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.schema.AbstractCurrencyFieldTest.testCurrencyFieldType(AbstractCurrencyFieldTest.java:93)
        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.schema.CurrencyFieldOpenExchangeTest.testCurrencySort

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([B6F3FA906348E49:1BB63A19CD24DCD3]: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.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
        at 
org.apache.solr.schema.AbstractCurrencyFieldTest.testCurrencySort(AbstractCurrencyFieldTest.java:287)
        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.schema.CurrencyFieldOpenExchangeTest.testCurrencyRangeSearch

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([B6F3FA906348E49:EA5477C8EE9EB31F]: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.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
        at 
org.apache.solr.schema.AbstractCurrencyFieldTest.testCurrencyRangeSearch(AbstractCurrencyFieldTest.java:138)
        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.schema.CurrencyFieldOpenExchangeTest.testFunctionUsage

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([B6F3FA906348E49:FA9CD9EFB5E1B1C4]: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.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
        at 
org.apache.solr.schema.AbstractCurrencyFieldTest.testFunctionUsage(AbstractCurrencyFieldTest.java:301)
        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.schema.CurrencyFieldOpenExchangeTest.testCurrencySchema

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([B6F3FA906348E49:F25B9C12D55F62F3]: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.schema.AbstractCurrencyFieldTest.testCurrencySchema(AbstractCurrencyFieldTest.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: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.schema.CurrencyFieldOpenExchangeTest.testBogusCurrency

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([B6F3FA906348E49:CE15CC65ADFC82FD]: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.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:420)
        at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:1004)
        at 
org.apache.solr.schema.AbstractCurrencyFieldTest.testBogusCurrency(AbstractCurrencyFieldTest.java:222)
        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.schema.CurrencyFieldOpenExchangeTest.testCurrencyPointQuery

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([B6F3FA906348E49:AEDF2B0C0F89A009]: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.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
        at 
org.apache.solr.schema.AbstractCurrencyFieldTest.testCurrencyPointQuery(AbstractCurrencyFieldTest.java:229)
        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.schema.CurrencyFieldOpenExchangeTest.testMockFieldType

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([B6F3FA906348E49:119B47EC1C18A4BA]: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.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
        at 
org.apache.solr.schema.AbstractCurrencyFieldTest.testMockFieldType(AbstractCurrencyFieldTest.java:414)
        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 11900 lines...]
   [junit4] Suite: org.apache.solr.schema.CurrencyFieldOpenExchangeTest
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001
   [junit4]   2> 1885011 T5781 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (true)
   [junit4]   2> 1885012 T5781 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1885012 T5781 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> 1885013 T5781 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> 1885013 T5781 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> 1885013 T5781 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> 1885036 T5781 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 1885063 T5781 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1885064 T5781 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.xml
   [junit4]   2> 1885068 T5781 oass.IndexSchema.readSchema [null] Schema 
name=test
   [junit4]   2> 1885174 T5781 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1885178 T5781 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1885179 T5781 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1885184 T5781 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1885186 T5781 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1885187 T5781 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1885187 T5781 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1885188 T5781 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1885188 T5781 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1885188 T5781 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1885188 T5781 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1885189 T5781 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1885189 T5781 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> 1885189 T5781 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 1885232 T5781 oasc.CoreContainer.<init> New CoreContainer 
1615237376
   [junit4]   2> 1885232 T5781 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> 1885232 T5781 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 0
   [junit4]   2> 1885232 T5781 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 1885233 T5781 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 0
   [junit4]   2> 1885233 T5781 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1885233 T5781 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1885233 T5781 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1885233 T5781 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1885234 T5781 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1885234 T5781 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1885234 T5781 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1885235 T5781 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 1885236 T5781 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1885236 T5781 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1885236 T5781 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 1885237 T5782 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> 1885238 T5782 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> 1885239 T5782 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> 1885239 T5782 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> 1885262 T5782 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 1885294 T5782 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1885294 T5782 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.xml
   [junit4]   2> 1885339 T5782 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1885451 T5782 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1885456 T5782 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1885457 T5782 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1885462 T5782 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1885463 T5782 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1885464 T5782 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1885464 T5782 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1885465 T5782 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1885465 T5782 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1885465 T5782 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1885465 T5782 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1885465 T5782 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> 1885466 T5782 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1885466 T5782 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/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001/
   [junit4]   2> 1885466 T5782 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b31020f
   [junit4]   2> 1885466 T5782 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001
   [junit4]   2> 1885466 T5782 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001/index/
   [junit4]   2> 1885467 T5782 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1885467 T5782 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001/index
   [junit4]   2> 1885467 T5782 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3972638907550786]
   [junit4]   2> 1885469 T5782 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001/index;done=true>>]
   [junit4]   2> 1885469 T5782 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001/index
   [junit4]   2> 1885469 T5782 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@2c71362b
   [junit4]   2> 1885469 T5782 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 1885470 T5782 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1885470 T5782 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
   [junit4]   2> 1885472 T5782 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 1 directories currently being tracked
   [junit4]   2> 1885472 T5782 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001;done=false>>]
   [junit4]   2> 1885472 T5782 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001/init-core-data-001
   [junit4]   2> 1885473 T5782 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> 1885478 T5781 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1885480 T5781 oas.SolrTestCaseJ4.setUp ###Starting 
testMockExchangeRateProvider
   [junit4]   2> 1885485 T5781 oas.SolrTestCaseJ4.tearDown ###Ending 
testMockExchangeRateProvider
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CurrencyFieldOpenExchangeTest 
-Dtests.method=testMockExchangeRateProvider -Dtests.seed=B6F3FA906348E49 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=cs_CZ 
-Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.06s J1 | 
CurrencyFieldOpenExchangeTest.testMockExchangeRateProvider <<<
   [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([B6F3FA906348E49:4462C45B02F413D]: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.schema.AbstractCurrencyFieldTest.testMockExchangeRateProvider(AbstractCurrencyFieldTest.java:124)
   [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> 1885539 T5781 oas.SolrTestCaseJ4.setUp ###Starting 
testCurrencyFieldType
   [junit4]   2> 1885539 T5781 oas.SolrTestCaseJ4.tearDown ###Ending 
testCurrencyFieldType
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CurrencyFieldOpenExchangeTest -Dtests.method=testCurrencyFieldType 
-Dtests.seed=B6F3FA906348E49 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=cs_CZ -Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J1 | 
CurrencyFieldOpenExchangeTest.testCurrencyFieldType <<<
   [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([B6F3FA906348E49:AD9AA6DF20B06F3A]: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.schema.AbstractCurrencyFieldTest.testCurrencyFieldType(AbstractCurrencyFieldTest.java:93)
   [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> 1885552 T5781 oas.SolrTestCaseJ4.setUp ###Starting 
testCurrencySort
   [junit4]   2> 1885553 T5781 oas.SolrTestCaseJ4.tearDown ###Ending 
testCurrencySort
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CurrencyFieldOpenExchangeTest -Dtests.method=testCurrencySort 
-Dtests.seed=B6F3FA906348E49 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=cs_CZ -Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J1 | CurrencyFieldOpenExchangeTest.testCurrencySort 
<<<
   [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([B6F3FA906348E49:1BB63A19CD24DCD3]: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.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
   [junit4]    >        at 
org.apache.solr.schema.AbstractCurrencyFieldTest.testCurrencySort(AbstractCurrencyFieldTest.java:287)
   [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> 1885564 T5781 oas.SolrTestCaseJ4.setUp ###Starting 
testCurrencyRangeSearch
   [junit4]   2> 1885565 T5781 oas.SolrTestCaseJ4.tearDown ###Ending 
testCurrencyRangeSearch
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CurrencyFieldOpenExchangeTest -Dtests.method=testCurrencyRangeSearch 
-Dtests.seed=B6F3FA906348E49 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=cs_CZ -Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J1 | 
CurrencyFieldOpenExchangeTest.testCurrencyRangeSearch <<<
   [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([B6F3FA906348E49:EA5477C8EE9EB31F]: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.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
   [junit4]    >        at 
org.apache.solr.schema.AbstractCurrencyFieldTest.testCurrencyRangeSearch(AbstractCurrencyFieldTest.java:138)
   [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.n

[...truncated too long message...]

   >    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> 1885618 T5781 oas.SolrTestCaseJ4.setUp ###Starting 
testMockFieldType
   [junit4]   2> 1885619 T5781 oas.SolrTestCaseJ4.tearDown ###Ending 
testMockFieldType
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CurrencyFieldOpenExchangeTest -Dtests.method=testMockFieldType 
-Dtests.seed=B6F3FA906348E49 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=cs_CZ -Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J1 | CurrencyFieldOpenExchangeTest.testMockFieldType 
<<<
   [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([B6F3FA906348E49:119B47EC1C18A4BA]: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.SolrTestCaseJ4.clearIndex(SolrTestCaseJ4.java:1056)
   [junit4]    >        at 
org.apache.solr.schema.AbstractCurrencyFieldTest.testMockFieldType(AbstractCurrencyFieldTest.java:414)
   [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> 1885625 T5781 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1885625 T5781 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1615237376
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.CurrencyFieldOpenExchangeTest-B6F3FA906348E49-001
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=275), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=275)), sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, 
locale=cs_CZ, timezone=Indian/Kerguelen
   [junit4]   2> NOTE: Linux 3.13.0-39-generic amd64/Oracle Corporation 
1.8.0_20 (64-bit)/cpus=8,threads=1,free=60297760,total=320278528
   [junit4]   2> NOTE: All tests run in this JVM: [URLClassifyProcessorTest, 
TestDynamicFieldResource, TestCloudSchemaless, CoreAdminRequestStatusTest, 
TestCoreContainer, TestAtomicUpdateErrorCases, TestUpdate, 
TestPhraseSuggestions, TestBulkSchemaConcurrent, TestLFUCache, 
TestIBSimilarityFactory, DistributedFacetPivotSmallAdvancedTest, 
SimpleMLTQParserTest, DateMathParserTest, HdfsCollectionsAPIDistributedZkTest, 
AnalysisErrorHandlingTest, TestGroupingSearch, TestBadConfig, SolrCoreTest, 
TestFunctionQuery, TestCollectionAPI, ChaosMonkeySafeLeaderTest, 
TestStandardQParsers, TestXIncludeConfig, HdfsSyncSliceTest, 
ResponseHeaderTest, TestMergePolicyConfig, TestBlendedInfixSuggestions, 
TestQuerySenderNoQuery, TestTolerantSearch, TestCollationField, 
TestImplicitCoreProperties, TestBulkSchemaAPI, TestChildDocTransformer, 
TermVectorComponentTest, SampleTest, TestDistributedGrouping, 
TestCloudManagedSchema, NumericFieldsTest, TestOmitPositions, 
ConnectionManagerTest, TestCustomSort, TestStressLucene, 
TestDocBasedVersionConstraints, TestCollapseQParserPlugin, SoftAutoCommitTest, 
TestCloudInspectUtil, UniqFieldsUpdateProcessorFactoryTest, 
TestMultiCoreConfBootstrap, LoggingHandlerTest, AutoCommitTest, TestFiltering, 
AnalyticsMergeStrategyTest, FieldAnalysisRequestHandlerTest, 
DirectUpdateHandlerOptimizeTest, CoreContainerCoreInitFailuresTest, 
LukeRequestHandlerTest, TestWriterPerf, PrimUtilsTest, SolrPluginUtilsTest, 
AsyncMigrateRouteKeyTest, TestSolrQueryParser, TestFieldCollectionResource, 
TestCSVLoader, SolrInfoMBeanTest, HardAutoCommitTest, CopyFieldTest, 
TestQueryTypes, MultiTermTest, CachingDirectoryFactoryTest, TestRandomFaceting, 
TestManagedResource, TestInitQParser, SuggesterFSTTest, TestNRTOpen, 
BinaryUpdateRequestHandlerTest, FileBasedSpellCheckerTest, 
TestSchemaVersionResource, PreAnalyzedFieldTest, TestPseudoReturnFields, 
ConvertedLegacyTest, TestComplexPhraseQParserPlugin, TestExtendedDismaxParser, 
CacheHeaderTest, TestValueSourceCache, TestSortingResponseWriter, 
ResourceLoaderTest, LegacyHTMLStripCharFilterTest, SSLMigrationTest, 
CloudExitableDirectoryReaderTest, TestNonDefinedSimilarityFactory, 
TestLazyCores, CollectionsAPIAsyncDistributedZkTest, TestCharFilters, 
UUIDFieldTest, TestZkChroot, SchemaVersionSpecificBehaviorTest, 
RAMDirectoryFactoryTest, TestBinaryField, SuggestComponentTest, 
DocValuesMissingTest, DistributedQueryComponentOptimizationTest, 
SolrRequestParserTest, TestOrdValues, TestRealTimeGet, TestSolrXmlPersistence, 
BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, 
LeaderElectionIntegrationTest, BasicZkTest, FullSolrCloudDistribCmdsTest, 
ClusterStateUpdateTest, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, 
ShardRoutingCustomTest, TestFaceting, TestRecovery, 
TermVectorComponentDistributedTest, TestRangeQuery, StatsComponentTest, 
SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, 
TestSort, BasicFunctionalityTest, TestIndexSearcher, 
CurrencyFieldOpenExchangeTest]
   [junit4] Completed on J1 in 0.64s, 10 tests, 9 errors, 1 skipped <<< 
FAILURES!

[...truncated 614 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: 444 suites, 1818 tests, 9 errors, 29 ignored (21 
assumptions)

Total time: 112 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_20 
-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC (asserts: true)
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