You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/03/09 07:51:21 UTC

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.6.0_41) - Build # 2616 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/2616/
Java: 32bit/jdk1.6.0_41 -client -XX:+UseConcMarkSweepGC

3 tests failed.
REGRESSION:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
	at __randomizedtesting.SeedInfo.seed([2E210D938391F715:CE88568F94C793D7]:0)
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)


REGRESSION:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:47)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDiscoveryProperties.java:258)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)


REGRESSION:  org.apache.solr.core.TestSolrDiscoveryProperties.testPropertiesFile

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:47)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testPropertiesFile(TestSolrDiscoveryProperties.java:140)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 8612 lines...]
[junit4:junit4] Suite: org.apache.solr.core.TestSolrDiscoveryProperties
[junit4:junit4]   2> 0 T3696 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrDiscoveryProperties-1362810799769
[junit4:junit4]   2> 1 T3696 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 5 T3696 oas.SolrTestCaseJ4.setUp ###Starting testBackCompatXml
[junit4:junit4]   2> 20 T3696 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 22 T3696 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome
[junit4:junit4]   2> 22 T3696 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.xml
[junit4:junit4]   2> 23 T3696 oasc.CoreContainer.<init> New CoreContainer 14509031
[junit4:junit4]   2> 23 T3696 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\'
[junit4:junit4]   2> 23 T3696 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\'
[junit4:junit4]   2> 109 T3696 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 109 T3696 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 110 T3696 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 110 T3696 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 110 T3696 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 111 T3696 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 112 T3696 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 112 T3696 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 112 T3696 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 113 T3696 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 125 T3696 oasc.CoreMaps.allocateLazyCores Allocating transient cache for 4 transient cores
[junit4:junit4]   2> 132 T3696 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 170 T3697 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1
[junit4:junit4]   2> 172 T3697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1\'
[junit4:junit4]   2> 264 T3697 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 377 T3697 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 378 T3697 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 384 T3697 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 421 T3697 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 423 T3697 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1\data\
[junit4:junit4]   2> 423 T3697 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1450bd
[junit4:junit4]   2> 424 T3697 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 424 T3697 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1\data forceNew: false
[junit4:junit4]   2> 425 T3697 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1\data\index/
[junit4:junit4]   2> 427 T3697 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 427 T3697 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1\data\index forceNew: false
[junit4:junit4]   2> 431 T3697 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@131e0fd lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e518d8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 431 T3697 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 434 T3697 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 436 T3697 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 437 T3697 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 437 T3697 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 447 T3697 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 456 T3697 oass.SolrIndexSearcher.<init> Opening Searcher@1b2cfa7 main
[junit4:junit4]   2> 457 T3697 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b2cfa7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 457 T3697 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 457 T3697 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 466 T3697 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 467 T3696 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=14509031
[junit4:junit4]   2> 468 T3696 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1483348
[junit4:junit4]   2> 480 T3696 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 481 T3696 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 481 T3696 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 481 T3696 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 483 T3696 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 485 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1\data
[junit4:junit4]   2> 485 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1\data
[junit4:junit4]   2> 486 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1\data\index
[junit4:junit4]   2> 486 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\collection1\data\index
[junit4:junit4]   2> 522 T3696 oas.SolrTestCaseJ4.tearDown ###Ending testBackCompatXml
[junit4:junit4]   2> 530 T3696 oas.SolrTestCaseJ4.setUp ###Starting testPersistTrue
[junit4:junit4]   2> 596 T3696 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 596 T3696 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome
[junit4:junit4]   2> 597 T3696 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.xml
[junit4:junit4]   2> 597 T3696 oasc.CoreContainer.<init> New CoreContainer 15799850
[junit4:junit4]   2> 599 T3696 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\'
[junit4:junit4]   2> 599 T3696 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\'
[junit4:junit4]   2> 655 T3696 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome
[junit4:junit4]   2> 656 T3696 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\core.properties, adding to cores
[junit4:junit4]   2> 666 T3696 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\core.properties, adding to cores
[junit4:junit4]   2> 667 T3696 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\core.properties, adding to cores
[junit4:junit4]   2> 667 T3696 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\core.properties, adding to cores
[junit4:junit4]   2> 668 T3696 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\core.properties, adding to cores
[junit4:junit4]   2> 670 T3696 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome
[junit4:junit4]   2> 673 T3696 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\core.properties, adding to cores
[junit4:junit4]   2> 674 T3696 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\core.properties, adding to cores
[junit4:junit4]   2> 675 T3696 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\core.properties, adding to cores
[junit4:junit4]   2> 675 T3696 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\core.properties, adding to cores
[junit4:junit4]   2> 676 T3696 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\core.properties, adding to cores
[junit4:junit4]   2> 678 T3696 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 678 T3696 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 678 T3696 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 678 T3696 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 679 T3696 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 680 T3696 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 680 T3696 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 681 T3696 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 682 T3696 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 682 T3696 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 704 T3696 oasc.CoreMaps.allocateLazyCores Allocating transient cache for 2 transient cores
[junit4:junit4]   2> 705 T3696 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 709 T3701 oasc.CoreContainer.create Creating SolrCore 'lazy2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2
[junit4:junit4]   2> 709 T3700 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1
[junit4:junit4]   2> 709 T3702 oasc.CoreContainer.create Creating SolrCore 'lazy1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1
[junit4:junit4]   2> 710 T3701 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\'
[junit4:junit4]   2> 712 T3702 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\'
[junit4:junit4]   2> 717 T3700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\'
[junit4:junit4]   2> 814 T3701 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 835 T3702 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 913 T3700 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 951 T3701 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 952 T3701 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 959 T3701 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1004 T3702 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1004 T3702 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1009 T3702 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1039 T3701 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1041 T3701 oasc.SolrCore.<init> [lazy2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\
[junit4:junit4]   2> 1042 T3701 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1450bd
[junit4:junit4]   2> 1042 T3701 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1043 T3701 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense forceNew: false
[junit4:junit4]   2> 1043 T3701 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\index/
[junit4:junit4]   2> 1044 T3701 oasc.SolrCore.initIndex WARNING [lazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1044 T3701 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 1044 T3702 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1047 T3702 oasc.SolrCore.<init> [lazy1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\
[junit4:junit4]   2> 1048 T3702 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1450bd
[junit4:junit4]   2> 1048 T3702 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1050 T3701 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@383f9a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1192e1),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1050 T3701 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1053 T3702 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense forceNew: false
[junit4:junit4]   2> 1053 T3702 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index/
[junit4:junit4]   2> 1054 T3701 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1055 T3701 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1056 T3701 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1056 T3701 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1059 T3702 oasc.SolrCore.initIndex WARNING [lazy1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1064 T3702 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 1064 T3700 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1065 T3700 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1067 T3701 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1071 T3701 oass.SolrIndexSearcher.<init> Opening Searcher@1b89b35 main
[junit4:junit4]   2> 1072 T3701 oasc.SolrCore.registerSearcher [lazy2] Registered new searcher Searcher@1b89b35 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1073 T3701 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1073 T3701 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1073 T3700 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1076 T3701 oasc.CoreMaps.putTransientCore Opening transient core lazy2
[junit4:junit4]   2> 1076 T3701 oasc.CoreContainer.registerCore registering core: lazy2
[junit4:junit4]   2> 1081 T3702 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d976f5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1000072),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1081 T3702 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1086 T3702 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1087 T3702 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1088 T3702 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1088 T3702 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1100 T3702 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1104 T3702 oass.SolrIndexSearcher.<init> Opening Searcher@14c1974 main
[junit4:junit4]   2> 1105 T3702 oasc.SolrCore.registerSearcher [lazy1] Registered new searcher Searcher@14c1974 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1105 T3702 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1105 T3702 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1111 T3702 oasc.CoreMaps.putTransientCore Opening transient core lazy1
[junit4:junit4]   2> 1113 T3702 oasc.CoreContainer.registerCore registering core: lazy1
[junit4:junit4]   2> 1124 T3700 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1126 T3700 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\
[junit4:junit4]   2> 1126 T3700 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1450bd
[junit4:junit4]   2> 1126 T3700 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1127 T3700 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense forceNew: false
[junit4:junit4]   2> 1127 T3700 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index/
[junit4:junit4]   2> 1128 T3700 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1129 T3700 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 1133 T3700 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d64c4d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ec9429),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1133 T3700 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1135 T3700 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1137 T3700 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1138 T3700 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1138 T3700 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1147 T3700 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1157 T3700 oass.SolrIndexSearcher.<init> Opening Searcher@d4d381 main
[junit4:junit4]   2> 1158 T3700 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@d4d381 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1158 T3700 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1158 T3700 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1162 T3700 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 1163 T3696 oasc.CoreContainer.create Creating SolrCore 'core2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2
[junit4:junit4]   2> 1166 T3696 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\'
[junit4:junit4]   2> 1288 T3696 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1392 T3696 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1393 T3696 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1398 T3696 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1436 T3696 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1438 T3696 oasc.SolrCore.<init> [core2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\
[junit4:junit4]   2> 1439 T3696 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1450bd
[junit4:junit4]   2> 1439 T3696 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1441 T3696 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense forceNew: false
[junit4:junit4]   2> 1442 T3696 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index/
[junit4:junit4]   2> 1442 T3696 oasc.SolrCore.initIndex WARNING [core2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1443 T3696 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 1447 T3696 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7a3e8c lockFactory=org.apache.lucene.store.NativeFSLockFactory@13d8057),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1448 T3696 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1450 T3696 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1452 T3696 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1452 T3696 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1453 T3696 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1462 T3696 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1476 T3696 oass.SolrIndexSearcher.<init> Opening Searcher@debfb4 main
[junit4:junit4]   2> 1477 T3696 oasc.SolrCore.registerSearcher [core2] Registered new searcher Searcher@debfb4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1477 T3696 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1478 T3696 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1484 T3696 oasc.CoreContainer.registerCore registering core: core2
[junit4:junit4]   2> 1484 T3696 oasc.CoreContainer.create Creating SolrCore 'lazy3' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3
[junit4:junit4]   2> 1486 T3696 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\'
[junit4:junit4]   2> 1573 T3696 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1682 T3696 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1682 T3696 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1690 T3696 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1739 T3696 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1741 T3696 oasc.SolrCore.<init> [lazy3] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\stuffandnonsense\
[junit4:junit4]   2> 1742 T3696 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1450bd
[junit4:junit4]   2> 1742 T3696 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1743 T3696 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\stuffandnonsense forceNew: false
[junit4:junit4]   2> 1745 T3696 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\stuffandnonsense\index/
[junit4:junit4]   2> 1746 T3696 oasc.SolrCore.initIndex WARNING [lazy3] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1747 T3696 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 1751 T3696 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@107fb85 lockFactory=org.apache.lucene.store.NativeFSLockFactory@199e13a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1751 T3696 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1753 T3696 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1755 T3696 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1756 T3696 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1756 T3696 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1766 T3696 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1774 T3696 oass.SolrIndexSearcher.<init> Opening Searcher@bca12f main
[junit4:junit4]   2> 1775 T3696 oasc.SolrCore.registerSearcher [lazy3] Registered new searcher Searcher@bca12f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1775 T3696 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1776 T3696 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1780 T3696 oasc.CoreMaps.putTransientCore Opening transient core lazy3
[junit4:junit4]   2> 1780 T3696 oasc.CoreContainer.registerCore registering core: lazy3
[junit4:junit4]   2> 1781 T3696 oasc.CoreContainer.persistFile Persisting cores config to C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]   2> 1789 T3696 oasc.SolrCore.close [lazy1]  CLOSING SolrCore org.apache.solr.core.SolrCore@cf61b8
[junit4:junit4]   2> 1795 T3696 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1795 T3696 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1795 T3696 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1796 T3696 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1797 T3696 oasc.SolrCore.closeSearcher [lazy1] Closing main searcher on request.
[junit4:junit4]   2> 1798 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 1798 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 1799 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 1799 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 1799 T3696 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=15799850
[junit4:junit4]   2> 1800 T3696 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b24e79
[junit4:junit4]   2> 1806 T3696 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1806 T3696 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1806 T3696 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1807 T3696 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1808 T3696 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 1809 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 1809 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 1809 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 1809 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 1810 T3696 oasc.SolrCore.close [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@12bf27a
[junit4:junit4]   2> 1817 T3696 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1817 T3696 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1817 T3696 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1818 T3696 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1818 T3696 oasc.SolrCore.closeSearcher [core2] Closing main searcher on request.
[junit4:junit4]   2> 1818 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 1820 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 1820 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 1820 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 1821 T3696 oasc.SolrCore.close [lazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@754c25
[junit4:junit4]   2> 1826 T3696 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1827 T3696 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1827 T3696 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1827 T3696 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1828 T3696 oasc.SolrCore.closeSearcher [lazy2] Closing main searcher on request.
[junit4:junit4]   2> 1829 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\index
[junit4:junit4]   2> 1829 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\index
[junit4:junit4]   2> 1829 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense
[junit4:junit4]   2> 1830 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense
[junit4:junit4]   2> 1830 T3696 oasc.SolrCore.close [lazy3]  CLOSING SolrCore org.apache.solr.core.SolrCore@69e0c2
[junit4:junit4]   2> 1842 T3696 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1842 T3696 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1843 T3696 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1844 T3696 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1846 T3696 oasc.SolrCore.closeSearcher [lazy3] Closing main searcher on request.
[junit4:junit4]   2> 1846 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\stuffandnonsense\index
[junit4:junit4]   2> 1846 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\stuffandnonsense\index
[junit4:junit4]   2> 1846 T3696 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\stuffandnonsense
[junit4:junit4]   2> 1846 T3696 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy3\stuffandnonsense
[junit4:junit4]   2> 1931 T3696 oas.SolrTestCaseJ4.tearDown ###Ending testPersistTrue
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistTrue -Dtests.seed=2E210D938391F715 -Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=America/Recife -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   1.43s | TestSolrDiscoveryProperties.testPersistTrue <<<
[junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([2E210D938391F715:CE88568F94C793D7]:0)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:132)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 1959 T3696 oas.SolrTestCaseJ4.setUp ###Starting testPersistFalse
[junit4:junit4]   2> 1965 T3696 oas.SolrTestCaseJ4.tearDown ###Ending testPersistFalse
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistFalse -Dtests.seed=2E210D938391F715 -Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=America/Recife -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.02s | TestSolrDiscoveryProperties.testPersistFalse <<<
[junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:47)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse(TestSolrDiscoveryProperties.java:258)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:132)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 1982 T3696 oas.SolrTestCaseJ4.setUp ###Starting testPropertiesFile
[junit4:junit4]   2> 1987 T3696 oas.SolrTestCaseJ4.tearDown ###Ending testPropertiesFile
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPropertiesFile -Dtests.seed=2E210D938391F715 -Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=America/Recife -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   0.02s | TestSolrDiscoveryProperties.testPropertiesFile <<<
[junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:47)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.testPropertiesFile(TestSolrDiscoveryProperties.java:140)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:132)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 1996 T3696 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=es_GT, timezone=America/Recife
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Sun Microsystems Inc. 1.6.0_41 (32-bit)/cpus=2,threads=1,free=116012792,total=195018752
[junit4:junit4]   2> NOTE: All tests run in this JVM: [DistributedQueryElevationComponentTest, TestConfig, TestQuerySenderListener, ZkSolrClientTest, DateMathParserTest, PrimUtilsTest, ReturnFieldsTest, URLClassifyProcessorTest, TestRandomFaceting, TestSuggestSpellingConverter, CoreAdminHandlerTest, DirectSolrConnectionTest, DateFieldTest, TestCoreContainer, TestIndexSearcher, TestCopyFieldCollectionResource, TestDynamicFieldResource, DefaultValueUpdateProcessorTest, DisMaxRequestHandlerTest, TestDistributedGrouping, TestIBSimilarityFactory, MoreLikeThisHandlerTest, TestPostingsSolrHighlighter, TestIndexingPerformance, SimpleFacetsTest, PeerSyncTest, TestAnalyzedSuggestions, SolrInfoMBeanTest, SolrCmdDistributorTest, BasicZkTest, DistributedSpellCheckComponentTest, TestReplicationHandler, SchemaVersionSpecificBehaviorTest, TestDocSet, LeaderElectionIntegrationTest, CurrencyFieldOpenExchangeTest, BasicDistributedZk2Test, SolrIndexConfigTest, RecoveryZkTest, UpdateParamsTest, TestExtendedDismaxParser, TestSolrIndexConfig, CSVRequestHandlerTest, TestCollationKeyRangeQueries, IndexReaderFactoryTest, TestPHPSerializedResponseWriter, TestHashPartitioner, PluginInfoTest, EchoParamsTest, MultiTermTest, TestPerFieldSimilarity, SliceStateUpdateTest, ZkCLITest, TestCSVResponseWriter, TestLFUCache, SyncSliceTest, SpellCheckComponentTest, BadIndexSchemaTest, DocValuesTest, ClusterStateUpdateTest, TestFastLRUCache, TestDistributedSearch, FastVectorHighlighterTest, ZkNodePropsTest, TestWordDelimiterFilterFactory, ResponseLogComponentTest, TestSolrXMLSerializer, SpellingQueryConverterTest, SampleTest, UpdateRequestProcessorFactoryTest, RAMDirectoryFactoryTest, TestMergePolicyConfig, DocumentAnalysisRequestHandlerTest, TestNumberUtils, TestComponentsName, DirectUpdateHandlerTest, SuggesterFSTTest, TestZkChroot, TermVectorComponentTest, TestOmitPositions, BasicDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestFuzzyAnalyzedSuggestions, TestRealTimeGet, TestSystemIdResolver, FileBasedSpellCheckerTest, TestPhraseSuggestions, TestFastOutputStream, TestTrie, TestSolrQueryParser, DirectSolrSpellCheckerTest, ShardRoutingTest, TestPseudoReturnFields, TestJmxMonitoredMap, TestSolrJ, SolrIndexSplitterTest, ChaosMonkeyNothingIsSafeTest, FullSolrCloudDistribCmdsTest, SpellPossibilityIteratorTest, TestLazyCores, ZkControllerTest, ResourceLoaderTest, QueryEqualityTest, PrimitiveFieldTypeTest, PreAnalyzedFieldTest, PingRequestHandlerTest, TestRandomDVFaceting, JSONWriterTest, AutoCommitTest, SolrPluginUtilsTest, QueryParsingTest, SolrCoreCheckLockOnStartupTest, TestWriterPerf, QueryElevationComponentTest, WordBreakSolrSpellCheckerTest, TestStressLucene, NotRequiredUniqueKeyTest, UniqFieldsUpdateProcessorFactoryTest, TestFaceting, MBeansHandlerTest, PathHierarchyTokenizerFactoryTest, SOLR749Test, TestBM25SimilarityFactory, CurrencyFieldXmlFileTest, SolrCoreTest, StandardRequestHandlerTest, TestLRUCache, TestSolrDiscoveryProperties]
[junit4:junit4] Completed in 2.02s, 4 tests, 3 errors <<< FAILURES!

[...truncated 443 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:381: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:361: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:183: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1213: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:877: There were test failures: 270 suites, 1140 tests, 3 errors, 18 ignored (12 assumptions)

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



[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.7.0_15) - Build # 2617 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/2617/
Java: 64bit/jdk1.7.0_15 -XX:+UseParallelGC

3 tests failed.
REGRESSION:  org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:47)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestSolrDiscoveryProperties.java:371)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistFalse

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
	at __randomizedtesting.SeedInfo.seed([BE721DFEA9FD5AEE:2B82AEE9EF247664]:0)
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


FAILED:  org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue

Error Message:
Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties

Stack Trace:
java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:47)
	at org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue(TestSolrDiscoveryProperties.java:185)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9398 lines...]
[junit4:junit4] Suite: org.apache.solr.core.TestSolrDiscoveryProperties
[junit4:junit4]   2> 0 T6392 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolrDiscoveryProperties-1362831057912
[junit4:junit4]   2> 1 T6392 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 3 T6392 oas.SolrTestCaseJ4.setUp ###Starting testPropertiesFile
[junit4:junit4]   2> 34 T6392 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 34 T6392 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome
[junit4:junit4]   2> 35 T6392 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.xml
[junit4:junit4]   2> 35 T6392 oasc.CoreContainer.<init> New CoreContainer 1643702339
[junit4:junit4]   2> 36 T6392 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\'
[junit4:junit4]   2> 36 T6392 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\'
[junit4:junit4]   2> 64 T6392 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome
[junit4:junit4]   2> 64 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\core.properties, adding to cores
[junit4:junit4]   2> 65 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\core.properties, adding to cores
[junit4:junit4]   2> 65 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\core.properties, adding to cores
[junit4:junit4]   2> 66 T6392 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome
[junit4:junit4]   2> 67 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\core.properties, adding to cores
[junit4:junit4]   2> 67 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\core.properties, adding to cores
[junit4:junit4]   2> 68 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\core.properties, adding to cores
[junit4:junit4]   2> 69 T6392 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 69 T6392 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 69 T6392 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 70 T6392 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 70 T6392 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 70 T6392 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 70 T6392 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 70 T6392 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 70 T6392 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 70 T6392 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 78 T6392 oasc.CoreMaps.allocateLazyCores Allocating transient cache for 2 transient cores
[junit4:junit4]   2> 78 T6392 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 79 T6393 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1
[junit4:junit4]   2> 81 T6393 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\'
[junit4:junit4]   2> 127 T6393 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 178 T6393 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 178 T6393 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 181 T6393 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 202 T6393 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 204 T6393 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\
[junit4:junit4]   2> 204 T6393 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@26355060
[junit4:junit4]   2> 204 T6393 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 205 T6393 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense forceNew: false
[junit4:junit4]   2> 205 T6393 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index/
[junit4:junit4]   2> 206 T6393 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 207 T6393 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 211 T6393 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@64423238 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ccaab13; maxCacheMB=0.1171875 maxMergeSizeMB=0.90234375)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 212 T6393 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 215 T6393 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 217 T6393 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 217 T6393 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 217 T6393 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 230 T6393 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 235 T6393 oass.SolrIndexSearcher.<init> Opening Searcher@67ce0862 main
[junit4:junit4]   2> 236 T6393 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@67ce0862 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 236 T6393 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 236 T6393 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 239 T6393 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 241 T6392 oasc.CoreContainer.create Creating SolrCore 'core2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2
[junit4:junit4]   2> 242 T6392 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\'
[junit4:junit4]   2> 308 T6392 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 358 T6392 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 358 T6392 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 361 T6392 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 383 T6392 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 385 T6392 oasc.SolrCore.<init> [core2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\
[junit4:junit4]   2> 385 T6392 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@26355060
[junit4:junit4]   2> 385 T6392 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 385 T6392 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense forceNew: false
[junit4:junit4]   2> 386 T6392 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index/
[junit4:junit4]   2> 387 T6392 oasc.SolrCore.initIndex WARNING [core2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 388 T6392 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 392 T6392 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@47614ab1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46dd0b7e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 392 T6392 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 393 T6392 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 395 T6392 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 396 T6392 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 396 T6392 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 405 T6392 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 413 T6392 oass.SolrIndexSearcher.<init> Opening Searcher@78359294 main
[junit4:junit4]   2> 413 T6392 oasc.SolrCore.registerSearcher [core2] Registered new searcher Searcher@78359294 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 414 T6392 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 414 T6392 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 417 T6392 oasc.CoreContainer.registerCore registering core: core2
[junit4:junit4]   2> 418 T6392 oasc.CoreContainer.create Creating SolrCore 'lazy1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1
[junit4:junit4]   2> 419 T6392 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\'
[junit4:junit4]   2> 475 T6392 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 524 T6392 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 524 T6392 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 526 T6392 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 548 T6392 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 549 T6392 oasc.SolrCore.<init> [lazy1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\
[junit4:junit4]   2> 550 T6392 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@26355060
[junit4:junit4]   2> 550 T6392 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 551 T6392 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense forceNew: false
[junit4:junit4]   2> 551 T6392 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index/
[junit4:junit4]   2> 553 T6392 oasc.SolrCore.initIndex WARNING [lazy1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 553 T6392 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 556 T6392 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2e148362 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10f9332),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 556 T6392 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 559 T6392 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 559 T6392 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 560 T6392 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 560 T6392 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 569 T6392 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 574 T6392 oass.SolrIndexSearcher.<init> Opening Searcher@198b6b51 main
[junit4:junit4]   2> 575 T6392 oasc.SolrCore.registerSearcher [lazy1] Registered new searcher Searcher@198b6b51 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 575 T6392 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 575 T6392 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 579 T6392 oasc.CoreMaps.putTransientCore Opening transient core lazy1
[junit4:junit4]   2> 579 T6392 oasc.CoreContainer.registerCore registering core: lazy1
[junit4:junit4]   2> 579 T6392 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1643702339
[junit4:junit4]   2> 579 T6392 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e945bc0
[junit4:junit4]   2> 582 T6392 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 583 T6392 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 583 T6392 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 583 T6392 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 584 T6392 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 584 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 584 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 585 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 585 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 585 T6392 oasc.SolrCore.close [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@560fcae7
[junit4:junit4]   2> 587 T6392 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 587 T6392 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 588 T6392 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 588 T6392 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 588 T6392 oasc.SolrCore.closeSearcher [core2] Closing main searcher on request.
[junit4:junit4]   2> 588 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 589 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 589 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 589 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 589 T6392 oasc.SolrCore.close [lazy1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1fc4b7ea
[junit4:junit4]   2> 593 T6392 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 593 T6392 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 593 T6392 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 593 T6392 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 593 T6392 oasc.SolrCore.closeSearcher [lazy1] Closing main searcher on request.
[junit4:junit4]   2> 593 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 593 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 593 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 594 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 640 T6392 oas.SolrTestCaseJ4.tearDown ###Ending testPropertiesFile
[junit4:junit4]   2> 643 T6392 oas.SolrTestCaseJ4.setUp ###Starting testPersistFalse
[junit4:junit4]   2> 680 T6392 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 680 T6392 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome
[junit4:junit4]   2> 680 T6392 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.xml
[junit4:junit4]   2> 680 T6392 oasc.CoreContainer.<init> New CoreContainer 99005669
[junit4:junit4]   2> 681 T6392 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\'
[junit4:junit4]   2> 682 T6392 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\'
[junit4:junit4]   2> 708 T6392 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome
[junit4:junit4]   2> 709 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\core.properties, adding to cores
[junit4:junit4]   2> 709 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\core.properties, adding to cores
[junit4:junit4]   2> 710 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\core.properties, adding to cores
[junit4:junit4]   2> 711 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\core.properties, adding to cores
[junit4:junit4]   2> 712 T6392 oasc.SolrProperties.walkFromHere Looking for cores in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome
[junit4:junit4]   2> 713 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\core.properties, adding to cores
[junit4:junit4]   2> 713 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\core.properties, adding to cores
[junit4:junit4]   2> 713 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\core.properties, adding to cores
[junit4:junit4]   2> 713 T6392 oasc.SolrProperties.walkFromHere Discovered properties file C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\core.properties, adding to cores
[junit4:junit4]   2> 714 T6392 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 714 T6392 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 714 T6392 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 715 T6392 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 715 T6392 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 715 T6392 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 716 T6392 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 716 T6392 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 716 T6392 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 717 T6392 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 723 T6392 oasc.CoreMaps.allocateLazyCores Allocating transient cache for 2 transient cores
[junit4:junit4]   2> 724 T6392 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 725 T6398 oasc.CoreContainer.create Creating SolrCore 'core1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1
[junit4:junit4]   2> 726 T6399 oasc.CoreContainer.create Creating SolrCore 'lazy2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2
[junit4:junit4]   2> 727 T6398 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\'
[junit4:junit4]   2> 727 T6399 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\'
[junit4:junit4]   2> 727 T6400 oasc.CoreContainer.create Creating SolrCore 'lazy1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1
[junit4:junit4]   2> 728 T6400 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\'
[junit4:junit4]   2> 774 T6400 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 777 T6399 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 823 T6400 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 824 T6400 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 824 T6399 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 824 T6399 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 827 T6400 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 827 T6399 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1327 T3 oasc.CoreContainer.finalize SEVERE CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=1107000379
[junit4:junit4]   2> 1327 T3 oasc.CoreContainer.finalize SEVERE CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=1119073950
[junit4:junit4]   2> 1331 T6399 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1332 T6399 oasc.SolrCore.<init> [lazy2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\
[junit4:junit4]   2> 1332 T6399 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@26355060
[junit4:junit4]   2> 1333 T6399 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1334 T6399 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense forceNew: false
[junit4:junit4]   2> 1334 T6399 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\index/
[junit4:junit4]   2> 1336 T6399 oasc.SolrCore.initIndex WARNING [lazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1336 T6399 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 1339 T6399 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@7df13920 lockFactory=org.apache.lucene.store.NativeFSLockFactory@55a45035; maxCacheMB=0.1171875 maxMergeSizeMB=0.90234375)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1339 T6399 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1342 T6399 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1343 T6399 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1343 T6399 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1343 T6399 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1348 T6400 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1350 T6400 oasc.SolrCore.<init> [lazy1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\
[junit4:junit4]   2> 1350 T6400 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@26355060
[junit4:junit4]   2> 1350 T6400 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1351 T6400 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense forceNew: false
[junit4:junit4]   2> 1351 T6400 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index/
[junit4:junit4]   2> 1353 T6400 oasc.SolrCore.initIndex WARNING [lazy1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1354 T6400 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 1359 T6398 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1364 T6399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1367 T6400 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@58fe1e0d lockFactory=org.apache.lucene.store.NativeFSLockFactory@5d1b8f8b; maxCacheMB=0.1171875 maxMergeSizeMB=0.90234375)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1367 T6400 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1369 T6400 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1370 T6400 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1370 T6400 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1370 T6400 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1374 T6399 oass.SolrIndexSearcher.<init> Opening Searcher@431c6009 main
[junit4:junit4]   2> 1374 T6399 oasc.SolrCore.registerSearcher [lazy2] Registered new searcher Searcher@431c6009 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1375 T6399 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1375 T6399 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1377 T6399 oasc.CoreContainer.registerCore registering core: lazy2
[junit4:junit4]   2> 1384 T6400 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1386 T6400 oass.SolrIndexSearcher.<init> Opening Searcher@4d8417f9 main
[junit4:junit4]   2> 1387 T6400 oasc.SolrCore.registerSearcher [lazy1] Registered new searcher Searcher@4d8417f9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1388 T6400 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1388 T6400 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1390 T6400 oasc.CoreMaps.putTransientCore Opening transient core lazy1
[junit4:junit4]   2> 1390 T6400 oasc.CoreContainer.registerCore registering core: lazy1
[junit4:junit4]   2> 1411 T6398 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1413 T6398 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1421 T6398 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1443 T6398 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1444 T6398 oasc.SolrCore.<init> [core1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\
[junit4:junit4]   2> 1444 T6398 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@26355060
[junit4:junit4]   2> 1444 T6398 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1444 T6398 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense forceNew: false
[junit4:junit4]   2> 1444 T6398 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index/
[junit4:junit4]   2> 1446 T6398 oasc.SolrCore.initIndex WARNING [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1446 T6398 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 1450 T6398 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3dcb5f3b lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ae2f248; maxCacheMB=0.1171875 maxMergeSizeMB=0.90234375)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1450 T6398 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1452 T6398 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1454 T6398 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1454 T6398 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1454 T6398 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1463 T6398 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1468 T6398 oass.SolrIndexSearcher.<init> Opening Searcher@73be7953 main
[junit4:junit4]   2> 1469 T6398 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@73be7953 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1469 T6398 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1469 T6398 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1471 T6398 oasc.CoreContainer.registerCore registering core: core1
[junit4:junit4]   2> 1471 T6392 oasc.CoreContainer.create Creating SolrCore 'core2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2
[junit4:junit4]   2> 1474 T6392 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\'
[junit4:junit4]   2> 1533 T6392 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1585 T6392 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
[junit4:junit4]   2> 1585 T6392 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1589 T6392 oass.IndexSchema.readSchema Schema name=tiny
[junit4:junit4]   2> 1610 T6392 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1611 T6392 oasc.SolrCore.<init> [core2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\
[junit4:junit4]   2> 1611 T6392 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@26355060
[junit4:junit4]   2> 1611 T6392 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1612 T6392 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense forceNew: false
[junit4:junit4]   2> 1612 T6392 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\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index/
[junit4:junit4]   2> 1614 T6392 oasc.SolrCore.initIndex WARNING [core2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1615 T6392 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index forceNew: false
[junit4:junit4]   2> 1618 T6392 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4bfcd3eb lockFactory=org.apache.lucene.store.NativeFSLockFactory@31778668),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1618 T6392 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1620 T6392 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 1621 T6392 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 1622 T6392 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 1622 T6392 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1632 T6392 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1638 T6392 oass.SolrIndexSearcher.<init> Opening Searcher@59827dfc main
[junit4:junit4]   2> 1638 T6392 oasc.SolrCore.registerSearcher [core2] Registered new searcher Searcher@59827dfc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1639 T6392 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1639 T6392 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1642 T6392 oasc.CoreContainer.registerCore registering core: core2
[junit4:junit4]   2> 1643 T6392 oasc.CoreContainer.persistFile Persisting cores config to C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]   2> 1649 T6392 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=99005669
[junit4:junit4]   2> 1650 T6392 oasc.SolrCore.close [lazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b1d6a5e
[junit4:junit4]   2> 1651 T6392 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1652 T6392 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1652 T6392 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1652 T6392 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1653 T6392 oasc.SolrCore.closeSearcher [lazy2] Closing main searcher on request.
[junit4:junit4]   2> 1653 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\index
[junit4:junit4]   2> 1653 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense\index
[junit4:junit4]   2> 1654 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense
[junit4:junit4]   2> 1654 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy2\stuffandnonsense
[junit4:junit4]   2> 1654 T6392 oasc.SolrCore.close [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7e42e6e1
[junit4:junit4]   2> 1657 T6392 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1658 T6392 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1658 T6392 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1658 T6392 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1658 T6392 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request.
[junit4:junit4]   2> 1658 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 1658 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense\index
[junit4:junit4]   2> 1659 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 1659 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core1\stuffandnonsense
[junit4:junit4]   2> 1659 T6392 oasc.SolrCore.close [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@42294b2a
[junit4:junit4]   2> 1662 T6392 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1662 T6392 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1662 T6392 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1664 T6392 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1664 T6392 oasc.SolrCore.closeSearcher [core2] Closing main searcher on request.
[junit4:junit4]   2> 1664 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 1664 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense
[junit4:junit4]   2> 1665 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 1665 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\core2\stuffandnonsense\index
[junit4:junit4]   2> 1665 T6392 oasc.SolrCore.close [lazy1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7661621
[junit4:junit4]   2> 1667 T6392 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 1667 T6392 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1668 T6392 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1668 T6392 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1668 T6392 oasc.SolrCore.closeSearcher [lazy1] Closing main searcher on request.
[junit4:junit4]   2> 1668 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 1668 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense
[junit4:junit4]   2> 1670 T6392 oasc.CachingDirectoryFactory.close Closing directory when closing factory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 1670 T6392 oasc.CachingDirectoryFactory.closeDirectory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\lazy1\stuffandnonsense\index
[junit4:junit4]   2> 1722 T6392 oas.SolrTestCaseJ4.tearDown ###Ending testPersistFalse
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistFalse -Dtests.seed=BE721DFEA9FD5AEE -Dtests.slow=true -Dtests.locale=es_AR -Dtests.timezone=America/Argentina/Ushuaia -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   1.09s | TestSolrDiscoveryProperties.testPersistFalse <<<
[junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BE721DFEA9FD5AEE:2B82AEE9EF247664]:0)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:132)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 1733 T6392 oas.SolrTestCaseJ4.setUp ###Starting testBackCompatXml
[junit4:junit4]   2> 1738 T6392 oas.SolrTestCaseJ4.tearDown ###Ending testBackCompatXml
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testBackCompatXml -Dtests.seed=BE721DFEA9FD5AEE -Dtests.slow=true -Dtests.locale=es_AR -Dtests.timezone=America/Argentina/Ushuaia -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.01s | TestSolrDiscoveryProperties.testBackCompatXml <<<
[junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:47)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.testBackCompatXml(TestSolrDiscoveryProperties.java:371)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:132)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 1747 T6392 oas.SolrTestCaseJ4.setUp ###Starting testPersistTrue
[junit4:junit4]   2> 1752 T6392 oas.SolrTestCaseJ4.tearDown ###Ending testPersistTrue
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrDiscoveryProperties -Dtests.method=testPersistTrue -Dtests.seed=BE721DFEA9FD5AEE -Dtests.slow=true -Dtests.locale=es_AR -Dtests.timezone=America/Argentina/Ushuaia -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.01s | TestSolrDiscoveryProperties.testPersistTrue <<<
[junit4:junit4]    > Throwable #1: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.setMeUp(TestSolrDiscoveryProperties.java:47)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.testPersistTrue(TestSolrDiscoveryProperties.java:185)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Throwable #2: java.io.IOException: Unable to delete file: .\org.apache.solr.core.TestSolrDiscoveryProperties\solrHome\solr.properties
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1919)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1399)
[junit4:junit4]    > 	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1331)
[junit4:junit4]    > 	at org.apache.solr.core.TestSolrDiscoveryProperties.after(TestSolrDiscoveryProperties.java:132)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 1759 T6392 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=370), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=370)), sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=es_AR, timezone=America/Argentina/Ushuaia
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_15 (64-bit)/cpus=2,threads=1,free=146186560,total=366084096
[junit4:junit4]   2> NOTE: All tests run in this JVM: [OutputWriterTest, SolrRequestParserTest, TestSort, XsltUpdateRequestHandlerTest, NoCacheHeaderTest, TestRecovery, AlternateDirectoryTest, ZkNodePropsTest, TestUpdate, JSONWriterTest, TestBM25SimilarityFactory, DateFieldTest, SuggesterTest, IndexSchemaRuntimeFieldTest, TestDefaultSimilarityFactory, NumericFieldsTest, UpdateRequestProcessorFactoryTest, PathHierarchyTokenizerFactoryTest, TestDocSet, SynonymTokenizerTest, TestFastWriter, TestValueSourceCache, TestSolrCoreProperties, TestSurroundQueryParser, TestQueryUtils, DateMathParserTest, TestSuggestSpellingConverter, TestHashPartitioner, SliceStateUpdateTest, PluginInfoTest, TestTrie, TestCopyFieldCollectionResource, TestPerFieldSimilarity, CollectionsAPIDistributedZkTest, TestPropInjectDefaults, DocumentBuilderTest, TestZkChroot, SystemInfoHandlerTest, SolrIndexSplitterTest, URLClassifyProcessorTest, QueryEqualityTest, PolyFieldTest, TestMergePolicyConfig, RAMDirectoryFactoryTest, SolrCoreCheckLockOnStartupTest, CacheHeaderTest, SignatureUpdateProcessorFactoryTest, ZkSolrClientTest, HighlighterTest, QueryParsingTest, TestAnalyzedSuggestions, BasicDistributedZk2Test, FileUtilsTest, TestFastLRUCache, TestLMJelinekMercerSimilarityFactory, SpellCheckComponentTest, TestCoreContainer, SoftAutoCommitTest, DistributedSpellCheckComponentTest, DirectUpdateHandlerTest, AnalysisAfterCoreReloadTest, TestBinaryResponseWriter, SuggesterFSTTest, ChaosMonkeySafeLeaderTest, DebugComponentTest, TestCodecSupport, TestSolrDeletionPolicy1, MoreLikeThisHandlerTest, DocValuesMultiTest, TestCollationField, MBeansHandlerTest, CoreContainerCoreInitFailuresTest, SpellPossibilityIteratorTest, TestPseudoReturnFields, MinimalSchemaTest, TestStressLucene, LoggingHandlerTest, IndexBasedSpellCheckerTest, UpdateParamsTest, XmlUpdateRequestHandlerTest, NotRequiredUniqueKeyTest, FastVectorHighlighterTest, BadIndexSchemaTest, FileBasedSpellCheckerTest, FieldAnalysisRequestHandlerTest, DOMUtilTest, ShowFileRequestHandlerTest, TestMultiCoreConfBootstrap, TestSweetSpotSimilarityFactory, RecoveryZkTest, TestElisionMultitermQuery, TestPartialUpdateDeduplication, TestQueryTypes, PeerSyncTest, OverseerTest, TestDFRSimilarityFactory, DefaultValueUpdateProcessorTest, RegexBoostProcessorTest, TestLFUCache, ShardRoutingTest, SimplePostToolTest, FullSolrCloudDistribCmdsTest, LeaderElectionIntegrationTest, SpatialFilterTest, TestRandomFaceting, TestWriterPerf, TestReplicationHandler, MultiTermTest, HighlighterConfigTest, TestLazyCores, TestJmxIntegration, UniqFieldsUpdateProcessorFactoryTest, TestNumberUtils, OverseerCollectionProcessorTest, TestFieldTypeCollectionResource, BinaryUpdateRequestHandlerTest, BadComponentTest, TestFieldCollectionResource, UUIDFieldTest, TestRandomDVFaceting, TestRTGBase, SOLR749Test, SolrCoreTest, SearchHandlerTest, TestGroupingSearch, CurrencyFieldXmlFileTest, TermVectorComponentTest, BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, BasicZkTest, ClusterStateUpdateTest, LeaderElectionTest, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestBadConfig, TestIndexSearcher, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, TestSolrDiscoveryProperties]
[junit4:junit4] Completed in 1.79s, 4 tests, 3 errors <<< FAILURES!

[...truncated 311 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:381: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:361: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:183: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1213: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:877: There were test failures: 270 suites, 1140 tests, 3 errors, 18 ignored (12 assumptions)

Total time: 58 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.7.0_15 -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure