Is it still the case that you have to buy your own Windows op system
and create your own VM image to run Windows in a VM? There are no
developer packages?



On Sun, Sep 7, 2014 at 8:33 AM, Erick Erickson <[email protected]> wrote:
> Uwe Thanks!
>
> I spent yesterday wrapped up in "just one more tweak" on the faceting
> code, I was going to dig into this this morning.
>
> Do you have a good source of a Windows VM I can install? Clearly I'll
> gaffe like this without having a WIndows system to test. I'll poke
> around to see what I can find as well...
>
> Erick
>
> On Sun, Sep 7, 2014 at 4:24 AM, Uwe Schindler <[email protected]> wrote:
>> Hi,
>>
>> the reason for this ist hat on Windows you cannot make directories 
>> non-readable.
>>
>> Here again we see the bug with horrible File API: You donÄt get Exception, 
>> just a Boolean. And the test ignored the Boolean retrun value.
>>
>> Other file systems may be affected, too, so the correct way to handle this 
>> is:
>>
>>     assumeTrue("Cannot make " + toSet + " non-readable. Test aborted.", 
>> toSet.setReadable(false, false));
>>
>> If the setup of the test does not work (the dir cannot be made 
>> non-readable), abort the test with an assume.
>>
>> I committed this: http://svn.apache.org/r1622999
>>
>> Uwe
>>
>> -----
>> Uwe Schindler
>> H.-H.-Meier-Allee 63, D-28213 Bremen
>> http://www.thetaphi.de
>> eMail: [email protected]
>>
>>
>>> -----Original Message-----
>>> From: Uwe Schindler [mailto:[email protected]]
>>> Sent: Sunday, September 07, 2014 1:05 PM
>>> To: [email protected]
>>> Subject: RE: [JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.8.0_20) - Build #
>>> 4203 - Still Failing!
>>>
>>> Hi,
>>>
>>> This fails reproducible on Windows. Please fix!
>>>
>>> Uwe
>>>
>>> -----
>>> Uwe Schindler
>>> H.-H.-Meier-Allee 63, D-28213 Bremen
>>> http://www.thetaphi.de
>>> eMail: [email protected]
>>>
>>>
>>> > -----Original Message-----
>>> > From: Policeman Jenkins Server [mailto:[email protected]]
>>> > Sent: Sunday, September 07, 2014 7:12 AM
>>> > To: [email protected]
>>> > Subject: [JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.8.0_20) - Build #
>>> > 4203 - Still Failing!
>>> >
>>> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/4203/
>>> > Java: 64bit/jdk1.8.0_20 -XX:-UseCompressedOops -XX:+UseG1GC
>>> >
>>> > 1 tests failed.
>>> > FAILED:  org.apache.solr.core.TestCoreDiscovery.testCoreDirCantRead
>>> >
>>> > Error Message:
>>> >
>>> >
>>> > Stack Trace:
>>> > java.lang.AssertionError
>>> >     at
>>> >
>>> __randomizedtesting.SeedInfo.seed([9E242361AAB65443:E360F737D5319A3
>>> > 1]:0)
>>> >     at org.junit.Assert.fail(Assert.java:92)
>>> >     at org.junit.Assert.assertTrue(Assert.java:43)
>>> >     at org.junit.Assert.assertNull(Assert.java:551)
>>> >     at org.junit.Assert.assertNull(Assert.java:562)
>>> >     at
>>> >
>>> org.apache.solr.core.TestCoreDiscovery.testCoreDirCantRead(TestCoreDisco
>>> > very.java:248)
>>> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> >     at
>>> >
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>>> > ava:62)
>>> >     at
>>> >
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>> > sorImpl.java:43)
>>> >     at java.lang.reflect.Method.invoke(Method.java:483)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>>> > dRunner.java:1618)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>>> > mizedRunner.java:827)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>>> > mizedRunner.java:863)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>>> > mizedRunner.java:877)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> > evaluate(SystemPropertiesRestoreRule.java:53)
>>> >     at
>>> >
>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>>> > SetupTeardownChained.java:50)
>>> >     at
>>> >
>>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
>>> > cheSanity.java:51)
>>> >     at
>>> >
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> > fterRule.java:46)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>>> > .evaluate(SystemPropertiesInvariantRule.java:55)
>>> >     at
>>> >
>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>>> > readAndTestName.java:49)
>>> >     at
>>> >
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> > IgnoreAfterMaxFailures.java:65)
>>> >     at
>>> >
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> > .java:48)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> > ementAdapter.java:36)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> > run(ThreadLeakControl.java:365)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>>> > (ThreadLeakControl.java:798)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>>> > eakControl.java:458)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>>> > domizedRunner.java:836)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
>>> > mizedRunner.java:738)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
>>> > mizedRunner.java:772)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>>> > mizedRunner.java:783)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> > ementAdapter.java:36)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>>> > evaluate(SystemPropertiesRestoreRule.java:53)
>>> >     at
>>> >
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>>> > fterRule.java:46)
>>> >     at
>>> >
>>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>>> > assName.java:42)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>>> > .evaluate(SystemPropertiesInvariantRule.java:55)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>>> > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> > ementAdapter.java:36)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> > ementAdapter.java:36)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> > ementAdapter.java:36)
>>> >     at
>>> >
>>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>>> > ertionsRequired.java:43)
>>> >     at
>>> >
>>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>>> > .java:48)
>>> >     at
>>> >
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>>> > IgnoreAfterMaxFailures.java:65)
>>> >     at
>>> >
>>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>>> > TestSuites.java:55)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>>> > ementAdapter.java:36)
>>> >     at
>>> >
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>>> > run(ThreadLeakControl.java:365)
>>> >     at java.lang.Thread.run(Thread.java:745)
>>> >
>>> >
>>> >
>>> >
>>> > Build Log:
>>> > [...truncated 10916 lines...]
>>> >    [junit4] Suite: org.apache.solr.core.TestCoreDiscovery
>>> >    [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\init-core-data-001
>>> >    [junit4]   2> 1071137 T3126 oas.SolrTestCaseJ4.buildSSLConfig 
>>> > Randomized
>>> > ssl (true) and clientAuth (false)
>>> >    [junit4]   2> 1071137 T3126 oas.SolrTestCaseJ4.initCore ####initCore
>>> >    [junit4]   2> 1071137 T3126 oas.SolrTestCaseJ4.initCore ####initCore 
>>> > end
>>> >    [junit4]   2> 1071143 T3126 oas.SolrTestCaseJ4.setUp ###Starting
>>> > testAlternateCoreDir
>>> >    [junit4]   2> 1071181 T3126 oasc.SolrResourceLoader.locateSolrHome JNDI
>>> > not configured for solr (NoInitialContextEx)
>>> >    [junit4]   2> 1071181 T3126 oasc.SolrResourceLoader.locateSolrHome
>>> using
>>> > system property solr.solr.home:
>>> C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-001
>>> >    [junit4]   2> 1071181 T3126 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory:
>>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-001\'
>>> >    [junit4]   2> 1071229 T3126 oasc.ConfigSolr.fromFile Loading container
>>> > configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-001\solr.xml
>>> >    [junit4]   2> 1071245 T3126 oasc.CorePropertiesLocator.<init> Config-
>>> > defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-002
>>> >    [junit4]   2> 1071246 T3126 oasc.CoreContainer.<init> New CoreContainer
>>> > 250226656
>>> >    [junit4]   2> 1071247 T3126 oasc.CoreContainer.load Loading cores into
>>> > CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-001\]
>>> >    [junit4]   2> 1071249 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting socketTimeout to: 0
>>> >    [junit4]   2> 1071249 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting urlScheme to: null
>>> >    [junit4]   2> 1071249 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting connTimeout to: 0
>>> >    [junit4]   2> 1071249 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maxConnectionsPerHost to: 20
>>> >    [junit4]   2> 1071249 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting corePoolSize to: 0
>>> >    [junit4]   2> 1071249 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maximumPoolSize to: 2147483647
>>> >    [junit4]   2> 1071249 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maxThreadIdleTime to: 5
>>> >    [junit4]   2> 1071249 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting sizeOfQueue to: -1
>>> >    [junit4]   2> 1071249 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting fairnessPolicy to: false
>>> >    [junit4]   2> 1071281 T3126 oasu.UpdateShardHandler.<init> Creating
>>> > UpdateShardHandler HTTP client with params:
>>> > socketTimeout=0&connTimeout=0&retry=false
>>> >    [junit4]   2> 1071285 T3126 oasc.SolrCores.allocateLazyCores Allocating
>>> > transient cache for 2 transient cores
>>> >    [junit4]   2> 1071285 T3126 oasl.LogWatcher.createWatcher SLF4J impl is
>>> > org.slf4j.impl.Log4jLoggerFactory
>>> >    [junit4]   2> 1071285 T3126 oasl.LogWatcher.newRegisteredLogWatcher
>>> > Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>> >    [junit4]   2> 1071285 T3126 oasc.CoreContainer.load Host Name:
>>> > 222.333.444.555
>>> >    [junit4]   2> 1071288 T3126 oasc.CorePropertiesLocator.discover Looking
>>> for
>>> > core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-002
>>> >    [junit4]   2> 1071292 T3126 oasc.CorePropertiesLocator.discoverUnder
>>> > Found core core1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\
>>> >    [junit4]   2> 1071292 T3126 oasc.CorePropertiesLocator.discoverUnder
>>> > Found core core2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\
>>> >    [junit4]   2> 1071292 T3126 oasc.CorePropertiesLocator.discover Found 2
>>> > core definitions
>>> >    [junit4]   2> 1071295 T3127 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory:
>>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\'
>>> >    [junit4]   2> 1071325 T3127 oasc.SolrConfig.<init> Using Lucene
>>> > MatchVersion: 4.11.0
>>> >    [junit4]   2> 1071335 T3127 oasc.SolrConfig.<init> Loaded SolrConfig:
>>> > solrconfig-minimal.xml
>>> >    [junit4]   2> 1071335 T3127 oass.IndexSchema.readSchema Reading Solr
>>> > Schema from schema-tiny.xml
>>> >    [junit4]   2> 1071340 T3127 oass.IndexSchema.readSchema [core1]
>>> Schema
>>> > name=tiny
>>> >    [junit4]   2> 1071344 T3127 oass.IndexSchema.readSchema unique key
>>> field:
>>> > id
>>> >    [junit4]   2> 1071344 T3127 oasc.CoreContainer.create Creating SolrCore
>>> > 'core1' using configuration from instancedir
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-002\core1\
>>> >    [junit4]   2> 1071344 T3127 oasc.SolrCore.initDirectoryFactory
>>> > org.apache.solr.core.MockDirectoryFactory
>>> >    [junit4]   2> 1071348 T3127 oasc.SolrCore.<init> [core1] Opening new
>>> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\,
>>> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\core1\
>>> >    [junit4]   2> 1071348 T3127 oasc.SolrCore.<init> JMX monitoring not
>>> > detected for core: core1
>>> >    [junit4]   2> 1071348 T3127 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\core1\
>>> >    [junit4]   2> 1071348 T3127 oasc.SolrCore.getNewIndexDir New index
>>> > directory detected: old=null
>>> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\core1\index/
>>> >    [junit4]   2> 1071348 T3127 oasc.SolrCore.initIndex WARN [core1] Solr
>>> index
>>> > directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\core1\index' doesn't exist.
>>> > Creating new index...
>>> >    [junit4]   2> 1071349 T3127 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\core1\index
>>> >    [junit4]   2> 1071349 T3127 oasu.RandomMergePolicy.<init>
>>> > RandomMergePolicy wrapping class
>>> > org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>>> > maxMergeAtOnce=15, maxMergeAtOnceExplicit=48,
>>> > maxMergedSegmentMB=96.7392578125, floorSegmentMB=2.1220703125,
>>> > forceMergeDeletesPctAllowed=23.943357644860995,
>>> segmentsPerTier=35.0,
>>> > maxCFSSegmentSizeMB=8.796093022207999E12,
>>> > noCFSRatio=0.49285828236622564
>>> >    [junit4]   2> 1071349 T3127 oasc.SolrDeletionPolicy.onCommit
>>> > SolrDeletionPolicy.onCommit: commits: num=1
>>> >    [junit4]   2>
>>> >     commit{dir=MockDirectoryWrapper(RAMDirectory@2eb3972a
>>> >
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6357f930),
>>> > segFN=segments_1,generation=1}
>>> >    [junit4]   2> 1071349 T3127 oasc.SolrDeletionPolicy.updateCommits
>>> newest
>>> > commit generation = 1
>>> >    [junit4]   2> 1071352 T3127 oasc.SolrCore.loadUpdateProcessorChains no
>>> > updateRequestProcessorChain defined as default, creating implicit default
>>> >    [junit4]   2> 1071353 T3127 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071353 T3127 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071353 T3127 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071354 T3127 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json/docs:
>>> org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071354 T3127 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /select: solr.SearchHandler
>>> >    [junit4]   2> 1071354 T3127 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /admin/: org.apache.solr.handler.admin.AdminHandlers
>>> >    [junit4]   2> 1071355 T3127 oasc.RequestHandlers.initHandlersFromConfig
>>> > WARN Multiple requestHandler registered to the same name: /update
>>> > ignoring: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071355 T3127 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: solr.UpdateRequestHandler
>>> >    [junit4]   2> 1071364 T3127 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071364 T3127 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071365 T3127 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071367 T3127 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071368 T3127 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071371 T3127 oasu.CommitTracker.<init> Hard AutoCommit:
>>> > disabled
>>> >    [junit4]   2> 1071371 T3127 oasu.CommitTracker.<init> Soft AutoCommit:
>>> > disabled
>>> >    [junit4]   2> 1071372 T3127 oasu.RandomMergePolicy.<init>
>>> > RandomMergePolicy wrapping class
>>> > org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>>> > maxMergeAtOnce=49, maxMergeAtOnceExplicit=12,
>>> > maxMergedSegmentMB=21.150390625, floorSegmentMB=1.638671875,
>>> > forceMergeDeletesPctAllowed=9.741329131003905,
>>> segmentsPerTier=26.0,
>>> > maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
>>> >    [junit4]   2> 1071372 T3127 oasc.SolrDeletionPolicy.onInit
>>> > SolrDeletionPolicy.onInit: commits: num=1
>>> >    [junit4]   2>
>>> >     commit{dir=MockDirectoryWrapper(RAMDirectory@2eb3972a
>>> >
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6357f930),
>>> > segFN=segments_1,generation=1}
>>> >    [junit4]   2> 1071373 T3127 oasc.SolrDeletionPolicy.updateCommits
>>> newest
>>> > commit generation = 1
>>> >    [junit4]   2> 1071373 T3127 oass.SolrIndexSearcher.<init> Opening
>>> > Searcher@6f93c919[core1] main
>>> >    [junit4]   2> 1071374 T3127
>>> > oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage
>>> > initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\conf
>>> >    [junit4]   2> 1071374 T3127 oasr.RestManager.init Initializing 
>>> > RestManager
>>> > with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-002\core1\conf}
>>> >    [junit4]   2> 1071374 T3127 oasr.ManagedResourceStorage.load Reading
>>> > _rest_managed.json using
>>> > file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\conf
>>> >    [junit4]   2> 1071377 T3127 oasr.ManagedResource.reloadFromStorage
>>> > WARN No stored data found for /rest/managed
>>> >    [junit4]   2> 1071378 T3127
>>> > oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to
>>> > path _rest_managed.json using
>>> > file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\conf
>>> >    [junit4]   2> 1071379 T3127 oasr.RestManager.init Initializing 0 
>>> > registered
>>> > ManagedResources
>>> >    [junit4]   2> 1071380 T3127 oasc.CoreContainer.registerCore registering
>>> > core: core1
>>> >    [junit4]   2> 1071380 T3128 oasc.SolrCore.registerSearcher [core1]
>>> > Registered new searcher Searcher@6f93c919[core1]
>>> > main{StandardDirectoryReader(segments_1:1:nrt)}
>>> >    [junit4]   2> 1071382 T3126 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory:
>>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\'
>>> >    [junit4]   2> 1071413 T3126 oasc.SolrConfig.<init> Using Lucene
>>> > MatchVersion: 4.11.0
>>> >    [junit4]   2> 1071419 T3126 oasc.SolrConfig.<init> Loaded SolrConfig:
>>> > solrconfig-minimal.xml
>>> >    [junit4]   2> 1071419 T3126 oass.IndexSchema.readSchema Reading Solr
>>> > Schema from schema-tiny.xml
>>> >    [junit4]   2> 1071425 T3126 oass.IndexSchema.readSchema [core2]
>>> Schema
>>> > name=tiny
>>> >    [junit4]   2> 1071430 T3126 oass.IndexSchema.readSchema unique key
>>> field:
>>> > id
>>> >    [junit4]   2> 1071430 T3126 oasc.CoreContainer.create Creating SolrCore
>>> > 'core2' using configuration from instancedir
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-002\core2\
>>> >    [junit4]   2> 1071430 T3126 oasc.SolrCore.initDirectoryFactory
>>> > org.apache.solr.core.MockDirectoryFactory
>>> >    [junit4]   2> 1071432 T3126 oasc.SolrCore.<init> [core2] Opening new
>>> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\,
>>> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\core2\
>>> >    [junit4]   2> 1071432 T3126 oasc.SolrCore.<init> JMX monitoring not
>>> > detected for core: core2
>>> >    [junit4]   2> 1071433 T3126 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\core2\
>>> >    [junit4]   2> 1071433 T3126 oasc.SolrCore.getNewIndexDir New index
>>> > directory detected: old=null
>>> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\core2\index/
>>> >    [junit4]   2> 1071433 T3126 oasc.SolrCore.initIndex WARN [core2] Solr
>>> index
>>> > directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\core2\index' doesn't exist.
>>> > Creating new index...
>>> >    [junit4]   2> 1071434 T3126 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\core2\index
>>> >    [junit4]   2> 1071436 T3126 oasu.RandomMergePolicy.<init>
>>> > RandomMergePolicy wrapping class
>>> > org.apache.lucene.index.LogByteSizeMergePolicy:
>>> [LogByteSizeMergePolicy:
>>> > minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
>>> > maxMergeSizeForForcedMerge=9223372036854775807,
>>> > calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
>>> > maxCFSSegmentSizeMB=8.796093022207999E12,
>>> > noCFSRatio=0.10074764265386094]
>>> >    [junit4]   2> 1071436 T3126 oasc.SolrDeletionPolicy.onCommit
>>> > SolrDeletionPolicy.onCommit: commits: num=1
>>> >    [junit4]   2>
>>> >     commit{dir=MockDirectoryWrapper(RAMDirectory@6dcc5397
>>> >
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@525de2f2),
>>> > segFN=segments_1,generation=1}
>>> >    [junit4]   2> 1071436 T3126 oasc.SolrDeletionPolicy.updateCommits
>>> newest
>>> > commit generation = 1
>>> >    [junit4]   2> 1071437 T3126 oasc.SolrCore.loadUpdateProcessorChains no
>>> > updateRequestProcessorChain defined as default, creating implicit default
>>> >    [junit4]   2> 1071438 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071438 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071438 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071439 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json/docs:
>>> org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071439 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /select: solr.SearchHandler
>>> >    [junit4]   2> 1071440 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /admin/: org.apache.solr.handler.admin.AdminHandlers
>>> >    [junit4]   2> 1071440 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > WARN Multiple requestHandler registered to the same name: /update
>>> > ignoring: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071440 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: solr.UpdateRequestHandler
>>> >    [junit4]   2> 1071442 T3126 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071444 T3126 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071445 T3126 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071448 T3126 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071449 T3126 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071451 T3126 oasu.CommitTracker.<init> Hard AutoCommit:
>>> > disabled
>>> >    [junit4]   2> 1071451 T3126 oasu.CommitTracker.<init> Soft AutoCommit:
>>> > disabled
>>> >    [junit4]   2> 1071451 T3126 oasu.RandomMergePolicy.<init>
>>> > RandomMergePolicy wrapping class
>>> > org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
>>> > minMergeSize=0, mergeFactor=10, maxMergeSize=639949341,
>>> > maxMergeSizeForForcedMerge=9223372036854775807,
>>> > calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
>>> > maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
>>> >    [junit4]   2> 1071452 T3126 oasc.SolrDeletionPolicy.onInit
>>> > SolrDeletionPolicy.onInit: commits: num=1
>>> >    [junit4]   2>
>>> >     commit{dir=MockDirectoryWrapper(RAMDirectory@6dcc5397
>>> >
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@525de2f2),
>>> > segFN=segments_1,generation=1}
>>> >    [junit4]   2> 1071452 T3126 oasc.SolrDeletionPolicy.updateCommits
>>> newest
>>> > commit generation = 1
>>> >    [junit4]   2> 1071454 T3126 oass.SolrIndexSearcher.<init> Opening
>>> > Searcher@3f904939[core2] main
>>> >    [junit4]   2> 1071454 T3126
>>> > oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage
>>> > initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\conf
>>> >    [junit4]   2> 1071454 T3126 oasr.RestManager.init Initializing 
>>> > RestManager
>>> > with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-002\core2\conf}
>>> >    [junit4]   2> 1071454 T3126 oasr.ManagedResourceStorage.load Reading
>>> > _rest_managed.json using
>>> > file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\conf
>>> >    [junit4]   2> 1071457 T3126 oasr.ManagedResource.reloadFromStorage
>>> > WARN No stored data found for /rest/managed
>>> >    [junit4]   2> 1071457 T3126
>>> > oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to
>>> > path _rest_managed.json using
>>> > file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\conf
>>> >    [junit4]   2> 1071457 T3126 oasr.RestManager.init Initializing 0 
>>> > registered
>>> > ManagedResources
>>> >    [junit4]   2> 1071460 T3126 oasc.CoreContainer.registerCore registering
>>> > core: core2
>>> >    [junit4]   2> 1071460 T3130 oasc.SolrCore.registerSearcher [core2]
>>> > Registered new searcher Searcher@3f904939[core2]
>>> > main{StandardDirectoryReader(segments_1:1:nrt)}
>>> >    [junit4]   2> 1071461 T3126 oasc.CoreContainer.shutdown Shutting down
>>> > CoreContainer instance=250226656
>>> >    [junit4]   2> 1071461 T3126 oasc.SolrCore.close [core1]  CLOSING 
>>> > SolrCore
>>> > org.apache.solr.core.SolrCore@40ac0d73
>>> >    [junit4]   2> 1071462 T3126 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,cum
>>> >
>>> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>>> >    [junit4]   2> 1071462 T3126 oasu.SolrCoreState.decrefSolrCoreState
>>> Closing
>>> > SolrCoreState
>>> >    [junit4]   2> 1071462 T3126 oasu.DefaultSolrCoreState.closeIndexWriter
>>> > SolrCoreState ref count has reached 0 - closing IndexWriter
>>> >    [junit4]   2> 1071462 T3126 oasu.DefaultSolrCoreState.closeIndexWriter
>>> > closing IndexWriter with IndexWriterCloser
>>> >    [junit4]   2> 1071463 T3126 oasc.SolrCore.closeSearcher [core1] Closing
>>> main
>>> > searcher on request.
>>> >    [junit4]   2> 1071463 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > MockDirectoryFactory - 2 directories currently being tracked
>>> >    [junit4]   2> 1071463 T3126 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\core1\index
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-002\core1\core1\index;done=false>>]
>>> >    [junit4]   2> 1071464 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\core1\index
>>> >    [junit4]   2> 1071464 T3126 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\core1\
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-002\core1\core1\;done=false>>]
>>> >    [junit4]   2> 1071464 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core1\core1\
>>> >    [junit4]   2> 1071464 T3126 oasc.SolrCore.close [core2]  CLOSING 
>>> > SolrCore
>>> > org.apache.solr.core.SolrCore@c3c3717
>>> >    [junit4]   2> 1071464 T3126 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,cum
>>> >
>>> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>>> >    [junit4]   2> 1071464 T3126 oasu.SolrCoreState.decrefSolrCoreState
>>> Closing
>>> > SolrCoreState
>>> >    [junit4]   2> 1071464 T3126 oasu.DefaultSolrCoreState.closeIndexWriter
>>> > SolrCoreState ref count has reached 0 - closing IndexWriter
>>> >    [junit4]   2> 1071464 T3126 oasu.DefaultSolrCoreState.closeIndexWriter
>>> > closing IndexWriter with IndexWriterCloser
>>> >    [junit4]   2> 1071468 T3126 oasc.SolrCore.closeSearcher [core2] Closing
>>> main
>>> > searcher on request.
>>> >    [junit4]   2> 1071468 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > MockDirectoryFactory - 2 directories currently being tracked
>>> >    [junit4]   2> 1071468 T3126 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\core2\
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-002\core2\core2\;done=false>>]
>>> >    [junit4]   2> 1071468 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\core2\
>>> >    [junit4]   2> 1071468 T3126 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\core2\index
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-002\core2\core2\index;done=false>>]
>>> >    [junit4]   2> 1071468 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-002\core2\core2\index
>>> >    [junit4]   2> 1071468 T3126 oas.SolrTestCaseJ4.tearDown ###Ending
>>> > testAlternateCoreDir
>>> >    [junit4]   2> 1071476 T3126 oas.SolrTestCaseJ4.setUp ###Starting
>>> > testSolrHomeNotReadable
>>> >    [junit4]   2> 1071491 T3126 oasc.SolrResourceLoader.locateSolrHome JNDI
>>> > not configured for solr (NoInitialContextEx)
>>> >    [junit4]   2> 1071491 T3126 oasc.SolrResourceLoader.locateSolrHome
>>> using
>>> > system property solr.solr.home:
>>> C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-003
>>> >    [junit4]   2> 1071491 T3126 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory:
>>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\'
>>> >    [junit4]   2> 1071524 T3126 oasc.ConfigSolr.fromFile Loading container
>>> > configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\solr.xml
>>> >    [junit4]   2> 1071535 T3126 oasc.CorePropertiesLocator.<init> Config-
>>> > defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-003
>>> >    [junit4]   2> 1071536 T3126 oasc.CoreContainer.<init> New CoreContainer
>>> > 674796665
>>> >    [junit4]   2> 1071538 T3126 oasc.CoreContainer.load Loading cores into
>>> > CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-003\]
>>> >    [junit4]   2> 1071538 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting socketTimeout to: 0
>>> >    [junit4]   2> 1071539 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting urlScheme to: null
>>> >    [junit4]   2> 1071539 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting connTimeout to: 0
>>> >    [junit4]   2> 1071540 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maxConnectionsPerHost to: 20
>>> >    [junit4]   2> 1071540 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting corePoolSize to: 0
>>> >    [junit4]   2> 1071540 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maximumPoolSize to: 2147483647
>>> >    [junit4]   2> 1071541 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maxThreadIdleTime to: 5
>>> >    [junit4]   2> 1071541 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting sizeOfQueue to: -1
>>> >    [junit4]   2> 1071541 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting fairnessPolicy to: false
>>> >    [junit4]   2> 1071548 T3126 oasu.UpdateShardHandler.<init> Creating
>>> > UpdateShardHandler HTTP client with params:
>>> > socketTimeout=0&connTimeout=0&retry=false
>>> >    [junit4]   2> 1071553 T3126 oasc.SolrCores.allocateLazyCores Allocating
>>> > transient cache for 2 transient cores
>>> >    [junit4]   2> 1071554 T3126 oasl.LogWatcher.createWatcher SLF4J impl is
>>> > org.slf4j.impl.Log4jLoggerFactory
>>> >    [junit4]   2> 1071554 T3126 oasl.LogWatcher.newRegisteredLogWatcher
>>> > Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>> >    [junit4]   2> 1071554 T3126 oasc.CoreContainer.load Host Name:
>>> > 222.333.444.555
>>> >    [junit4]   2> 1071556 T3126 oasc.CorePropertiesLocator.discover Looking
>>> for
>>> > core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-003
>>> >    [junit4]   2> 1071559 T3126 oasc.CorePropertiesLocator.discoverUnder
>>> > Found core core1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\
>>> >    [junit4]   2> 1071559 T3126 oasc.CorePropertiesLocator.discover Found 1
>>> > core definitions
>>> >    [junit4]   2> 1071562 T3132 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory:
>>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\'
>>> >    [junit4]   2> 1071607 T3132 oasc.SolrConfig.<init> Using Lucene
>>> > MatchVersion: 4.11.0
>>> >    [junit4]   2> 1071619 T3132 oasc.SolrConfig.<init> Loaded SolrConfig:
>>> > solrconfig-minimal.xml
>>> >    [junit4]   2> 1071619 T3132 oass.IndexSchema.readSchema Reading Solr
>>> > Schema from schema-tiny.xml
>>> >    [junit4]   2> 1071626 T3132 oass.IndexSchema.readSchema [core1]
>>> Schema
>>> > name=tiny
>>> >    [junit4]   2> 1071631 T3132 oass.IndexSchema.readSchema unique key
>>> field:
>>> > id
>>> >    [junit4]   2> 1071632 T3132 oasc.CoreContainer.create Creating SolrCore
>>> > 'core1' using configuration from instancedir
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-003\core1\
>>> >    [junit4]   2> 1071632 T3132 oasc.SolrCore.initDirectoryFactory
>>> > org.apache.solr.core.MockDirectoryFactory
>>> >    [junit4]   2> 1071634 T3132 oasc.SolrCore.<init> [core1] Opening new
>>> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\,
>>> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\stuffandnonsense\
>>> >    [junit4]   2> 1071634 T3132 oasc.SolrCore.<init> JMX monitoring not
>>> > detected for core: core1
>>> >    [junit4]   2> 1071634 T3132 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\stuffandnonsense\
>>> >    [junit4]   2> 1071635 T3132 oasc.SolrCore.getNewIndexDir New index
>>> > directory detected: old=null
>>> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\stuffandnonsense\index/
>>> >    [junit4]   2> 1071635 T3132 oasc.SolrCore.initIndex WARN [core1] Solr
>>> index
>>> > directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\stuffandnonsense\index'
>>> > doesn't exist. Creating new index...
>>> >    [junit4]   2> 1071636 T3132 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\stuffandnonsense\index
>>> >    [junit4]   2> 1071636 T3132 oasu.RandomMergePolicy.<init>
>>> > RandomMergePolicy wrapping class
>>> > org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>>> > maxMergeAtOnce=15, maxMergeAtOnceExplicit=48,
>>> > maxMergedSegmentMB=96.7392578125, floorSegmentMB=2.1220703125,
>>> > forceMergeDeletesPctAllowed=23.943357644860995,
>>> segmentsPerTier=35.0,
>>> > maxCFSSegmentSizeMB=8.796093022207999E12,
>>> > noCFSRatio=0.49285828236622564
>>> >    [junit4]   2> 1071638 T3132 oasc.SolrDeletionPolicy.onCommit
>>> > SolrDeletionPolicy.onCommit: commits: num=1
>>> >    [junit4]   2>
>>> >     commit{dir=MockDirectoryWrapper(RAMDirectory@1d25508
>>> >
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@63974ad2),
>>> > segFN=segments_1,generation=1}
>>> >    [junit4]   2> 1071638 T3132 oasc.SolrDeletionPolicy.updateCommits
>>> newest
>>> > commit generation = 1
>>> >    [junit4]   2> 1071641 T3132 oasc.SolrCore.loadUpdateProcessorChains no
>>> > updateRequestProcessorChain defined as default, creating implicit default
>>> >    [junit4]   2> 1071641 T3132 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071641 T3132 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071642 T3132 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071642 T3132 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json/docs:
>>> org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071642 T3132 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /select: solr.SearchHandler
>>> >    [junit4]   2> 1071643 T3132 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /admin/: org.apache.solr.handler.admin.AdminHandlers
>>> >    [junit4]   2> 1071643 T3132 oasc.RequestHandlers.initHandlersFromConfig
>>> > WARN Multiple requestHandler registered to the same name: /update
>>> > ignoring: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1071643 T3132 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: solr.UpdateRequestHandler
>>> >    [junit4]   2> 1071646 T3132 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071648 T3132 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071652 T3132 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071654 T3132 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071656 T3132 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1071658 T3132 oasu.CommitTracker.<init> Hard AutoCommit:
>>> > disabled
>>> >    [junit4]   2> 1071658 T3132 oasu.CommitTracker.<init> Soft AutoCommit:
>>> > disabled
>>> >    [junit4]   2> 1071659 T3132 oasu.RandomMergePolicy.<init>
>>> > RandomMergePolicy wrapping class
>>> > org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>>> > maxMergeAtOnce=49, maxMergeAtOnceExplicit=12,
>>> > maxMergedSegmentMB=21.150390625, floorSegmentMB=1.638671875,
>>> > forceMergeDeletesPctAllowed=9.741329131003905,
>>> segmentsPerTier=26.0,
>>> > maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
>>> >    [junit4]   2> 1071659 T3132 oasc.SolrDeletionPolicy.onInit
>>> > SolrDeletionPolicy.onInit: commits: num=1
>>> >    [junit4]   2>
>>> >     commit{dir=MockDirectoryWrapper(RAMDirectory@1d25508
>>> >
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@63974ad2),
>>> > segFN=segments_1,generation=1}
>>> >    [junit4]   2> 1071660 T3132 oasc.SolrDeletionPolicy.updateCommits
>>> newest
>>> > commit generation = 1
>>> >    [junit4]   2> 1071660 T3132 oass.SolrIndexSearcher.<init> Opening
>>> > Searcher@5d7638f5[core1] main
>>> >    [junit4]   2> 1071661 T3132
>>> > oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage
>>> > initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\conf
>>> >    [junit4]   2> 1071661 T3132 oasr.RestManager.init Initializing 
>>> > RestManager
>>> > with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-003\core1\conf}
>>> >    [junit4]   2> 1071661 T3132 oasr.ManagedResourceStorage.load Reading
>>> > _rest_managed.json using
>>> > file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\conf
>>> >    [junit4]   2> 1071665 T3132 oasr.ManagedResource.reloadFromStorage
>>> > WARN No stored data found for /rest/managed
>>> >    [junit4]   2> 1071666 T3132
>>> > oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to
>>> > path _rest_managed.json using
>>> > file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\conf
>>> >    [junit4]   2> 1071667 T3132 oasr.RestManager.init Initializing 0 
>>> > registered
>>> > ManagedResources
>>> >    [junit4]   2> 1071670 T3132 oasc.CoreContainer.registerCore registering
>>> > core: core1
>>> >    [junit4]   2> 1071670 T3133 oasc.SolrCore.registerSearcher [core1]
>>> > Registered new searcher Searcher@5d7638f5[core1]
>>> > main{StandardDirectoryReader(segments_1:1:nrt)}
>>> >    [junit4]   2> 1071671 T3126 oasc.CoreContainer.shutdown Shutting down
>>> > CoreContainer instance=674796665
>>> >    [junit4]   2> 1071672 T3126 oasc.SolrCore.close [core1]  CLOSING 
>>> > SolrCore
>>> > org.apache.solr.core.SolrCore@4d3d953f
>>> >    [junit4]   2> 1071673 T3126 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,cum
>>> >
>>> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>>> >    [junit4]   2> 1071673 T3126 oasu.SolrCoreState.decrefSolrCoreState
>>> Closing
>>> > SolrCoreState
>>> >    [junit4]   2> 1071673 T3126 oasu.DefaultSolrCoreState.closeIndexWriter
>>> > SolrCoreState ref count has reached 0 - closing IndexWriter
>>> >    [junit4]   2> 1071674 T3126 oasu.DefaultSolrCoreState.closeIndexWriter
>>> > closing IndexWriter with IndexWriterCloser
>>> >    [junit4]   2> 1071674 T3126 oasc.SolrCore.closeSearcher [core1] Closing
>>> main
>>> > searcher on request.
>>> >    [junit4]   2> 1071676 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > MockDirectoryFactory - 2 directories currently being tracked
>>> >    [junit4]   2> 1071676 T3126 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\stuffandnonsense\
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-003\core1\stuffandnonsense\;done=false>>]
>>> >    [junit4]   2> 1071677 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\stuffandnonsense\
>>> >    [junit4]   2> 1071677 T3126 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\stuffandnonsense\index
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-003\core1\stuffandnonsense\index;done=false>>]
>>> >    [junit4]   2> 1071678 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-003\core1\stuffandnonsense\index
>>> >    [junit4]   2> 1071678 T3126 oas.SolrTestCaseJ4.tearDown ###Ending
>>> > testSolrHomeNotReadable
>>> >    [junit4]   2> 1071689 T3126 oas.SolrTestCaseJ4.setUp ###Starting
>>> > testSolrHomeDoesntExist
>>> >    [junit4]   2> 1071690 T3126 oasc.SolrResourceLoader.locateSolrHome JNDI
>>> > not configured for solr (NoInitialContextEx)
>>> >    [junit4]   2> 1071690 T3126 oasc.SolrResourceLoader.locateSolrHome solr
>>> > home defaulted to 'solr/' (could not find system property or JNDI)
>>> >    [junit4]   2> 1071690 T3126 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory: 'solr/'
>>> >    [junit4]   2> 1071713 T3126 oasc.ConfigSolr.fromFile Loading container
>>> > configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-core\test\J0\solr\solr.xml
>>> >    [junit4]   2> 1071714 T3126 oasc.ConfigSolr.fromFile
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> Windows\solr\build\solr-
>>> > core\test\J0\solr\solr.xml does not exist, using default configuration
>>> >    [junit4]   2> 1071721 T3126 oasc.CoreContainer.<init> New CoreContainer
>>> > 1580844528
>>> >    [junit4]   2> 1071721 T3126 oasc.CoreContainer.load Loading cores into
>>> > CoreContainer [instanceDir=solr/]
>>> >    [junit4]   2> 1071725 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting socketTimeout to: 0
>>> >    [junit4]   2> 1071725 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting urlScheme to: null
>>> >    [junit4]   2> 1071725 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting connTimeout to: 0
>>> >    [junit4]   2> 1071725 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maxConnectionsPerHost to: 20
>>> >    [junit4]   2> 1071725 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting corePoolSize to: 0
>>> >    [junit4]   2> 1071725 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maximumPoolSize to: 2147483647
>>> >    [junit4]   2> 1071725 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maxThreadIdleTime to: 5
>>> >    [junit4]   2> 1071725 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting sizeOfQueue to: -1
>>> >    [junit4]   2> 1071725 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting fairnessPolicy to: false
>>> >    [junit4]   2> 1071729 T3126 oasu.UpdateShardHandler.<init> Creating
>>> > UpdateShardHandler HTTP client with params:
>>> > socketTimeout=0&connTimeout=0&retry=false
>>> >    [junit4]   2> 1071733 T3126 oasl.LogWatcher.createWatcher SLF4J impl is
>>> > org.slf4j.impl.Log4jLoggerFactory
>>> >    [junit4]   2> 1071733 T3126 oasl.LogWatcher.newRegisteredLogWatcher
>>> > Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>> >    [junit4]   2> 1071733 T3126 oasc.CoreContainer.load Host Name:
>>> >    [junit4]   2> 1071738 T3135 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory: 'solr/collection1\'
>>> >    [junit4]   2> 1071792 T3135 oasc.SolrConfig.<init> Using Lucene
>>> > MatchVersion: 4.11.0
>>> >    [junit4]   2> 1071822 T3135 oasc.SolrConfig.<init> Loaded SolrConfig:
>>> > solrconfig.xml
>>> >    [junit4]   2> 1071828 T3135 oass.IndexSchema.readSchema Reading Solr
>>> > Schema from schema.xml
>>> >    [junit4]   2> 1071835 T3135 oass.IndexSchema.readSchema [collection1]
>>> > Schema name=test
>>> >    [junit4]   2> 1071983 T3135 oass.ByteField.init WARN ByteField is
>>> > deprecated and will be removed in 5.0. You should use TrieIntField 
>>> > instead.
>>> >    [junit4]   2> 1071983 T3135 oass.ShortField.init WARN ShortField is
>>> > deprecated and will be removed in 5.0. You should use TrieIntField 
>>> > instead.
>>> >    [junit4]   2> 1071984 T3135 oass.OpenExchangeRatesOrgProvider.init
>>> > Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>>> >    [junit4]   2> 1071991 T3135 oass.IndexSchema.readSchema default search
>>> > field in schema is text
>>> >    [junit4]   2> 1071991 T3135 oass.IndexSchema.readSchema unique key
>>> field:
>>> > id
>>> >    [junit4]   2> 1072034 T3135 oass.FileExchangeRateProvider.reload
>>> Reloading
>>> > exchange rates from file currency.xml
>>> >    [junit4]   2> 1072058 T3135 oass.FileExchangeRateProvider.reload
>>> Reloading
>>> > exchange rates from file currency.xml
>>> >    [junit4]   2> 1072064 T3135 oass.OpenExchangeRatesOrgProvider.reload
>>> > Reloading exchange rates from open-exchange-rates.json
>>> >    [junit4]   2> 1072075 T3135
>>> > oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
>>> > Unknown key IMPORTANT NOTE
>>> >    [junit4]   2> 1072075 T3135
>>> > oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
>>> > Expected key, got STRING
>>> >    [junit4]   2> 1072076 T3135 oass.OpenExchangeRatesOrgProvider.reload
>>> > Reloading exchange rates from open-exchange-rates.json
>>> >    [junit4]   2> 1072077 T3135
>>> > oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
>>> > Unknown key IMPORTANT NOTE
>>> >    [junit4]   2> 1072079 T3135
>>> > oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN
>>> > Expected key, got STRING
>>> >    [junit4]   2> 1072079 T3135 oasc.CoreContainer.create Creating SolrCore
>>> > 'collection1' using configuration from instancedir solr/collection1\
>>> >    [junit4]   2> 1072079 T3135 oasc.SolrCore.initDirectoryFactory
>>> > org.apache.solr.core.MockDirectoryFactory
>>> >    [junit4]   2> 1072080 T3135 oasc.SolrCore.<init> [collection1] Opening 
>>> > new
>>> > SolrCore at solr/collection1\,
>>> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-core\test\J0\solr\collection1\data\
>>> >    [junit4]   2> 1072080 T3135 oasc.JmxMonitoredMap.<init> JMX monitoring
>>> is
>>> > enabled. Adding Solr mbeans to JMX Server:
>>> > com.sun.jmx.mbeanserver.JmxMBeanServer@6aaa7692
>>> >    [junit4]   2> 1072081 T3135 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-core\test\J0\solr\collection1\data\
>>> >    [junit4]   2> 1072081 T3135 oasc.SolrCore.getNewIndexDir New index
>>> > directory detected: old=null
>>> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-core\test\J0\solr\collection1\data\index/
>>> >    [junit4]   2> 1072081 T3135 oasc.SolrCore.initIndex WARN [collection1] 
>>> > Solr
>>> > index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-core\test\J0\solr\collection1\data\index' doesn't
>>> > exist. Creating new index...
>>> >    [junit4]   2> 1072082 T3135 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-core\test\J0\solr\collection1\data\index
>>> >    [junit4]   2> 1072082 T3135 oasu.RandomMergePolicy.<init>
>>> > RandomMergePolicy wrapping class
>>> > org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>>> > maxMergeAtOnce=15, maxMergeAtOnceExplicit=48,
>>> > maxMergedSegmentMB=96.7392578125, floorSegmentMB=2.1220703125,
>>> > forceMergeDeletesPctAllowed=23.943357644860995,
>>> segmentsPerTier=35.0,
>>> > maxCFSSegmentSizeMB=8.796093022207999E12,
>>> > noCFSRatio=0.49285828236622564
>>> >    [junit4]   2> 1072083 T3135 oasc.SolrDeletionPolicy.onCommit
>>> > SolrDeletionPolicy.onCommit: commits: num=1
>>> >    [junit4]   2>
>>> >     commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(R
>>> > AMDirectory@4237f137
>>> >
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3722524)),
>>> > segFN=segments_1,generation=1}
>>> >    [junit4]   2> 1072083 T3135 oasc.SolrDeletionPolicy.updateCommits
>>> newest
>>> > commit generation = 1
>>> >    [junit4]   2> 1072085 T3135 oasc.SolrCore.initWriters created xml:
>>> > solr.XMLResponseWriter
>>> >    [junit4]   2> 1072089 T3135 oasup.UpdateRequestProcessorChain.init
>>> > creating updateRequestProcessorChain "dedupe"
>>> >    [junit4]   2> 1072089 T3135 oasup.UpdateRequestProcessorChain.init
>>> > inserting DistributedUpdateProcessorFactory into
>>> > updateRequestProcessorChain "dedupe"
>>> >    [junit4]   2> 1072091 T3135 oasup.UpdateRequestProcessorChain.init
>>> > creating updateRequestProcessorChain "dedupe-allfields"
>>> >    [junit4]   2> 1072091 T3135 oasup.UpdateRequestProcessorChain.init
>>> > inserting DistributedUpdateProcessorFactory into
>>> > updateRequestProcessorChain "dedupe-allfields"
>>> >    [junit4]   2> 1072091 T3135 oasup.UpdateRequestProcessorChain.init
>>> > creating updateRequestProcessorChain "stored_sig"
>>> >    [junit4]   2> 1072091 T3135 oasup.UpdateRequestProcessorChain.init
>>> > inserting DistributedUpdateProcessorFactory into
>>> > updateRequestProcessorChain "stored_sig"
>>> >    [junit4]   2> 1072092 T3135 oasup.UpdateRequestProcessorChain.init
>>> > creating updateRequestProcessorChain "uniq-fields"
>>> >    [junit4]   2> 1072092 T3135 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> 1072092 T3135 oasup.UniqFieldsUpdateProcessorFactory.init
>>> > Replacing 'fields' init param with (individual) 'fieldName' params
>>> >    [junit4]   2> 1072093 T3135 oasup.UpdateRequestProcessorChain.init
>>> > inserting DistributedUpdateProcessorFactory into
>>> > updateRequestProcessorChain "uniq-fields"
>>> >    [junit4]   2> 1072093 T3135 oasup.UpdateRequestProcessorChain.init
>>> > creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>>> >    [junit4]   2> 1072094 T3135 oasup.UpdateRequestProcessorChain.init
>>> > creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>>> >    [junit4]   2> 1072094 T3135 oasup.UpdateRequestProcessorChain.init
>>> > inserting DistributedUpdateProcessorFactory into
>>> > updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>>> >    [junit4]   2> 1072094 T3135 oasc.SolrCore.loadUpdateProcessorChains no
>>> > updateRequestProcessorChain defined as default, creating implicit default
>>> >    [junit4]   2> 1072095 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072095 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072097 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072097 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json/docs:
>>> org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072097 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > adding lazy requestHandler: solr.ReplicationHandler
>>> >    [junit4]   2> 1072098 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /replication: solr.ReplicationHandler
>>> >    [junit4]   2> 1072098 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created standard: solr.StandardRequestHandler
>>> >    [junit4]   2> 1072099 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /get: solr.RealTimeGetHandler
>>> >    [junit4]   2> 1072099 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created dismax: solr.SearchHandler
>>> >    [junit4]   2> 1072100 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>>> >    [junit4]   2> 1072100 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /admin/: org.apache.solr.handler.admin.AdminHandlers
>>> >    [junit4]   2> 1072101 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /admin/file: solr.admin.ShowFileRequestHandler
>>> >    [junit4]   2> 1072101 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created defaults: solr.StandardRequestHandler
>>> >    [junit4]   2> 1072101 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > adding lazy requestHandler: solr.StandardRequestHandler
>>> >    [junit4]   2> 1072103 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created lazy: solr.StandardRequestHandler
>>> >    [junit4]   2> 1072103 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > WARN Multiple requestHandler registered to the same name: /update
>>> > ignoring: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072103 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: solr.UpdateRequestHandler
>>> >    [junit4]   2> 1072104 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /terms: org.apache.solr.handler.component.SearchHandler
>>> >    [junit4]   2> 1072104 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created spellCheckCompRH:
>>> > org.apache.solr.handler.component.SearchHandler
>>> >    [junit4]   2> 1072105 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created spellCheckCompRH_Direct:
>>> > org.apache.solr.handler.component.SearchHandler
>>> >    [junit4]   2> 1072105 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created spellCheckWithWordbreak:
>>> > org.apache.solr.handler.component.SearchHandler
>>> >    [junit4]   2> 1072106 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created spellCheckWithWordbreak_Direct:
>>> > org.apache.solr.handler.component.SearchHandler
>>> >    [junit4]   2> 1072106 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created spellCheckCompRH1:
>>> > org.apache.solr.handler.component.SearchHandler
>>> >    [junit4]   2> 1072106 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created mltrh: org.apache.solr.handler.component.SearchHandler
>>> >    [junit4]   2> 1072107 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created tvrh: org.apache.solr.handler.component.SearchHandler
>>> >    [junit4]   2> 1072107 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /mlt: solr.MoreLikeThisHandler
>>> >    [junit4]   2> 1072108 T3135 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /debug/dump: solr.DumpRequestHandler
>>> >    [junit4]   2> 1072120 T3135 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072123 T3135 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072125 T3135 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072128 T3135 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072130 T3135 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072131 T3135 oasc.SolrCore.initDeprecatedSupport WARN
>>> > solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your
>>> > config to use the ShowFileRequestHandler.
>>> >    [junit4]   2> 1072134 T3135 oasc.SolrCore.close [collection1]  CLOSING
>>> > SolrCore org.apache.solr.core.SolrCore@2375b5c1
>>> >    [junit4]   2> 1072142 T3135 oasu.SolrCoreState.decrefSolrCoreState
>>> Closing
>>> > SolrCoreState
>>> >    [junit4]   2> 1072142 T3135 oasu.DefaultSolrCoreState.closeIndexWriter
>>> > SolrCoreState ref count has reached 0 - closing IndexWriter
>>> >    [junit4]   2> 1072144 T3135 oasc.SolrCore.closeSearcher [collection1]
>>> Closing
>>> > main searcher on request.
>>> >    [junit4]   2> 1072144 T3135 oasc.CachingDirectoryFactory.close Closing
>>> > MockDirectoryFactory - 2 directories currently being tracked
>>> >    [junit4]   2> 1072144 T3135 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-core\test\J0\solr\collection1\data\index
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\solr\collection1\data\index;done=false>>]
>>> >    [junit4]   2> 1072144 T3135 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-core\test\J0\solr\collection1\data\index
>>> >    [junit4]   2> 1072144 T3135 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-core\test\J0\solr\collection1\data\
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\solr\collection1\data\;done=false>>]
>>> >    [junit4]   2> 1072144 T3135 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-core\test\J0\solr\collection1\data\
>>> >    [junit4]   2> 1072144 T3135 oasc.CoreContainer.create ERROR Error
>>> creating
>>> > core [collection1]: Error Instantiating Update Handler,
>>> > solr.DirectUpdateHandler2 failed to instantiate
>>> > org.apache.solr.update.UpdateHandler
>>> > org.apache.solr.common.SolrException: Error Instantiating Update Handler,
>>> > solr.DirectUpdateHandler2 failed to instantiate
>>> > org.apache.solr.update.UpdateHandler
>>> >    [junit4]   2>    at 
>>> > org.apache.solr.core.SolrCore.<init>(SolrCore.java:890)
>>> >    [junit4]   2>    at 
>>> > org.apache.solr.core.SolrCore.<init>(SolrCore.java:651)
>>> >    [junit4]   2>    at
>>> > org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
>>> >    [junit4]   2>    at
>>> > org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
>>> >    [junit4]   2>    at
>>> > org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
>>> >    [junit4]   2>    at 
>>> > java.util.concurrent.FutureTask.run(FutureTask.java:266)
>>> >    [junit4]   2>    at
>>> >
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.jav
>>> > a:1142)
>>> >    [junit4]   2>    at
>>> >
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
>>> > va:617)
>>> >    [junit4]   2>    at java.lang.Thread.run(Thread.java:745)
>>> >    [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error
>>> > Instantiating Update Handler, solr.DirectUpdateHandler2 failed to
>>> instantiate
>>> > org.apache.solr.update.UpdateHandler
>>> >    [junit4]   2>    at
>>> > org.apache.solr.core.SolrCore.createInstance(SolrCore.java:569)
>>> >    [junit4]   2>    at
>>> > org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:625)
>>> >    [junit4]   2>    at 
>>> > org.apache.solr.core.SolrCore.<init>(SolrCore.java:851)
>>> >    [junit4]   2>    ... 8 more
>>> >    [junit4]   2> Caused by: java.lang.reflect.InvocationTargetException
>>> >    [junit4]   2>    at
>>> > sun.reflect.GeneratedConstructorAccessor206.newInstance(Unknown
>>> > Source)
>>> >    [junit4]   2>    at
>>> >
>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCon
>>> > structorAccessorImpl.java:45)
>>> >    [junit4]   2>    at
>>> > java.lang.reflect.Constructor.newInstance(Constructor.java:408)
>>> >    [junit4]   2>    at
>>> > org.apache.solr.core.SolrCore.createInstance(SolrCore.java:555)
>>> >    [junit4]   2>    ... 10 more
>>> >    [junit4]   2> Caused by: java.security.AccessControlException: access
>>> denied
>>> > ("java.io.FilePermission" "C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>> > 4.x-Windows\solr\build\solr-core\test\J0\solr\collection1\data\tlog"
>>> > "write")
>>> >    [junit4]   2>    at
>>> >
>>> java.security.AccessControlContext.checkPermission(AccessControlContext.j
>>> > ava:457)
>>> >    [junit4]   2>    at
>>> > java.security.AccessController.checkPermission(AccessController.java:884)
>>> >    [junit4]   2>    at
>>> > java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
>>> >    [junit4]   2>    at
>>> > java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
>>> >    [junit4]   2>    at java.io.File.mkdir(File.java:1311)
>>> >    [junit4]   2>    at java.io.File.mkdirs(File.java:1343)
>>> >    [junit4]   2>    at
>>> > org.apache.solr.update.UpdateLog.init(UpdateLog.java:243)
>>> >    [junit4]   2>    at
>>> > org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:134)
>>> >    [junit4]   2>    at
>>> > org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
>>> >    [junit4]   2>    at
>>> >
>>> org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.
>>> > java:100)
>>> >    [junit4]   2>    ... 14 more
>>> >    [junit4]   2>
>>> >    [junit4]   2> 1072149 T3126 oasc.CoreContainer.shutdown Shutting down
>>> > CoreContainer instance=1580844528
>>> >    [junit4]   2> 1072150 T3126 oas.SolrTestCaseJ4.tearDown ###Ending
>>> > testSolrHomeDoesntExist
>>> >    [junit4]   2> 1072164 T3126 oas.SolrTestCaseJ4.setUp ###Starting
>>> > testDuplicateNames
>>> >    [junit4]   2> 1072212 T3126 oasc.SolrResourceLoader.locateSolrHome JNDI
>>> > not configured for solr (NoInitialContextEx)
>>> >    [junit4]   2> 1072212 T3126 oasc.SolrResourceLoader.locateSolrHome
>>> using
>>> > system property solr.solr.home:
>>> C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-004
>>> >    [junit4]   2> 1072212 T3126 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory:
>>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-004\'
>>> >    [junit4]   2> 1072270 T3126 oasc.ConfigSolr.fromFile Loading container
>>> > configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-004\solr.xml
>>> >    [junit4]   2> 1072285 T3126 oasc.CorePropertiesLocator.<init> Config-
>>> > defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-004
>>> >    [junit4]   2> 1072285 T3126 oasc.CoreContainer.<init> New CoreContainer
>>> > 305259280
>>> >    [junit4]   2> 1072285 T3126 oasc.CoreContainer.load Loading cores into
>>> > CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-004\]
>>> >    [junit4]   2> 1072288 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting socketTimeout to: 0
>>> >    [junit4]   2> 1072288 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting urlScheme to: null
>>> >    [junit4]   2> 1072288 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting connTimeout to: 0
>>> >    [junit4]   2> 1072288 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maxConnectionsPerHost to: 20
>>> >    [junit4]   2> 1072288 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting corePoolSize to: 0
>>> >    [junit4]   2> 1072288 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maximumPoolSize to: 2147483647
>>> >    [junit4]   2> 1072288 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maxThreadIdleTime to: 5
>>> >    [junit4]   2> 1072288 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting sizeOfQueue to: -1
>>> >    [junit4]   2> 1072288 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting fairnessPolicy to: false
>>> >    [junit4]   2> 1072303 T3126 oasu.UpdateShardHandler.<init> Creating
>>> > UpdateShardHandler HTTP client with params:
>>> > socketTimeout=0&connTimeout=0&retry=false
>>> >    [junit4]   2> 1072309 T3126 oasc.SolrCores.allocateLazyCores Allocating
>>> > transient cache for 2 transient cores
>>> >    [junit4]   2> 1072309 T3126 oasl.LogWatcher.createWatcher SLF4J impl is
>>> > org.slf4j.impl.Log4jLoggerFactory
>>> >    [junit4]   2> 1072309 T3126 oasl.LogWatcher.newRegisteredLogWatcher
>>> > Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>> >    [junit4]   2> 1072309 T3126 oasc.CoreContainer.load Host Name:
>>> > 222.333.444.555
>>> >    [junit4]   2> 1072314 T3126 oasc.CorePropertiesLocator.discover Looking
>>> for
>>> > core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-004
>>> >    [junit4]   2> 1072314 T3126 oasc.CorePropertiesLocator.discoverUnder
>>> > Found core core1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-004\core1\
>>> >    [junit4]   2> 1072317 T3126 oasc.CorePropertiesLocator.discoverUnder
>>> > Found core core1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-004\core2\
>>> >    [junit4]   2> 1072320 T3126 oasc.CorePropertiesLocator.discover Found 2
>>> > core definitions
>>> >    [junit4]   2> 1072322 T3126 oas.SolrTestCaseJ4.tearDown ###Ending
>>> > testDuplicateNames
>>> >    [junit4]   2> 1072332 T3126 oas.SolrTestCaseJ4.setUp ###Starting
>>> > testDiscovery
>>> >    [junit4]   2> 1072399 T3126 oasc.SolrResourceLoader.locateSolrHome JNDI
>>> > not configured for solr (NoInitialContextEx)
>>> >    [junit4]   2> 1072400 T3126 oasc.SolrResourceLoader.locateSolrHome
>>> using
>>> > system property solr.solr.home:
>>> C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-005
>>> >    [junit4]   2> 1072400 T3126 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory:
>>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\'
>>> >    [junit4]   2> 1072436 T3126 oasc.ConfigSolr.fromFile Loading container
>>> > configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\solr.xml
>>> >    [junit4]   2> 1072452 T3126 oasc.CorePropertiesLocator.<init> Config-
>>> > defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-005
>>> >    [junit4]   2> 1072453 T3126 oasc.CoreContainer.<init> New CoreContainer
>>> > 149922891
>>> >    [junit4]   2> 1072454 T3126 oasc.CoreContainer.load Loading cores into
>>> > CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-005\]
>>> >    [junit4]   2> 1072454 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting socketTimeout to: 0
>>> >    [junit4]   2> 1072455 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting urlScheme to: null
>>> >    [junit4]   2> 1072455 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting connTimeout to: 0
>>> >    [junit4]   2> 1072456 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maxConnectionsPerHost to: 20
>>> >    [junit4]   2> 1072456 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting corePoolSize to: 0
>>> >    [junit4]   2> 1072456 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maximumPoolSize to: 2147483647
>>> >    [junit4]   2> 1072458 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting maxThreadIdleTime to: 5
>>> >    [junit4]   2> 1072458 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting sizeOfQueue to: -1
>>> >    [junit4]   2> 1072458 T3126 oashc.HttpShardHandlerFactory.getParameter
>>> > Setting fairnessPolicy to: false
>>> >    [junit4]   2> 1072464 T3126 oasu.UpdateShardHandler.<init> Creating
>>> > UpdateShardHandler HTTP client with params:
>>> > socketTimeout=0&connTimeout=0&retry=false
>>> >    [junit4]   2> 1072470 T3126 oasc.SolrCores.allocateLazyCores Allocating
>>> > transient cache for 2 transient cores
>>> >    [junit4]   2> 1072471 T3126 oasl.LogWatcher.createWatcher SLF4J impl is
>>> > org.slf4j.impl.Log4jLoggerFactory
>>> >    [junit4]   2> 1072471 T3126 oasl.LogWatcher.newRegisteredLogWatcher
>>> > Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>> >    [junit4]   2> 1072471 T3126 oasc.CoreContainer.load Host Name:
>>> > 222.333.444.555
>>> >    [junit4]   2> 1072474 T3126 oasc.CorePropertiesLocator.discover Looking
>>> for
>>> > core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-
>>> Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-005
>>> >    [junit4]   2> 1072478 T3126 oasc.CorePropertiesLocator.discoverUnder
>>> > Found core core1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core1\
>>> >    [junit4]   2> 1072479 T3126 oasc.CorePropertiesLocator.discoverUnder
>>> > Found core core2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core2\
>>> >    [junit4]   2> 1072482 T3126 oasc.CorePropertiesLocator.discoverUnder
>>> > Found core lazy1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\lazy1\
>>> >    [junit4]   2> 1072483 T3126 oasc.CorePropertiesLocator.discover Found 3
>>> > core definitions
>>> >    [junit4]   2> 1072484 T3138 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory:
>>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core1\'
>>> >    [junit4]   2> 1072513 T3138 oasc.SolrConfig.<init> Using Lucene
>>> > MatchVersion: 4.11.0
>>> >    [junit4]   2> 1072522 T3138 oasc.SolrConfig.<init> Loaded SolrConfig:
>>> > solrconfig-minimal.xml
>>> >    [junit4]   2> 1072523 T3138 oass.IndexSchema.readSchema Reading Solr
>>> > Schema from schema-tiny.xml
>>> >    [junit4]   2> 1072527 T3138 oass.IndexSchema.readSchema [core1]
>>> Schema
>>> > name=tiny
>>> >    [junit4]   2> 1072535 T3138 oass.IndexSchema.readSchema unique key
>>> field:
>>> > id
>>> >    [junit4]   2> 1072550 T3138 oasc.CoreContainer.create Creating SolrCore
>>> > 'core1' using configuration from instancedir
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-005\core1\
>>> >    [junit4]   2> 1072550 T3 oasc.CoreContainer.finalize ERROR 
>>> > CoreContainer
>>> > was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE
>>> > LEAK!!!  instance=305259280
>>> >    [junit4]   2> 1072551 T3138 oasc.SolrCore.initDirectoryFactory
>>> > org.apache.solr.core.MockDirectoryFactory
>>> >    [junit4]   2> 1072552 T3138 oasc.SolrCore.<init> [core1] Opening new
>>> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core1\,
>>> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core1\core1\
>>> >    [junit4]   2> 1072552 T3138 oasc.SolrCore.<init> JMX monitoring not
>>> > detected for core: core1
>>> >    [junit4]   2> 1072553 T3138 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core1\core1\
>>> >    [junit4]   2> 1072553 T3138 oasc.SolrCore.getNewIndexDir New index
>>> > directory detected: old=null
>>> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core1\core1\index/
>>> >    [junit4]   2> 1072553 T3138 oasc.SolrCore.initIndex WARN [core1] Solr
>>> index
>>> > directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core1\core1\index' doesn't exist.
>>> > Creating new index...
>>> >    [junit4]   2> 1072553 T3138 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core1\core1\index
>>> >    [junit4]   2> 1072555 T3138 oasu.RandomMergePolicy.<init>
>>> > RandomMergePolicy wrapping class
>>> > org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>>> > maxMergeAtOnce=15, maxMergeAtOnceExplicit=48,
>>> > maxMergedSegmentMB=96.7392578125, floorSegmentMB=2.1220703125,
>>> > forceMergeDeletesPctAllowed=23.943357644860995,
>>> segmentsPerTier=35.0,
>>> > maxCFSSegmentSizeMB=8.796093022207999E12,
>>> > noCFSRatio=0.49285828236622564
>>> >    [junit4]   2> 1072555 T3138 oasc.SolrDeletionPolicy.onCommit
>>> > SolrDeletionPolicy.onCommit: commits: num=1
>>> >    [junit4]   2>
>>> >     commit{dir=MockDirectoryWrapper(RAMDirectory@5ba2203c
>>> >
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@445559d6),
>>> > segFN=segments_1,generation=1}
>>> >    [junit4]   2> 1072555 T3138 oasc.SolrDeletionPolicy.updateCommits
>>> newest
>>> > commit generation = 1
>>> >    [junit4]   2> 1072556 T3138 oasc.SolrCore.loadUpdateProcessorChains no
>>> > updateRequestProcessorChain defined as default, creating implicit default
>>> >    [junit4]   2> 1072557 T3138 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072557 T3138 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072557 T3138 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072557 T3138 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json/docs:
>>> org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072557 T3138 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /select: solr.SearchHandler
>>> >    [junit4]   2> 1072558 T3138 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /admin/: org.apache.solr.handler.admin.AdminHandlers
>>> >    [junit4]   2> 1072558 T3138 oasc.RequestHandlers.initHandlersFromConfig
>>> > WARN Multiple requestHandler registered to the same name: /update
>>> > ignoring: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072558 T3138 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: solr.UpdateRequestHandler
>>> >    [junit4]   2> 1072565 T3138 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072567 T3138 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072568 T3138 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072570 T3138 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072573 T3138 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072574 T3138 oasu.CommitTracker.<init> Hard AutoCommit:
>>> > disabled
>>> >    [junit4]   2> 1072574 T3138 oasu.CommitTracker.<init> Soft AutoCommit:
>>> > disabled
>>> >    [junit4]   2> 1072574 T3138 oasu.RandomMergePolicy.<init>
>>> > RandomMergePolicy wrapping class
>>> > org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>>> > maxMergeAtOnce=49, maxMergeAtOnceExplicit=12,
>>> > maxMergedSegmentMB=21.150390625, floorSegmentMB=1.638671875,
>>> > forceMergeDeletesPctAllowed=9.741329131003905,
>>> segmentsPerTier=26.0,
>>> > maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
>>> >    [junit4]   2> 1072575 T3138 oasc.SolrDeletionPolicy.onInit
>>> > SolrDeletionPolicy.onInit: commits: num=1
>>> >    [junit4]   2>
>>> >     commit{dir=MockDirectoryWrapper(RAMDirectory@5ba2203c
>>> >
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@445559d6),
>>> > segFN=segments_1,generation=1}
>>> >    [junit4]   2> 1072575 T3138 oasc.SolrDeletionPolicy.updateCommits
>>> newest
>>> > commit generation = 1
>>> >    [junit4]   2> 1072575 T3138 oass.SolrIndexSearcher.<init> Opening
>>> > Searcher@698c7976[core1] main
>>> >    [junit4]   2> 1072575 T3138
>>> > oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage
>>> > initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core1\conf
>>> >    [junit4]   2> 1072575 T3138 oasr.RestManager.init Initializing 
>>> > RestManager
>>> > with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-005\core1\conf}
>>> >    [junit4]   2> 1072575 T3138 oasr.ManagedResourceStorage.load Reading
>>> > _rest_managed.json using
>>> > file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core1\conf
>>> >    [junit4]   2> 1072580 T3138 oasr.ManagedResource.reloadFromStorage
>>> > WARN No stored data found for /rest/managed
>>> >    [junit4]   2> 1072580 T3138
>>> > oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to
>>> > path _rest_managed.json using
>>> > file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core1\conf
>>> >    [junit4]   2> 1072580 T3138 oasr.RestManager.init Initializing 0 
>>> > registered
>>> > ManagedResources
>>> >    [junit4]   2> 1072582 T3138 oasc.CoreContainer.registerCore registering
>>> > core: core1
>>> >    [junit4]   2> 1072582 T3139 oasc.SolrCore.registerSearcher [core1]
>>> > Registered new searcher Searcher@698c7976[core1]
>>> > main{StandardDirectoryReader(segments_1:1:nrt)}
>>> >    [junit4]   2> 1072591 T3126 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory:
>>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core2\'
>>> >    [junit4]   2> 1072622 T3126 oasc.SolrConfig.<init> Using Lucene
>>> > MatchVersion: 4.11.0
>>> >    [junit4]   2> 1072631 T3126 oasc.SolrConfig.<init> Loaded SolrConfig:
>>> > solrconfig-minimal.xml
>>> >    [junit4]   2> 1072633 T3126 oass.IndexSchema.readSchema Reading Solr
>>> > Schema from schema-tiny.xml
>>> >    [junit4]   2> 1072636 T3126 oass.IndexSchema.readSchema [core2]
>>> Schema
>>> > name=tiny
>>> >    [junit4]   2> 1072640 T3126 oass.IndexSchema.readSchema unique key
>>> field:
>>> > id
>>> >    [junit4]   2> 1072641 T3126 oasc.CoreContainer.create Creating SolrCore
>>> > 'core2' using configuration from instancedir
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-005\core2\
>>> >    [junit4]   2> 1072641 T3126 oasc.SolrCore.initDirectoryFactory
>>> > org.apache.solr.core.MockDirectoryFactory
>>> >    [junit4]   2> 1072642 T3126 oasc.SolrCore.<init> [core2] Opening new
>>> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core2\,
>>> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core2\core2\
>>> >    [junit4]   2> 1072642 T3126 oasc.SolrCore.<init> JMX monitoring not
>>> > detected for core: core2
>>> >    [junit4]   2> 1072643 T3126 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core2\core2\
>>> >    [junit4]   2> 1072643 T3126 oasc.SolrCore.getNewIndexDir New index
>>> > directory detected: old=null
>>> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core2\core2\index/
>>> >    [junit4]   2> 1072645 T3126 oasc.SolrCore.initIndex WARN [core2] Solr
>>> index
>>> > directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core2\core2\index' doesn't exist.
>>> > Creating new index...
>>> >    [junit4]   2> 1072645 T3126 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core2\core2\index
>>> >    [junit4]   2> 1072645 T3126 oasu.RandomMergePolicy.<init>
>>> > RandomMergePolicy wrapping class
>>> > org.apache.lucene.index.LogByteSizeMergePolicy:
>>> [LogByteSizeMergePolicy:
>>> > minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648,
>>> > maxMergeSizeForForcedMerge=9223372036854775807,
>>> > calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
>>> > maxCFSSegmentSizeMB=8.796093022207999E12,
>>> > noCFSRatio=0.17989264334429997]
>>> >    [junit4]   2> 1072649 T3126 oasc.SolrDeletionPolicy.onCommit
>>> > SolrDeletionPolicy.onCommit: commits: num=1
>>> >    [junit4]   2>
>>> >     commit{dir=MockDirectoryWrapper(RAMDirectory@2f379ead
>>> >
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58f3b040),
>>> > segFN=segments_1,generation=1}
>>> >    [junit4]   2> 1072649 T3126 oasc.SolrDeletionPolicy.updateCommits
>>> newest
>>> > commit generation = 1
>>> >    [junit4]   2> 1072654 T3126 oasc.SolrCore.loadUpdateProcessorChains no
>>> > updateRequestProcessorChain defined as default, creating implicit default
>>> >    [junit4]   2> 1072655 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072655 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072657 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/csv: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072657 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update/json/docs:
>>> org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072657 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /select: solr.SearchHandler
>>> >    [junit4]   2> 1072657 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /admin/: org.apache.solr.handler.admin.AdminHandlers
>>> >    [junit4]   2> 1072658 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > WARN Multiple requestHandler registered to the same name: /update
>>> > ignoring: org.apache.solr.handler.UpdateRequestHandler
>>> >    [junit4]   2> 1072658 T3126 oasc.RequestHandlers.initHandlersFromConfig
>>> > created /update: solr.UpdateRequestHandler
>>> >    [junit4]   2> 1072659 T3126 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072661 T3126 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072664 T3126 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072666 T3126 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072670 T3126 oashl.XMLLoader.init
>>> > xsltCacheLifetimeSeconds=60
>>> >    [junit4]   2> 1072673 T3126 oasu.CommitTracker.<init> Hard AutoCommit:
>>> > disabled
>>> >    [junit4]   2> 1072673 T3126 oasu.CommitTracker.<init> Soft AutoCommit:
>>> > disabled
>>> >    [junit4]   2> 1072676 T3126 oasu.RandomMergePolicy.<init>
>>> > RandomMergePolicy wrapping class
>>> > org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
>>> > minMergeSize=1000, mergeFactor=25,
>>> > maxMergeSize=9223372036854775807,
>>> > maxMergeSizeForForcedMerge=9223372036854775807,
>>> > calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
>>> > maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
>>> >    [junit4]   2> 1072676 T3126 oasc.SolrDeletionPolicy.onInit
>>> > SolrDeletionPolicy.onInit: commits: num=1
>>> >    [junit4]   2>
>>> >     commit{dir=MockDirectoryWrapper(RAMDirectory@2f379ead
>>> >
>>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58f3b040),
>>> > segFN=segments_1,generation=1}
>>> >    [junit4]   2> 1072676 T3126 oasc.SolrDeletionPolicy.updateCommits
>>> newest
>>> > commit generation = 1
>>> >    [junit4]   2> 1072677 T3126 oass.SolrIndexSearcher.<init> Opening
>>> > Searcher@37499f86[core2] main
>>> >    [junit4]   2> 1072679 T3126
>>> > oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage
>>> > initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core2\conf
>>> >    [junit4]   2> 1072679 T3126 oasr.RestManager.init Initializing 
>>> > RestManager
>>> > with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-
>>> > 4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-005\core2\conf}
>>> >    [junit4]   2> 1072679 T3126 oasr.ManagedResourceStorage.load Reading
>>> > _rest_managed.json using
>>> > file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core2\conf
>>> >    [junit4]   2> 1072684 T3126 oasr.ManagedResource.reloadFromStorage
>>> > WARN No stored data found for /rest/managed
>>> >    [junit4]   2> 1072684 T3126
>>> > oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to
>>> > path _rest_managed.json using
>>> > file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\core2\conf
>>> >    [junit4]   2> 1072685 T3126 oasr.RestManager.init Initializing 0 
>>> > registered
>>> > ManagedResources
>>> >    [junit4]   2> 1072687 T3141 oasc.SolrCore.registerSearcher [core2]
>>> > Registered new searcher Searcher@37499f86[core2]
>>> > main{StandardDirectoryReader(segments_1:1:nrt)}
>>> >    [junit4]   2> 1072687 T3126 oasc.CoreContainer.registerCore registering
>>> > core: core2
>>> >    [junit4]   2> 1072687 T3126 oasc.SolrResourceLoader.<init> new
>>> > SolrResourceLoader for directory:
>>> > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\lazy1\'
>>> >    [junit4]   2> 1072719 T3126 oasc.SolrConfig.<init> Using Lucene
>>> > MatchVersion: 4.11.0
>>> >    [junit4]   2> 1072729 T3126 oasc.SolrConfig.<init> Loaded SolrConfig:
>>> > solrconfig-minimal.xml
>>> >    [junit4]   2> 1072730 T3126 oass.IndexSchema.readSchema Reading Solr
>>> > Schema from schema-tiny.xml
>>> >    [junit4]   2> 1072733 T3126 oass.IndexSchema.readSchema [lazy1] Schema
>>> > name=tiny
>>> >    [junit4]   2> 1072737 T3126 oass.IndexSchema.readSchema unique key
>>> field:
>>> > id
>>> >    [junit4]   2> 1072738 T3126 oasc.CoreContainer.create Creating SolrCore
>>> > 'lazy1' using configuration from instancedir
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-005\lazy1\
>>> >    [junit4]   2> 1072738 T3126 oasc.SolrCore.initDirectoryFactory
>>> > org.apache.solr.core.MockDirectoryFactory
>>> >    [junit4]   2> 1072738 T3126 oasc.SolrCore.<init> [lazy1] Opening new
>>> > SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\lazy1\,
>>> > dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\lazy1\lazy1\
>>> >    [junit4]   2> 1072739 T3126 oasc.SolrCore.<init> JMX monitoring not
>>> > detected for core: lazy1
>>> >    [junit4]   2> 1072739 T3126 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\lazy1\lazy1\
>>> >    [junit4]   2> 1072739 T3126 oasc.SolrCore.getNewIndexDir New index
>>> > directory detected: old=null
>>> > new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\lazy1\lazy1\index/
>>> >    [junit4]   2> 1072741 T3126 oasc.SolrCore.initIndex WARN [lazy1] Solr
>>> index
>>> > directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\lazy1\lazy1\index' doesn't exist.
>>> > Creating new index...
>>> >    [junit4]   2> 1072741 T3126 oasc.CachingDirectoryFactory.get return new
>>> > directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-005\lazy1\lazy1\index
>>> >    [junit4]   2> 1072742 T3126 oasu.RandomMergePo
>>> >
>>> > [...truncated too long message...]
>>> >
>>> > stManager.init Initializing 0 registered ManagedResources
>>> >    [junit4]   2> 1073790 T3126 oasc.CoreContainer.registerCore registering
>>> > core: core2
>>> >    [junit4]   2> 1073790 T3126 oasc.CoreContainer.shutdown Shutting down
>>> > CoreContainer instance=1822930746
>>> >    [junit4]   2> 1073791 T3161 oasc.SolrCore.registerSearcher [core2]
>>> > Registered new searcher Searcher@55d2124d[core2]
>>> > main{StandardDirectoryReader(segments_1:1:nrt)}
>>> >    [junit4]   2> 1073791 T3126 oasc.SolrCore.close [core1]  CLOSING 
>>> > SolrCore
>>> > org.apache.solr.core.SolrCore@5a1431a6
>>> >    [junit4]   2> 1073791 T3126 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,cum
>>> >
>>> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>>> >    [junit4]   2> 1073791 T3126 oasu.SolrCoreState.decrefSolrCoreState
>>> Closing
>>> > SolrCoreState
>>> >    [junit4]   2> 1073791 T3126 oasu.DefaultSolrCoreState.closeIndexWriter
>>> > SolrCoreState ref count has reached 0 - closing IndexWriter
>>> >    [junit4]   2> 1073791 T3126 oasu.DefaultSolrCoreState.closeIndexWriter
>>> > closing IndexWriter with IndexWriterCloser
>>> >    [junit4]   2> 1073795 T3126 oasc.SolrCore.closeSearcher [core1] Closing
>>> main
>>> > searcher on request.
>>> >    [junit4]   2> 1073795 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > MockDirectoryFactory - 2 directories currently being tracked
>>> >    [junit4]   2> 1073795 T3126 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-010\core1\stuffandnonsense\
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-010\core1\stuffandnonsense\;done=false>>]
>>> >    [junit4]   2> 1073795 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-010\core1\stuffandnonsense\
>>> >    [junit4]   2> 1073795 T3126 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-010\core1\stuffandnonsense\index
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-010\core1\stuffandnonsense\index;done=false>>]
>>> >    [junit4]   2> 1073795 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-010\core1\stuffandnonsense\index
>>> >    [junit4]   2> 1073795 T3126 oasc.SolrCore.close [core2]  CLOSING 
>>> > SolrCore
>>> > org.apache.solr.core.SolrCore@404af667
>>> >    [junit4]   2> 1073795 T3126 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,cum
>>> >
>>> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>>> >    [junit4]   2> 1073798 T3126 oasu.SolrCoreState.decrefSolrCoreState
>>> Closing
>>> > SolrCoreState
>>> >    [junit4]   2> 1073800 T3126 oasu.DefaultSolrCoreState.closeIndexWriter
>>> > SolrCoreState ref count has reached 0 - closing IndexWriter
>>> >    [junit4]   2> 1073800 T3126 oasu.DefaultSolrCoreState.closeIndexWriter
>>> > closing IndexWriter with IndexWriterCloser
>>> >    [junit4]   2> 1073801 T3126 oasc.SolrCore.closeSearcher [core2] Closing
>>> main
>>> > searcher on request.
>>> >    [junit4]   2> 1073806 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > MockDirectoryFactory - 2 directories currently being tracked
>>> >    [junit4]   2> 1073806 T3126 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-010\core2\core2\
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-010\core2\core2\;done=false>>]
>>> >    [junit4]   2> 1073806 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-010\core2\core2\
>>> >    [junit4]   2> 1073806 T3126 
>>> > oasc.CachingDirectoryFactory.closeCacheValue
>>> > looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-010\core2\core2\index
>>> > [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-
>>> > Solr-4.x-Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-
>>> > 001\tempDir-010\core2\core2\index;done=false>>]
>>> >    [junit4]   2> 1073806 T3126 oasc.CachingDirectoryFactory.close Closing
>>> > directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build\solr-
>>> core\test\J0\.\temp\solr.core.TestCoreDiscovery-
>>> > 9E242361AAB65443-001\tempDir-010\core2\core2\index
>>> >    [junit4]   2> 1073806 T3126 oas.SolrTestCaseJ4.tearDown ###Ending
>>> > testNonCoreDirCantRead
>>> >    [junit4]   2> 1073808 T3126 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>>> >    [junit4]   2> NOTE: leaving temporary files on disk at:
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> Windows\solr\build\solr-
>>> > core\test\J0\.\temp\solr.core.TestCoreDiscovery-9E242361AAB65443-001
>>> >    [junit4]   2> NOTE: test params are: codec=Lucene41,
>>> sim=DefaultSimilarity,
>>> > locale=is, timezone=Canada/Pacific
>>> >    [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_20 
>>> > (64-
>>> > bit)/cpus=2,threads=1,free=124362672,total=533725184
>>> >    [junit4]   2> NOTE: All tests run in this JVM: 
>>> > [TestReloadAndDeleteDocs,
>>> > DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest,
>>> > TestCloudManagedSchemaConcurrent, TestSortingResponseWriter,
>>> > TestManagedResourceStorage, TestFieldResource, BlockCacheTest,
>>> > DefaultValueUpdateProcessorTest, DirectSolrSpellCheckerTest,
>>> > DateFieldTest, TestQuerySenderNoQuery,
>>> > SchemaVersionSpecificBehaviorTest,
>>> > TestSolrQueryParserDefaultOperatorResource,
>>> > TestDefaultSearchFieldResource, TestPartialUpdateDeduplication,
>>> > HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest,
>>> > DocValuesTest, MoreLikeThisHandlerTest, TestSolr4Spatial2,
>>> > SpellCheckCollatorTest, TestSort, TestMultiCoreConfBootstrap,
>>> > TestComponentsName, HdfsSyncSliceTest, TestDFRSimilarityFactory,
>>> > SuggesterTest, TestLMJelinekMercerSimilarityFactory,
>>> > DebugComponentTest, CoreAdminCreateDiscoverTest,
>>> > OpenCloseCoreStressTest, LegacyHTMLStripCharFilterTest,
>>> > LoggingHandlerTest, TestRealTimeGet, TestCSVResponseWriter,
>>> > SpellingQueryConverterTest, BadIndexSchemaTest, TestCollationField,
>>> > OverseerRolesTest, TestDistributedSearch,
>>> TriLevelCompositeIdRoutingTest,
>>> > TestStandardQParsers, TestSolrDeletionPolicy1,
>>> > WordBreakSolrSpellCheckerTest, TestRangeQuery, TestSolrXml,
>>> > TestSolrXmlPersistence, DisMaxRequestHandlerTest, SolrCoreTest,
>>> > HdfsBasicDistributedZk2Test, TestWordDelimiterFilterFactory,
>>> > AddSchemaFieldsUpdateProcessorFactoryTest,
>>> TestCloudManagedSchema,
>>> > HdfsBasicDistributedZkTest, ZkCLITest,
>>> > DocumentAnalysisRequestHandlerTest, TestCollationKeyRangeQueries,
>>> > TestSolr4Spatial, TestSearcherReuse, LeaderElectionIntegrationTest,
>>> > TestFreeTextSuggestions, OverseerTest, TestRecovery,
>>> > FileBasedSpellCheckerTest, DeleteReplicaTest,
>>> > HdfsCollectionsAPIDistributedZkTest, TestLuceneMatchVersion,
>>> > TestConfigSets, TestStressLucene, NotRequiredUniqueKeyTest,
>>> > BasicDistributedZkTest, TestAddFieldRealTimeGet, TestPivotHelperCode,
>>> > TestRandomDVFaceting, TestFastWriter, TestStressReorder,
>>> > BasicFunctionalityTest, TestNonDefinedSimilarityFactory,
>>> > ParsingFieldUpdateProcessorsTest, TestIndexingPerformance,
>>> > TestNRTOpen, SignatureUpdateProcessorFactoryTest,
>>> > TestAnalyzedSuggestions, TestElisionMultitermQuery, UpdateParamsTest,
>>> > SolrTestCaseJ4Test, TestOmitPositions, ClusterStateTest,
>>> > TestDocBasedVersionConstraints, SimpleFacetsTest, MultiTermTest,
>>> > RequiredFieldsTest, ShardRoutingCustomTest, ZkNodePropsTest,
>>> > StatsComponentTest, TestCoreDiscovery]
>>> >    [junit4] Completed in 2.71s, 9 tests, 1 failure <<< FAILURES!
>>> >
>>> > [...truncated 1004 lines...]
>>> > BUILD FAILED
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> Windows\build.xml:491:
>>> > The following error occurred while executing this line:
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> Windows\build.xml:471:
>>> > The following error occurred while executing this line:
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:60:
>>> > The following error occurred while executing this line:
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-
>>> > targets.xml:39: The following error occurred while executing this line:
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\solr\build.xml:189: The following error occurred while executing
>>> > this line:
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> Windows\solr\common-
>>> > build.xml:494: The following error occurred while executing this line:
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\lucene\common-build.xml:1362: The following error occurred
>>> > while executing this line:
>>> > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-
>>> > Windows\lucene\common-build.xml:965: There were test failures: 425
>>> > suites, 1776 tests, 1 failure, 48 ignored (27 assumptions)
>>> >
>>> > Total time: 131 minutes 42 seconds
>>> > Build step 'Invoke Ant' marked build as failure
>>> > [description-setter] Description set: Java: 64bit/jdk1.8.0_20 -XX:-
>>> > UseCompressedOops -XX:+UseG1GC
>>> > Archiving artifacts
>>> > Recording test results
>>> > Email was triggered for: Failure - Any
>>> > Sending email for trigger: Failure - Any
>>> >
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>

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

Reply via email to