Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.8-Linux/58/
Java: 64bit/jdk1.8.0_05 -XX:-UseCompressedOops -XX:+UseParallelGC

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=382, 
name=parallelCoreAdminExecutor-220-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:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.handler.admin.CoreAdminRequestStatusTest: 
   1) Thread[id=382, name=parallelCoreAdminExecutor-220-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:745)
        at __randomizedtesting.SeedInfo.seed([4A0679C51A56A072]: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=382, name=parallelCoreAdminExecutor-220-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:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=382, name=parallelCoreAdminExecutor-220-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:745)
        at __randomizedtesting.SeedInfo.seed([4A0679C51A56A072]: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([4A0679C51A56A072:6C1857C1A4C014C8]: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:745)




Build Log:
[...truncated 10696 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.CoreAdminRequestStatusTest
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001
   [junit4]   2> 71706 T378 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (true)
   [junit4]   2> 71707 T378 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 71707 T378 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 71708 T378 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 71708 T378 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 71708 T378 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 71753 T378 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_48
   [junit4]   2> 71783 T378 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 71783 T378 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 71790 T378 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 71902 T378 oass.ByteField.init WARN ByteField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 71902 T378 oass.ShortField.init WARN ShortField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 71903 T378 oass.OpenExchangeRatesOrgProvider.init Initialized 
with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 71909 T378 oass.IndexSchema.readSchema default search field in 
schema is text
   [junit4]   2> 71911 T378 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 71918 T378 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 71921 T378 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 71923 T378 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 71924 T378 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 71924 T378 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 71925 T378 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 71925 T378 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 71925 T378 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 71926 T378 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 71926 T378 oasc.SolrResourceLoader.locateSolrHome using system 
property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr
   [junit4]   2> 71926 T378 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 71942 T378 oasc.CoreContainer.<init> New CoreContainer 
1698961755
   [junit4]   2> 71943 T378 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 71943 T378 oashc.HttpShardHandlerFactory.getParameter Setting 
socketTimeout to: 0
   [junit4]   2> 71943 T378 oashc.HttpShardHandlerFactory.getParameter Setting 
urlScheme to: null
   [junit4]   2> 71943 T378 oashc.HttpShardHandlerFactory.getParameter Setting 
connTimeout to: 0
   [junit4]   2> 71943 T378 oashc.HttpShardHandlerFactory.getParameter Setting 
maxConnectionsPerHost to: 20
   [junit4]   2> 71944 T378 oashc.HttpShardHandlerFactory.getParameter Setting 
corePoolSize to: 0
   [junit4]   2> 71944 T378 oashc.HttpShardHandlerFactory.getParameter Setting 
maximumPoolSize to: 2147483647
   [junit4]   2> 71944 T378 oashc.HttpShardHandlerFactory.getParameter Setting 
maxThreadIdleTime to: 5
   [junit4]   2> 71944 T378 oashc.HttpShardHandlerFactory.getParameter Setting 
sizeOfQueue to: -1
   [junit4]   2> 71944 T378 oashc.HttpShardHandlerFactory.getParameter Setting 
fairnessPolicy to: false
   [junit4]   2> 71945 T378 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 71945 T378 oasl.LogWatcher.newRegisteredLogWatcher Registering 
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 71945 T378 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 71947 T379 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 71948 T379 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 71948 T379 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 71948 T379 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 71986 T379 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_48
   [junit4]   2> 72017 T379 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 72017 T379 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 72024 T379 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 72134 T379 oass.ByteField.init WARN ByteField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 72134 T379 oass.ShortField.init WARN ShortField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 72135 T379 oass.OpenExchangeRatesOrgProvider.init Initialized 
with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 72138 T379 oass.IndexSchema.readSchema default search field in 
schema is text
   [junit4]   2> 72139 T379 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 72143 T379 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 72145 T379 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 72146 T379 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 72146 T379 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 72147 T379 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 72147 T379 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 72147 T379 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 72147 T379 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 72147 T379 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 72147 T379 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 72148 T379 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/core/src/test-files/solr/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001/
   [junit4]   2> 72148 T379 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62e701bb
   [junit4]   2> 72148 T379 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001
   [junit4]   2> 72148 T379 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001/index/
   [junit4]   2> 72149 T379 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 72149 T379 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001/index
   [junit4]   2> 72149 T379 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1849261902, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 72150 T379 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6988f12f
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@534ac780)),segFN=segments_1,generation=1}
   [junit4]   2> 72150 T379 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 72150 T379 oasc.SolrCore.initWriters created xml: 
solr.XMLResponseWriter
   [junit4]   2> 72153 T379 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 72154 T379 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 72154 T379 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 72154 T379 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 72154 T379 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 72155 T379 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 72155 T379 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 72155 T379 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> 72155 T379 oasup.UniqFieldsUpdateProcessorFactory.init 
Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 72155 T379 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 72156 T379 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 72156 T379 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 72156 T379 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 72157 T379 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 72157 T379 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 72157 T379 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 72157 T379 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 72158 T379 oasc.RequestHandlers.initHandlersFromConfig created 
/get: solr.RealTimeGetHandler
   [junit4]   2> 72158 T379 oasc.RequestHandlers.initHandlersFromConfig created 
dismax: solr.SearchHandler
   [junit4]   2> 72159 T379 oasc.RequestHandlers.initHandlersFromConfig created 
mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 72159 T379 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 72159 T379 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 72160 T379 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 72160 T379 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 72160 T379 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 72161 T379 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 72161 T379 oasc.RequestHandlers.initHandlersFromConfig created 
/terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72161 T379 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72162 T379 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72162 T379 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72163 T379 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72163 T379 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72163 T379 oasc.RequestHandlers.initHandlersFromConfig created 
mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72164 T379 oasc.RequestHandlers.initHandlersFromConfig created 
tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72164 T379 oasc.RequestHandlers.initHandlersFromConfig created 
/mlt: solr.MoreLikeThisHandler
   [junit4]   2> 72165 T379 oasc.RequestHandlers.initHandlersFromConfig created 
/debug/dump: solr.DumpRequestHandler
   [junit4]   2> 72167 T379 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 72168 T379 oasc.SolrCore.initDeprecatedSupport WARN 
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config 
to use the ShowFileRequestHandler.
   [junit4]   2> 72170 T379 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 72170 T379 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 72171 T379 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 72171 T379 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@6988f12f
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@534ac780)),segFN=segments_1,generation=1}
   [junit4]   2> 72171 T379 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 72172 T379 oass.SolrIndexSearcher.<init> Opening 
Searcher@5c834ff4[collection1] main
   [junit4]   2> 72172 T379 oasr.RestManager.init Initializing RestManager with 
initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 72172 T379 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using InMemoryStorage
   [junit4]   2> 72173 T379 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 72173 T379 oasr.ManagedResource.notifyObserversDuringInit WARN 
No registered observers for /rest/managed
   [junit4]   2> 72173 T379 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 72173 T379 oashc.SpellCheckComponent.inform Initializing spell 
checkers
   [junit4]   2> 72274 T379 oass.DirectSolrSpellChecker.init init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 72296 T380 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@5c834ff4[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 72300 T379 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 72302 T378 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 72305 T378 oas.SolrTestCaseJ4.setUp ###Starting 
testCoreAdminRequestStatus
   [junit4]   2> 72494 T378 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 72494 T382 oasha.CoreAdminHandler.handleCreateAction core 
create command 
async=42&name=dummycore&action=CREATE&instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp
   [junit4]   2> 72495 T382 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/'
   [junit4]   2> 72495 T382 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/lib/.svn/'
 to classloader
   [junit4]   2> 72496 T382 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/lib/classes/'
 to classloader
   [junit4]   2> 72496 T382 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/lib/README'
 to classloader
   [junit4]   2> 72524 T382 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_48
   [junit4]   2> 72552 T382 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 72553 T382 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 72557 T382 oass.IndexSchema.readSchema [dummycore] Schema 
name=test
   [junit4]   2> 72665 T382 oass.ByteField.init WARN ByteField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 72665 T382 oass.ShortField.init WARN ShortField is deprecated 
and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 72665 T382 oass.OpenExchangeRatesOrgProvider.init Initialized 
with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 72669 T382 oass.IndexSchema.readSchema default search field in 
schema is text
   [junit4]   2> 72671 T382 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 72679 T382 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 72682 T382 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 72684 T382 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 72685 T382 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 72685 T382 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 72685 T382 oass.OpenExchangeRatesOrgProvider.reload Reloading 
exchange rates from open-exchange-rates.json
   [junit4]   2> 72686 T382 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 72686 T382 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 72686 T382 oasc.CoreContainer.create Creating SolrCore 
'dummycore' using configuration from instancedir 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/
   [junit4]   2> 72686 T382 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 72686 T382 oasc.SolrCore.<init> [dummycore] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/data/
   [junit4]   2> 72687 T382 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@62e701bb
   [junit4]   2> 72687 T382 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/data
   [junit4]   2> 72688 T382 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/data/index/
   [junit4]   2> 72688 T382 oasc.SolrCore.initIndex WARN [dummycore] Solr index 
directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 72688 T382 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/data/index
   [junit4]   2> 72689 T382 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1849261902, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 72689 T382 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@a7cd90f
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1493cf13)),segFN=segments_1,generation=1}
   [junit4]   2> 72690 T382 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 72690 T382 oasc.SolrCore.initWriters created xml: 
solr.XMLResponseWriter
   [junit4]   2> 72693 T382 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 72693 T382 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 72693 T382 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 72693 T382 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 72694 T382 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 72694 T382 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 72694 T382 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 72694 T382 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> 72694 T382 oasup.UniqFieldsUpdateProcessorFactory.init 
Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 72695 T382 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 72695 T382 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 72695 T382 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 72695 T382 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 72695 T382 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 72695 T382 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 72696 T382 oasc.RequestHandlers.initHandlersFromConfig created 
/replication: solr.ReplicationHandler
   [junit4]   2> 72696 T382 oasc.RequestHandlers.initHandlersFromConfig created 
standard: solr.StandardRequestHandler
   [junit4]   2> 72696 T382 oasc.RequestHandlers.initHandlersFromConfig created 
/get: solr.RealTimeGetHandler
   [junit4]   2> 72696 T382 oasc.RequestHandlers.initHandlersFromConfig created 
dismax: solr.SearchHandler
   [junit4]   2> 72697 T382 oasc.RequestHandlers.initHandlersFromConfig created 
mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 72697 T382 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 72697 T382 oasc.RequestHandlers.initHandlersFromConfig created 
/admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 72697 T382 oasc.RequestHandlers.initHandlersFromConfig created 
defaults: solr.StandardRequestHandler
   [junit4]   2> 72697 T382 oasc.RequestHandlers.initHandlersFromConfig adding 
lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 72697 T382 oasc.RequestHandlers.initHandlersFromConfig created 
lazy: solr.StandardRequestHandler
   [junit4]   2> 72698 T382 oasc.RequestHandlers.initHandlersFromConfig created 
/update: solr.UpdateRequestHandler
   [junit4]   2> 72698 T382 oasc.RequestHandlers.initHandlersFromConfig created 
/terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72698 T382 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72698 T382 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72699 T382 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72699 T382 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72699 T382 oasc.RequestHandlers.initHandlersFromConfig created 
spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72699 T382 oasc.RequestHandlers.initHandlersFromConfig created 
mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72700 T382 oasc.RequestHandlers.initHandlersFromConfig created 
tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 72700 T382 oasc.RequestHandlers.initHandlersFromConfig created 
/mlt: solr.MoreLikeThisHandler
   [junit4]   2> 72704 T382 oasc.RequestHandlers.initHandlersFromConfig created 
/debug/dump: solr.DumpRequestHandler
   [junit4]   2> 72707 T382 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 72708 T382 oasc.SolrCore.initDeprecatedSupport WARN 
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config 
to use the ShowFileRequestHandler.
   [junit4]   2> 72709 T382 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 72709 T382 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 72710 T382 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 72710 T382 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@a7cd90f
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1493cf13)),segFN=segments_1,generation=1}
   [junit4]   2> 72711 T382 oasc.SolrDeletionPolicy.updateCommits newest commit 
generation = 1
   [junit4]   2> 72711 T382 oass.SolrIndexSearcher.<init> Opening 
Searcher@3e675bc[dummycore] main
   [junit4]   2> 72712 T382 oasr.RestManager.init Initializing RestManager with 
initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 72712 T382 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using InMemoryStorage
   [junit4]   2> 72712 T382 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 72712 T382 oasr.ManagedResource.notifyObserversDuringInit WARN 
No registered observers for /rest/managed
   [junit4]   2> 72712 T382 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 72713 T382 oashc.SpellCheckComponent.inform Initializing spell 
checkers
   [junit4]   2> 73495 T378 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 74495 T378 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 75496 T378 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 76496 T378 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 77497 T378 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 78498 T378 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 79498 T378 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 80499 T378 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 81499 T378 oasha.CoreAdminHandler.handleRequestActionStatus 
Checking request status for : 42
   [junit4]   2> 82501 T378 oas.SolrTestCaseJ4.tearDown ###Ending 
testCoreAdminRequestStatus
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CoreAdminRequestStatusTest -Dtests.method=testCoreAdminRequestStatus 
-Dtests.seed=4A0679C51A56A072 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sr_RS -Dtests.timezone=Etc/GMT+12 -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 10.2s 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([4A0679C51A56A072:6C1857C1A4C014C8]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminRequestStatusTest.testCoreAdminRequestStatus(CoreAdminRequestStatusTest.java:84)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 82520 T378 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 82521 T378 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1698961755
   [junit4]   2> 82521 T378 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5b60a7f1
   [junit4]   2> 82533 T378 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> 82533 T378 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 82534 T378 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 82534 T378 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 82535 T378 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 82535 T378 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 82535 T378 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001;done=false>>]
   [junit4]   2> 82536 T378 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001
   [junit4]   2> 82536 T378 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 82536 T378 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/init-core-data-001/index
   [junit4]   2> 82951 T382 oass.DirectSolrSpellChecker.init init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 82988 T383 oasc.SolrCore.registerSearcher [dummycore] 
Registered new searcher Searcher@3e675bc[dummycore] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 82991 T382 oasc.SolrCore.close [dummycore]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@55a654ff
   [junit4]   2> 83000 T382 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> 83000 T382 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 83000 T382 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 83000 T382 oasu.DefaultSolrCoreState.closeIndexWriter closing 
IndexWriter with IndexWriterCloser
   [junit4]   2> 83001 T382 oasc.SolrCore.closeSearcher [dummycore] Closing 
main searcher on request.
   [junit4]   2> 83001 T382 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 83001 T382 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/data/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/data/index;done=false>>]
   [junit4]   2> 83001 T382 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/data/index
   [junit4]   2> 83001 T382 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/data
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/data;done=false>>]
   [junit4]   2> 83002 T382 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001/tempDir-001/instProp/data
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build/solr-core/test/J0/./solr.handler.admin.CoreAdminRequestStatusTest-4A0679C51A56A072-001
   [junit4]   2> 11837 T377 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will 
linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 31897 T377 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 
thread leaked from SUITE scope at 
org.apache.solr.handler.admin.CoreAdminRequestStatusTest: 
   [junit4]   2>           1) Thread[id=382, 
name=parallelCoreAdminExecutor-220-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:745)
   [junit4]   2> 31898 T377 ccr.ThreadLeakControl.tryToInterruptAll Starting to 
interrupt leaked threads:
   [junit4]   2>           1) Thread[id=382, 
name=parallelCoreAdminExecutor-220-thread-1, state=WAITING, 
group=TGRP-CoreAdminRequestStatusTest]
   [junit4]   2> 34900 T377 ccr.ThreadLeakControl.tryToInterruptAll SEVERE 
There are still zombie threads that couldn't be terminated:
   [junit4]   2>           1) Thread[id=382, 
name=parallelCoreAdminExecutor-220-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:745)
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, 
sim=DefaultSimilarity, locale=sr_RS, timezone=Etc/GMT+12
   [junit4]   2> NOTE: Linux 3.8.0-38-generic amd64/Oracle Corporation 1.8.0_05 
(64-bit)/cpus=8,threads=2,free=53413016,total=212860928
   [junit4]   2> NOTE: All tests run in this JVM: [SynonymTokenizerTest, 
TestSolrQueryParser, HdfsSyncSliceTest, URLClassifyProcessorTest, 
TestSystemIdResolver, PolyFieldTest, OverseerStatusTest, 
TestRequestStatusCollectionAPI, TestSearchPerf, PeerSyncTest, 
ResponseLogComponentTest, TestSearcherReuse, CoreMergeIndexesAdminHandlerTest, 
CSVRequestHandlerTest, RegexBoostProcessorTest, TestCollationFieldDocValues, 
CoreAdminRequestStatusTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CoreAdminRequestStatusTest -Dtests.seed=4A0679C51A56A072 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_RS 
-Dtests.timezone=Etc/GMT+12 -Dtests.file.encoding=UTF-8
   [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=382, 
name=parallelCoreAdminExecutor-220-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:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4A0679C51A56A072]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=382, 
name=parallelCoreAdminExecutor-220-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:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4A0679C51A56A072]:0)
   [junit4] Completed on J0 in 34.93s, 1 test, 1 failure, 2 errors <<< FAILURES!

[...truncated 1070 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/build.xml:467: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/build.xml:447: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/build.xml:45: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/extra-targets.xml:37: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/build.xml:189: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/solr/common-build.xml:496: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/lucene/common-build.xml:1293: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.8-Linux/lucene/common-build.xml:919: 
There were test failures: 387 suites, 1619 tests, 2 suite-level errors, 1 
failure, 1154 ignored (11 assumptions)

Total time: 41 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.8.0_05 -XX:-UseCompressedOops 
-XX:+UseParallelGC
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