Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10016/
Java: 32bit/jdk1.8.0_20-ea-b05 -client -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.admin.CoreAdminRequestStatusTest

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.handler.admin.CoreAdminRequestStatusTest:     1) 
Thread[id=1532, name=parallelCoreAdminExecutor-1032-thread-1, state=WAITING, 
group=TGRP-CoreAdminRequestStatusTest]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:744)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.admin.CoreAdminRequestStatusTest: 
   1) Thread[id=1532, name=parallelCoreAdminExecutor-1032-thread-1, 
state=WAITING, group=TGRP-CoreAdminRequestStatusTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:744)
        at __randomizedtesting.SeedInfo.seed([FFF4A9FF0D99D959]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.admin.CoreAdminRequestStatusTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=1532, name=parallelCoreAdminExecutor-1032-thread-1, state=WAITING, 
group=TGRP-CoreAdminRequestStatusTest]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:744)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=1532, name=parallelCoreAdminExecutor-1032-thread-1, 
state=WAITING, group=TGRP-CoreAdminRequestStatusTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:744)
        at __randomizedtesting.SeedInfo.seed([FFF4A9FF0D99D959]:0)


REGRESSION:  
org.apache.solr.handler.admin.CoreAdminRequestStatusTest.testCoreAdminRequestStatus

Error Message:
The status of request was expected to be completed expected:<[completed]> but 
was:<[running]>

Stack Trace:
org.junit.ComparisonFailure: The status of request was expected to be completed 
expected:<[completed]> but was:<[running]>
        at 
__randomizedtesting.SeedInfo.seed([FFF4A9FF0D99D959:D9EA87FBB30F6DE3]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at 
org.apache.solr.handler.admin.CoreAdminRequestStatusTest.testCoreAdminRequestStatus(CoreAdminRequestStatusTest.java:84)
        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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
        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:360)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
        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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        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:360)
        at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 11016 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.CoreAdminRequestStatusTest
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001
   [junit4]   2> 330997 T1528 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 330998 T1528 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 330998 T1528 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 330999 T1528 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 330999 T1528 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 331000 T1528 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 331073 T1528 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_49
   [junit4]   2> 331115 T1528 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 331116 T1528 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 331130 T1528 oass.IndexSchema.readSchema [null] Schema 
name=test
   [junit4]   2> 331352 T1528 oass.ByteField.init WARN ByteField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 331353 T1528 oass.ShortField.init WARN ShortField is 
deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 331353 T1528 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 331359 T1528 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 331365 T1528 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 331386 T1528 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 331389 T1528 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 331391 T1528 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 331392 T1528 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 331392 T1528 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 331392 T1528 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 331393 T1528 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 331393 T1528 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 331393 T1528 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 331394 T1528 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr
   [junit4]   2> 331394 T1528 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 331429 T1528 oasc.CoreContainer.<init> New CoreContainer 
14540225
   [junit4]   2> 331430 T1528 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 331431 T1528 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 0
   [junit4]   2> 331431 T1528 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 331431 T1528 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 0
   [junit4]   2> 331432 T1528 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 331432 T1528 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 331432 T1528 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 331432 T1528 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 331433 T1528 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 331433 T1528 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 331433 T1528 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 331434 T1528 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 331434 T1528 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 331436 T1529 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 331436 T1529 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 331437 T1529 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 331437 T1529 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 331498 T1529 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_49
   [junit4]   2> 331547 T1529 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 331548 T1529 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 331564 T1529 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 331855 T1529 oass.ByteField.init WARN ByteField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 331857 T1529 oass.ShortField.init WARN ShortField is 
deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 331860 T1529 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 331877 T1529 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 331880 T1529 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 331895 T1529 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 331899 T1529 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 331902 T1529 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 331903 T1529 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 331904 T1529 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 331904 T1529 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 331905 T1529 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 331909 T1529 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 331910 T1529 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 331910 T1529 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 331911 T1529 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001/
   [junit4]   2> 331911 T1529 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25123b
   [junit4]   2> 331913 T1529 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001
   [junit4]   2> 331913 T1529 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001/index/
   [junit4]   2> 331914 T1529 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 331914 T1529 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001/index
   [junit4]   2> 331915 T1529 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=128162145, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 331917 T1529 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@620565 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9673ca)),segFN=segments_1,generation=1}
   [junit4]   2> 331918 T1529 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 331919 T1529 oasc.SolrCore.initWriters created xml: 
solr.XMLResponseWriter
   [junit4]   2> 331922 T1529 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 331923 T1529 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 331923 T1529 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 331924 T1529 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 331924 T1529 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 331924 T1529 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 331924 T1529 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 331925 T1529 oasup.UniqFieldsUpdateProcessorFactory.init WARN 
Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is 
deprecated, please use 'fieldName' (or another 
FieldMutatingUpdateProcessorFactory selector option) instead
   [junit4]   2> 331925 T1529 oasup.UniqFieldsUpdateProcessorFactory.init 
Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 331925 T1529 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 331926 T1529 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 331926 T1529 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 331927 T1529 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 331927 T1529 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 331927 T1529 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 331927 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 331928 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 331929 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 331930 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created dismax: solr.SearchHandler
   [junit4]   2> 331930 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 331931 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 331931 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 331932 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created defaults: solr.StandardRequestHandler
   [junit4]   2> 331932 T1529 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 331932 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created lazy: solr.StandardRequestHandler
   [junit4]   2> 331933 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 331934 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 331934 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 331935 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 331935 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 331936 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckWithWordbreak_Direct: 
org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 331944 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 331945 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 331946 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 331946 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 331947 T1529 oasc.RequestHandlers.initHandlersFromConfig 
created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 331953 T1529 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 331954 T1529 oasc.SolrCore.initDeprecatedSupport WARN 
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config 
to use the ShowFileRequestHandler.
   [junit4]   2> 331956 T1529 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 331956 T1529 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 331957 T1529 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=51.484375, 
floorSegmentMB=2.0458984375, forceMergeDeletesPctAllowed=29.185614813368108, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7944362896671495
   [junit4]   2> 331958 T1529 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@620565 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9673ca)),segFN=segments_1,generation=1}
   [junit4]   2> 331958 T1529 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 331958 T1529 oass.SolrIndexSearcher.<init> Opening 
Searcher@7791d0[collection1] main
   [junit4]   2> 331959 T1529 oasr.RestManager.init Initializing RestManager 
with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 331959 T1529 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using InMemoryStorage
   [junit4]   2> 331959 T1529 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 331959 T1529 oasr.ManagedResource.notifyObserversDuringInit 
WARN No registered observers for /rest/managed
   [junit4]   2> 331960 T1529 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 331960 T1529 oashc.SpellCheckComponent.inform Initializing 
spell checkers
   [junit4]   2> 331971 T1529 oass.DirectSolrSpellChecker.init init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 332007 T1530 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@7791d0[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 332023 T1529 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 332027 T1528 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 332034 T1528 oas.SolrTestCaseJ4.setUp ###Starting 
testCoreAdminRequestStatus
   [junit4]   2> 332357 T1528 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 332357 T1532 oasha.CoreAdminHandler.handleCreateAction core 
create command 
async=42&name=dummycore&action=CREATE&instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp
   [junit4]   2> 332359 T1532 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/'
   [junit4]   2> 332360 T1532 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/lib/.svn/'
 to classloader
   [junit4]   2> 332360 T1532 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/lib/classes/'
 to classloader
   [junit4]   2> 332360 T1532 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/lib/README'
 to classloader
   [junit4]   2> 332434 T1532 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_49
   [junit4]   2> 332488 T1532 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 332488 T1532 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 332501 T1532 oass.IndexSchema.readSchema [dummycore] Schema 
name=test
   [junit4]   2> 332741 T1532 oass.ByteField.init WARN ByteField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 332741 T1532 oass.ShortField.init WARN ShortField is 
deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 332742 T1532 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 332758 T1532 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 332760 T1532 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 332768 T1532 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 332771 T1532 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 332775 T1532 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 332776 T1532 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 332776 T1532 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 332776 T1532 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 332777 T1532 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 332777 T1532 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 332778 T1532 oasc.CoreContainer.create Creating SolrCore 
'dummycore' using configuration from instancedir 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/
   [junit4]   2> 332778 T1532 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 332779 T1532 oasc.SolrCore.<init> [dummycore] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/data/
   [junit4]   2> 332779 T1532 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25123b
   [junit4]   2> 332780 T1532 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/data
   [junit4]   2> 332780 T1532 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/data/index/
   [junit4]   2> 332781 T1532 oasc.SolrCore.initIndex WARN [dummycore] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 332781 T1532 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/data/index
   [junit4]   2> 332782 T1532 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=128162145, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 332783 T1532 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@e4fe70 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a7ec29)),segFN=segments_1,generation=1}
   [junit4]   2> 332783 T1532 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 332784 T1532 oasc.SolrCore.initWriters created xml: 
solr.XMLResponseWriter
   [junit4]   2> 332788 T1532 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 332788 T1532 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 332788 T1532 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 332789 T1532 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 332789 T1532 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 332789 T1532 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 332789 T1532 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 332790 T1532 oasup.UniqFieldsUpdateProcessorFactory.init WARN 
Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is 
deprecated, please use 'fieldName' (or another 
FieldMutatingUpdateProcessorFactory selector option) instead
   [junit4]   2> 332790 T1532 oasup.UniqFieldsUpdateProcessorFactory.init 
Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 332790 T1532 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 332790 T1532 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 332791 T1532 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 332791 T1532 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 332791 T1532 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 332792 T1532 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 332792 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 332792 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 332793 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 332794 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created dismax: solr.SearchHandler
   [junit4]   2> 332794 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 332795 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 332795 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 332796 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created defaults: solr.StandardRequestHandler
   [junit4]   2> 332796 T1532 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 332796 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created lazy: solr.StandardRequestHandler
   [junit4]   2> 332797 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 332798 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 332798 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 332801 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 332801 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 332802 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckWithWordbreak_Direct: 
org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 332803 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 332804 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 332805 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 332805 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 332806 T1532 oasc.RequestHandlers.initHandlersFromConfig 
created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 332810 T1532 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 332811 T1532 oasc.SolrCore.initDeprecatedSupport WARN 
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config 
to use the ShowFileRequestHandler.
   [junit4]   2> 332813 T1532 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 332813 T1532 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 332814 T1532 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=51.484375, 
floorSegmentMB=2.0458984375, forceMergeDeletesPctAllowed=29.185614813368108, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7944362896671495
   [junit4]   2> 332815 T1532 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@e4fe70 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a7ec29)),segFN=segments_1,generation=1}
   [junit4]   2> 332815 T1532 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 332815 T1532 oass.SolrIndexSearcher.<init> Opening 
Searcher@c67f15[dummycore] main
   [junit4]   2> 332816 T1532 oasr.RestManager.init Initializing RestManager 
with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 332816 T1532 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using InMemoryStorage
   [junit4]   2> 332816 T1532 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 332816 T1532 oasr.ManagedResource.notifyObserversDuringInit 
WARN No registered observers for /rest/managed
   [junit4]   2> 332817 T1532 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 332817 T1532 oashc.SpellCheckComponent.inform Initializing 
spell checkers
   [junit4]   2> 333358 T1528 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 334359 T1528 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 335360 T1528 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 336360 T1528 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 337361 T1528 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 338362 T1528 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 339362 T1528 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 340363 T1528 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 341364 T1528 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 342365 T1528 oas.SolrTestCaseJ4.tearDown ###Ending 
testCoreAdminRequestStatus
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CoreAdminRequestStatusTest -Dtests.method=testCoreAdminRequestStatus 
-Dtests.seed=FFF4A9FF0D99D959 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar_OM -Dtests.timezone=Pacific/Midway 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 10.4s J0 | 
CoreAdminRequestStatusTest.testCoreAdminRequestStatus <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: The status of 
request was expected to be completed expected:<[completed]> but was:<[running]>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FFF4A9FF0D99D959:D9EA87FBB30F6DE3]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminRequestStatusTest.testCoreAdminRequestStatus(CoreAdminRequestStatusTest.java:84)
   [junit4]    >        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 342380 T1528 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 342380 T1528 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=14540225
   [junit4]   2> 342381 T1528 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@12da206
   [junit4]   2> 342409 T1528 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 342409 T1528 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 342410 T1528 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 342410 T1528 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 342411 T1528 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 342411 T1528 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 342412 T1528 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 342412 T1528 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001/index
   [junit4]   2> 342412 T1528 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001;done=false>>]
   [junit4]   2> 342412 T1528 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/init-core-data-001
   [junit4]   2> 345753 T1532 oass.DirectSolrSpellChecker.init init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 345790 T1533 oasc.SolrCore.registerSearcher [dummycore] 
Registered new searcher Searcher@c67f15[dummycore] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 345807 T1532 oasc.SolrCore.close [dummycore]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@abe3a7
   [junit4]   2> 345846 T1532 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 345846 T1532 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 345847 T1532 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 345847 T1532 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> 345847 T1532 oasc.SolrCore.closeSearcher [dummycore] Closing 
main searcher on request.
   [junit4]   2> 345848 T1532 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 345848 T1532 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/data/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/data/index;done=false>>]
   [junit4]   2> 345849 T1532 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/data/index
   [junit4]   2> 345849 T1532 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/data
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/data;done=false>>]
   [junit4]   2> 345849 T1532 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001/tempDir-001/instProp/data
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-FFF4A9FF0D99D959-001
   [junit4]   2> 15424 T1527 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 35495 T1527 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 
thread leaked from SUITE scope at 
org.apache.solr.handler.admin.CoreAdminRequestStatusTest: 
   [junit4]   2>           1) Thread[id=1532, 
name=parallelCoreAdminExecutor-1032-thread-1, state=WAITING, 
group=TGRP-CoreAdminRequestStatusTest]
   [junit4]   2>                at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>                at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>                at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>                at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 35497 T1527 ccr.ThreadLeakControl.tryToInterruptAll Starting 
to interrupt leaked threads:
   [junit4]   2>           1) Thread[id=1532, 
name=parallelCoreAdminExecutor-1032-thread-1, state=WAITING, 
group=TGRP-CoreAdminRequestStatusTest]
   [junit4]   2> 38499 T1527 ccr.ThreadLeakControl.tryToInterruptAll SEVERE 
There are still zombie threads that couldn't be terminated:
   [junit4]   2>           1) Thread[id=1532, 
name=parallelCoreAdminExecutor-1032-thread-1, state=WAITING, 
group=TGRP-CoreAdminRequestStatusTest]
   [junit4]   2>                at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>                at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>                at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>                at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>                at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>                at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, 
locale=ar_OM, timezone=Pacific/Midway
   [junit4]   2> NOTE: Linux 3.8.0-38-generic i386/Oracle Corporation 
1.8.0_20-ea (32-bit)/cpus=8,threads=2,free=21359792,total=83091456
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrXmlPersistor, 
TestPostingsSolrHighlighter, TestSolrQueryParserResource, SliceStateTest, 
TestSort, SampleTest, TestSuggestSpellingConverter, AutoCommitTest, 
TestGroupingSearch, TestMergePolicyConfig, TestBadConfig, 
TestHighFrequencyDictionaryFactory, ResponseLogComponentTest, 
TestPerFieldSimilarity, OverseerStatusTest, DirectUpdateHandlerOptimizeTest, 
SpellPossibilityIteratorTest, DistributedQueryElevationComponentTest, 
SystemInfoHandlerTest, TestExceedMaxTermLength, TestFieldCollectionResource, 
TestSearcherReuse, ZkCLITest, DocExpirationUpdateProcessorFactoryTest, 
OverseerCollectionProcessorTest, HdfsUnloadDistributedZkTest, 
SoftAutoCommitTest, TestFreeTextSuggestions, TestReplicationHandler, 
TestRandomDVFaceting, TestSolrXml, QueryEqualityTest, 
FastVectorHighlighterTest, TestManagedResource, CoreAdminHandlerTest, 
TestCustomSort, TestSystemIdResolver, TestClassNameShortening, SuggesterTest, 
TestLMDirichletSimilarityFactory, TestTrie, BinaryUpdateRequestHandlerTest, 
SolrTestCaseJ4Test, TestUniqueKeyFieldResource, TestQueryUtils, TestLRUCache, 
TestDocumentBuilder, TestBM25SimilarityFactory, TestSolrIndexConfig, 
HdfsSyncSliceTest, SolrCoreTest, DocumentBuilderTest, TestCoreContainer, 
TestNonNRTOpen, CSVRequestHandlerTest, CoreAdminRequestStatusTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CoreAdminRequestStatusTest -Dtests.seed=FFF4A9FF0D99D959 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_OM 
-Dtests.timezone=Pacific/Midway -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | CoreAdminRequestStatusTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.admin.CoreAdminRequestStatusTest: 
   [junit4]    >    1) Thread[id=1532, 
name=parallelCoreAdminExecutor-1032-thread-1, state=WAITING, 
group=TGRP-CoreAdminRequestStatusTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FFF4A9FF0D99D959]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=1532, 
name=parallelCoreAdminExecutor-1032-thread-1, state=WAITING, 
group=TGRP-CoreAdminRequestStatusTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FFF4A9FF0D99D959]:0)
   [junit4] Completed on J0 in 38.56s, 1 test, 1 failure, 2 errors <<< FAILURES!

[...truncated 909 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1297: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:921: 
There were test failures: 389 suites, 1624 tests, 2 suite-level errors, 1 
failure, 880 ignored (13 assumptions)

Total time: 55 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0_20-ea-b05 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to