Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11637/
Java: 32bit/jdk1.8.0_40-ea-b09 -client -XX:+UseG1GC (asserts: false)

1 tests failed.
REGRESSION:  
org.apache.solr.update.processor.TestPartialUpdateDeduplication.testPartialUpdates

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([807D21C43A4C4D27:D639DA5B2D6DDF7D]:0)
        at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:767)
        at org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
        at 
org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:422)
        at org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:1004)
        at 
org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.checkNumDocs(SignatureUpdateProcessorFactoryTest.java:78)
        at 
org.apache.solr.update.processor.TestPartialUpdateDeduplication.testPartialUpdates(TestPartialUpdateDeduplication.java:42)
        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:497)
        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:896)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
        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:535)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
        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:530)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
        ... 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:431)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
        ... 15 more




Build Log:
[...truncated 11579 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TestPartialUpdateDeduplication
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001
   [junit4]   2> 2256336 T8135 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 2256337 T8135 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2256337 T8135 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2256338 T8135 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2256338 T8135 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2256339 T8135 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2256386 T8135 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2256404 T8135 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig-tlog.xml
   [junit4]   2> 2256405 T8135 oass.IndexSchema.readSchema Reading Solr Schema 
from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
   [junit4]   2> 2256436 T8135 oass.IndexSchema.readSchema [null] Schema 
name=test
   [junit4]   2> 2256592 T8135 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2256594 T8135 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2256595 T8135 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2256598 T8135 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2256608 T8135 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2256608 T8135 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 2256609 T8135 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 2256632 T8135 oasc.CoreContainer.<init> New CoreContainer 
22183641
   [junit4]   2> 2256633 T8135 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 2256633 T8135 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 0
   [junit4]   2> 2256633 T8135 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 2256634 T8135 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 0
   [junit4]   2> 2256634 T8135 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2256634 T8135 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2256634 T8135 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2256635 T8135 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2256635 T8135 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2256635 T8135 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2256636 T8135 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2256637 T8135 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 2256639 T8135 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2256639 T8135 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2256639 T8135 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 2256641 T8136 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 2256642 T8136 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2256642 T8136 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2256643 T8136 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2256675 T8136 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2256688 T8136 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig-tlog.xml
   [junit4]   2> 2256688 T8136 oass.IndexSchema.readSchema Reading Solr Schema 
from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
   [junit4]   2> 2256698 T8136 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2256802 T8136 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2256804 T8136 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2256805 T8136 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2256808 T8136 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2256816 T8136 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 2256817 T8136 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2256817 T8136 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001/
   [junit4]   2> 2256817 T8136 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@119d6f3
   [junit4]   2> 2256818 T8136 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001
   [junit4]   2> 2256818 T8136 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001/index/
   [junit4]   2> 2256819 T8136 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2256819 T8136 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001/index
   [junit4]   2> 2256820 T8136 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1339672058, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2256821 T8136 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001/index;done=true>>]
   [junit4]   2> 2256821 T8136 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001/index
   [junit4]   2> 2256821 T8136 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@f3718c
   [junit4]   2> 2256821 T8136 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 2256822 T8136 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2256822 T8136 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
   [junit4]   2> 2256826 T8136 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 1 directories currently being tracked
   [junit4]   2> 2256826 T8136 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001;done=false>>]
   [junit4]   2> 2256827 T8136 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001/init-core-data-001
   [junit4]   2> 2256827 T8136 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:896)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
   [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:535)
   [junit4]   2>        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
   [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:530)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
   [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:431)
   [junit4]   2>        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
   [junit4]   2>        ... 15 more
   [junit4]   2> 
   [junit4]   2> 2256831 T8135 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2256833 T8135 oas.SolrTestCaseJ4.setUp ###Starting 
testPartialUpdates
   [junit4]   2> 2256836 T8135 oas.SolrTestCaseJ4.tearDown ###Ending 
testPartialUpdates
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestPartialUpdateDeduplication -Dtests.method=testPartialUpdates 
-Dtests.seed=807D21C43A4C4D27 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar_YE -Dtests.timezone=America/Martinique -Dtests.asserts=false 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.03s J1 | 
TestPartialUpdateDeduplication.testPartialUpdates <<<
   [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([807D21C43A4C4D27:D639DA5B2D6DDF7D]:0)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:767)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.getCore(TestHarness.java:209)
   [junit4]    >        at 
org.apache.solr.util.TestHarness$LocalRequestFactory.makeRequest(TestHarness.java:422)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.req(SolrTestCaseJ4.java:1004)
   [junit4]    >        at 
org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.checkNumDocs(SignatureUpdateProcessorFactoryTest.java:78)
   [junit4]    >        at 
org.apache.solr.update.processor.TestPartialUpdateDeduplication.testPartialUpdates(TestPartialUpdateDeduplication.java:42)
   [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:896)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
   [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:535)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
   [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:530)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
   [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:431)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
   [junit4]    >        ... 15 more
   [junit4]   2> 2256856 T8135 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 2256856 T8135 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=22183641
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.TestPartialUpdateDeduplication-807D21C43A4C4D27-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=DefaultSimilarity, locale=ar_YE, timezone=America/Martinique
   [junit4]   2> NOTE: Linux 3.13.0-39-generic i386/Oracle Corporation 
1.8.0_40-ea (32-bit)/cpus=8,threads=1,free=102437648,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCollectionResource, 
DeleteInactiveReplicaTest, StressHdfsTest, TestNRTOpen, TestStressLucene, 
TestPostingsSolrHighlighter, OutputWriterTest, TestIndexSearcher, 
TestJmxMonitoredMap, SolrPluginUtilsTest, TestGroupingSearch, 
TestFieldSortValues, RAMDirectoryFactoryTest, LoggingHandlerTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestCollectionAPI, SolrCoreTest, 
TestElisionMultitermQuery, QueryParsingTest, TestMultiCoreConfBootstrap, 
TestBM25SimilarityFactory, TestBlendedInfixSuggestions, 
CoreAdminRequestStatusTest, ChangedSchemaMergeTest, 
DistributedExpandComponentTest, TestIndexingPerformance, TestWriterPerf, 
ChaosMonkeySafeLeaderTest, TestSolrXml, AnalysisAfterCoreReloadTest, 
DistribCursorPagingTest, TestBulkSchemaAPI, TestManagedSynonymFilterFactory, 
DebugComponentTest, TestExtendedDismaxParser, TestCloudSchemaless, 
TestBulkSchemaConcurrent, BJQParserTest, 
DistributedQueryComponentOptimizationTest, AlternateDirectoryTest, 
SSLMigrationTest, DistributedFacetPivotLargeTest, MergeStrategyTest, 
TestBinaryField, OpenCloseCoreStressTest, PreAnalyzedFieldTest, 
AnalysisErrorHandlingTest, SolrInfoMBeanTest, TestBadConfig, 
URLClassifyProcessorTest, QueryElevationComponentTest, 
DirectUpdateHandlerOptimizeTest, SortByFunctionTest, SpatialFilterTest, 
SolrRequestParserTest, TermVectorComponentDistributedTest, 
TestPseudoReturnFields, TestFieldResource, BinaryUpdateRequestHandlerTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, AssignTest, OverseerRolesTest, 
TestAddFieldRealTimeGet, UUIDFieldTest, PreAnalyzedUpdateProcessorTest, 
TestSchemaVersionResource, DocValuesTest, TestRecovery, DateFieldTest, 
ResourceLoaderTest, TestCSVLoader, DeleteShardTest, 
TestPHPSerializedResponseWriter, TestIBSimilarityFactory, HardAutoCommitTest, 
TestSchemaResource, SOLR749Test, DateMathParserTest, ShardSplitTest, 
SoftAutoCommitTest, TestHighlightDedupGrouping, TestPivotHelperCode, 
BasicZkTest, TestImplicitCoreProperties, TestLFUCache, TestModifyConfFiles, 
TestUpdate, TestManagedSchemaFieldTypeResource, TestDistribDocBasedVersion, 
DistributedTermsComponentTest, TestShortCircuitedRequests, 
TestSchemaNameResource, CopyFieldTest, FileBasedSpellCheckerTest, 
TestCollationField, RequestHandlersTest, BasicDistributedZk2Test, 
FieldAnalysisRequestHandlerTest, CoreAdminCreateDiscoverTest, 
TestFileDictionaryLookup, SuggesterFSTTest, TestQueryUtils, 
DistributedQueryElevationComponentTest, TestRecoveryHdfs, 
TestInfoStreamLogging, ParsingFieldUpdateProcessorsTest, TestRealTimeGet, 
CSVRequestHandlerTest, CollectionsAPIDistributedZkTest, 
LeaderElectionIntegrationTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
LeaderElectionTest, ZkSolrClientTest, ShardRoutingCustomTest, 
TestHashPartitioner, DistributedSpellCheckComponentTest, TestReload, 
TestCoreContainer, StatsComponentTest, ConvertedLegacyTest, TestSort, 
TestFiltering, HighlighterTest, CurrencyFieldOpenExchangeTest, 
CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, 
TestCoreDiscovery, CoreAdminHandlerTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
DistanceFunctionTest, CacheHeaderTest, DirectSolrSpellCheckerTest, 
TestQueryTypes, TestOmitPositions, TestValueSourceCache, 
TermVectorComponentTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, 
IndexSchemaTest, TestCSVResponseWriter, TestPartialUpdateDeduplication]
   [junit4] Completed on J1 in 0.56s, 1 test, 1 error <<< FAILURES!

[...truncated 477 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:525: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:473: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:186: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:508: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1358:
 The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:965: 
There were test failures: 448 suites, 1821 tests, 1 error, 30 ignored (21 
assumptions)

Total time: 105 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_40-ea-b09 -client 
-XX:+UseG1GC (asserts: false)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to