Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1903/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC (asserts: true)

1 tests failed.
REGRESSION:  
org.apache.solr.update.processor.DefaultValueUpdateProcessorTest.testDefaults

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([FBD6E7A75893C2BA:5472A98D70969196]: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.update.processor.DefaultValueUpdateProcessorTest.processAdd(DefaultValueUpdateProcessorTest.java:139)
        at 
org.apache.solr.update.processor.DefaultValueUpdateProcessorTest.testDefaults(DefaultValueUpdateProcessorTest.java:61)
        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 11098 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.DefaultValueUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001
   [junit4]   2> 794474 T1908 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 794476 T1908 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 794477 T1908 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 794478 T1908 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 794480 T1908 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 794480 T1908 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 794659 T1908 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 794710 T1908 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig-update-processor-chains.xml
   [junit4]   2> 794711 T1908 oass.IndexSchema.readSchema Reading Solr Schema 
from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 794723 T1908 oass.IndexSchema.readSchema [null] Schema 
name=test
   [junit4]   2> 794961 T1908 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 794964 T1908 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 794966 T1908 oass.IndexSchema.loadCopyFields WARN Field text 
is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 794990 T1908 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 794995 T1908 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 795001 T1908 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 795002 T1908 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 795003 T1908 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 795048 T1908 oasc.CoreContainer.<init> New CoreContainer 
2014461777
   [junit4]   2> 795049 T1908 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 795049 T1908 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 0
   [junit4]   2> 795049 T1908 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 795049 T1908 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 0
   [junit4]   2> 795050 T1908 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 795050 T1908 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 795050 T1908 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 795050 T1908 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 795051 T1908 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 795051 T1908 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 795051 T1908 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 795055 T1908 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 795061 T1908 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 795061 T1908 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 795062 T1908 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 795068 T1909 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 795071 T1909 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 795072 T1909 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 795073 T1909 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 795129 T1909 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
5.0.0
   [junit4]   2> 795164 T1909 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig-update-processor-chains.xml
   [junit4]   2> 795165 T1909 oass.IndexSchema.readSchema Reading Solr Schema 
from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema12.xml
   [junit4]   2> 795173 T1909 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 795306 T1909 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 795307 T1909 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 795308 T1909 oass.IndexSchema.loadCopyFields WARN Field text 
is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 795326 T1909 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 795332 T1909 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 795335 T1909 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 795336 T1909 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 795336 T1909 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001/
   [junit4]   2> 795337 T1909 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 795337 T1909 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001
   [junit4]   2> 795338 T1909 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001/index/
   [junit4]   2> 795339 T1909 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 795339 T1909 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001/index
   [junit4]   2> 795340 T1909 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 795342 T1909 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001/index;done=true>>]
   [junit4]   2> 795342 T1909 oasc.CachingDirectoryFactory.close Closing 
directory: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001/index
   [junit4]   2> 795342 T1909 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@3d05fdf8
   [junit4]   2> 795343 T1909 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 795343 T1909 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 795344 T1909 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 795344 T1909 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 1 directories currently being tracked
   [junit4]   2> 795344 T1909 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001;done=false>>]
   [junit4]   2> 795344 T1909 oasc.CachingDirectoryFactory.close Closing 
directory: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001/init-core-data-001
   [junit4]   2> 795344 T1909 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> 795367 T1908 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 795371 T1908 oas.SolrTestCaseJ4.setUp ###Starting testDefaults
   [junit4]   2> 795372 T1908 oas.SolrTestCaseJ4.tearDown ###Ending testDefaults
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=DefaultValueUpdateProcessorTest -Dtests.method=testDefaults 
-Dtests.seed=FBD6E7A75893C2BA -Dtests.slow=true -Dtests.locale=de 
-Dtests.timezone=Africa/Timbuktu -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.07s | DefaultValueUpdateProcessorTest.testDefaults <<<
   [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([FBD6E7A75893C2BA:5472A98D70969196]: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.update.processor.DefaultValueUpdateProcessorTest.processAdd(DefaultValueUpdateProcessorTest.java:139)
   [junit4]    >        at 
org.apache.solr.update.processor.DefaultValueUpdateProcessorTest.testDefaults(DefaultValueUpdateProcessorTest.java:61)
   [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> 795437 T1908 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 795438 T1908 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=2014461777
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.DefaultValueUpdateProcessorTest-FBD6E7A75893C2BA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, 
locale=de, timezone=Africa/Timbuktu
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_20 
(64-bit)/cpus=2,threads=1,free=15588224,total=117055488
   [junit4]   2> NOTE: All tests run in this JVM: [CSVRequestHandlerTest, 
TestNRTOpen, BinaryUpdateRequestHandlerTest, HdfsBasicDistributedZk2Test, 
FileBasedSpellCheckerTest, TestBulkSchemaAPI, LeaderFailoverAfterPartitionTest, 
TestCloudInspectUtil, ZkCLITest, OutputWriterTest, 
HdfsChaosMonkeySafeLeaderTest, SolrInfoMBeanTest, DistributedQueueTest, 
RemoteQueryErrorTest, DirectSolrSpellCheckerTest, 
TestPartialUpdateDeduplication, TestConfigSets, TestFaceting, EnumFieldTest, 
TestSimpleQParserPlugin, DistributedSpellCheckComponentTest, 
URLClassifyProcessorTest, TestInitParams, TestSolrCoreProperties, 
RequestHandlersTest, HighlighterConfigTest, TestBinaryResponseWriter, 
TestFastLRUCache, RollingRestartTest, PreAnalyzedFieldTest, TestCoreDiscovery, 
TestReRankQParserPlugin, OverseerRolesTest, CoreAdminRequestStatusTest, 
CollectionsAPIAsyncDistributedZkTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
ClusterStateTest, SyncSliceTest, FieldAnalysisRequestHandlerTest, 
TestCSVResponseWriter, TestSolrIndexConfig, ScriptEngineTest, 
DistributedSuggestComponentTest, TestFieldTypeCollectionResource, 
DistribDocExpirationUpdateProcessorTest, 
DistributedFacetPivotSmallAdvancedTest, CurrencyFieldOpenExchangeTest, 
DefaultValueUpdateProcessorTest]
   [junit4] Completed in 1.01s, 1 test, 1 error <<< FAILURES!

[...truncated 1244 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:525: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:473: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:189: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1359: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:966: 
There were test failures: 444 suites, 1818 tests, 1 error, 34 ignored (20 
assumptions)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to