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/05/21 15:00:55 UTC

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2845 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2845/
Java: 32bit/jdk1.7.0_21 -server -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:5A3671BE3269B753]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:74534C6463E24A9F]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
	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$7.evaluate(RandomizedRunner.java:771)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:579DA4DC02279D26]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:2EDBDE90140CDD82]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10375 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 61956 [TEST-TestSolrProperties.testProperties-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 27452131
[junit4:junit4]   1> 61957 [TEST-TestSolrProperties.testProperties-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 61957 [TEST-TestSolrProperties.testProperties-seed#[972545F18498DFED]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=972545F18498DFED -Dtests.slow=true -Dtests.locale=uk_UA -Dtests.timezone=America/Guyana -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.23s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1369141101823\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=uk_UA, timezone=America/Guyana
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=87774600,total=210698240
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, SolrExampleXMLTest, TestUpdateRequestCodec, SolrExampleJettyTest, ClientUtilsTest, SolrExampleStreamingTest, TestSolrProperties]
[junit4:junit4] Completed in 0.26s, 1 test, 1 error <<< FAILURES!

[...truncated 70 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 199744 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 17162447
[junit4:junit4]   1> 199746 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 199746 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[972545F18498DFED]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=972545F18498DFED -Dtests.slow=true -Dtests.locale=ar_DZ -Dtests.timezone=Asia/Kuwait -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.15s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:5A3671BE3269B753]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 199891 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 16157861
[junit4:junit4]   1> 199892 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 199892 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[972545F18498DFED]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=972545F18498DFED -Dtests.slow=true -Dtests.locale=ar_DZ -Dtests.timezone=Asia/Kuwait -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.14s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:74534C6463E24A9F]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ar_DZ, timezone=Asia/Kuwait
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=118035520,total=222035968
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, SolrExampleXMLTest, TestUpdateRequestCodec, SolrExampleJettyTest, ClientUtilsTest, SolrExampleStreamingTest, TestSolrProperties, TestJavaBinCodec, MultiCoreExampleJettyTest, TestSpellCheckResponse, MergeIndexesEmbeddedTest, SolrExampleBinaryTest, TestDocumentObjectBinder, FacetFieldTest, LargeVolumeBinaryJettyTest, SolrDocumentTest, JettyWebappTest, TermsResponseTest, CloudSolrServerTest, AnlysisResponseBaseTest, TestNamedListCodec, ContentStreamTest, TestLBHttpSolrServer, SolrExampleStreamingBinaryTest, SolrExampleEmbeddedTest, TestBatchUpdate, LargeVolumeEmbeddedTest, LargeVolumeJettyTest, SolrParamTest, MultiCoreEmbeddedTest, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.38s, 2 tests, 2 errors <<< FAILURES!

[...truncated 4 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 200512 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 30129838
[junit4:junit4]   1> 200512 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 200512 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[972545F18498DFED]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=972545F18498DFED -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=Europe/Mariehamn -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.13s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:579DA4DC02279D26]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 200640 [TEST-TestCoreAdmin.testErrorCases-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 25238281
[junit4:junit4]   1> 200640 [TEST-TestCoreAdmin.testErrorCases-seed#[972545F18498DFED]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 200641 [TEST-TestCoreAdmin.testErrorCases-seed#[972545F18498DFED]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=972545F18498DFED -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=Europe/Mariehamn -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.15s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([972545F18498DFED:2EDBDE90140CDD82]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=es_HN, timezone=Europe/Mariehamn
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=39830768,total=222035968
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, SolrExampleXMLTest, TestUpdateRequestCodec, SolrExampleJettyTest, ClientUtilsTest, SolrExampleStreamingTest, TestSolrProperties, TestJavaBinCodec, MultiCoreExampleJettyTest, TestSpellCheckResponse, MergeIndexesEmbeddedTest, SolrExampleBinaryTest, TestDocumentObjectBinder, FacetFieldTest, LargeVolumeBinaryJettyTest, SolrDocumentTest, JettyWebappTest, TermsResponseTest, CloudSolrServerTest, AnlysisResponseBaseTest, TestNamedListCodec, ContentStreamTest, TestLBHttpSolrServer, SolrExampleStreamingBinaryTest, SolrExampleEmbeddedTest, TestBatchUpdate, LargeVolumeEmbeddedTest, LargeVolumeJettyTest, SolrParamTest, MultiCoreEmbeddedTest, TestEmbeddedSolrServer, QueryResponseTest, TestCoreAdmin]
[junit4:junit4] Completed in 0.32s, 2 tests, 2 errors <<< FAILURES!

[...truncated 46 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:380: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

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



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2848 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2848/
Java: 32bit/jdk1.7.0_21 -client -XX:+UseG1GC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:89ED54F6F3688AE0]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:A788692CA2E3772C]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
	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$7.evaluate(RandomizedRunner.java:771)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:D365C60284861DFD]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:AA23BC4E92AD5D59]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10412 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 134766 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 9000883
[junit4:junit4]   1> 134767 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 134768 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=6A9B5D6314121F92 -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Indian/Cocos -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.17s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:89ED54F6F3688AE0]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 134937 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 23555744
[junit4:junit4]   1> 134938 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 134938 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 135026 [Finalizer] ERROR org.apache.solr.core.CoreContainer  ? CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=9000883
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=6A9B5D6314121F92 -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Indian/Cocos -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.17s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:A788692CA2E3772C]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=is_IS, timezone=Indian/Cocos
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=33909584,total=90177536
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, ModifiableSolrParamsTest, MergeIndexesEmbeddedTest, TestSpellCheckResponse, TestFastInputStream, JettyWebappTest, LargeVolumeBinaryJettyTest, MultiCoreExampleJettyTest, LargeVolumeEmbeddedTest, TestUpdateRequestCodec, FieldAnalysisResponseTest, SolrQueryTest, SolrParamTest, CloudSolrServerTest, TestHash, TestBatchUpdate, QueryResponseTest, TestLBHttpSolrServer, SolrExampleJettyTest, ClientUtilsTest, SolrExampleEmbeddedTest, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.36s, 2 tests, 2 errors <<< FAILURES!

[...truncated 19 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 192275 [TEST-TestSolrProperties.testProperties-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 3492728
[junit4:junit4]   1> 192275 [TEST-TestSolrProperties.testProperties-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 192277 [TEST-TestSolrProperties.testProperties-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=6A9B5D6314121F92 -Dtests.slow=true -Dtests.locale=ar_SD -Dtests.timezone=US/Michigan -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.24s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1369207771251\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=ar_SD, timezone=US/Michigan
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=61539400,total=103809024
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, ModifiableSolrParamsTest, MergeIndexesEmbeddedTest, TestSpellCheckResponse, TestFastInputStream, JettyWebappTest, LargeVolumeBinaryJettyTest, MultiCoreExampleJettyTest, LargeVolumeEmbeddedTest, TestUpdateRequestCodec, FieldAnalysisResponseTest, SolrQueryTest, SolrParamTest, CloudSolrServerTest, TestHash, TestBatchUpdate, QueryResponseTest, TestLBHttpSolrServer, SolrExampleJettyTest, ClientUtilsTest, SolrExampleEmbeddedTest, TestEmbeddedSolrServer, NamedListTest, SolrExampleStreamingTest, SolrExampleStreamingBinaryTest, SolrExampleBinaryTest, SolrExampleXMLTest, LargeVolumeJettyTest, TestSolrProperties]
[junit4:junit4] Completed in 0.27s, 1 test, 1 error <<< FAILURES!

[...truncated 7 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 196255 [TEST-TestCoreAdmin.testErrorCases-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 23940585
[junit4:junit4]   1> 196255 [TEST-TestCoreAdmin.testErrorCases-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 196256 [TEST-TestCoreAdmin.testErrorCases-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=6A9B5D6314121F92 -Dtests.slow=true -Dtests.locale=zh_CN -Dtests.timezone=Africa/Douala -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.18s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:D365C60284861DFD]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 196431 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 10552878
[junit4:junit4]   1> 196431 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 196432 [TEST-TestCoreAdmin.testCustomUlogDir-seed#[6A9B5D6314121F92]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=6A9B5D6314121F92 -Dtests.slow=true -Dtests.locale=zh_CN -Dtests.timezone=Africa/Douala -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.14s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A9B5D6314121F92:AA23BC4E92AD5D59]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=zh_CN, timezone=Africa/Douala
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=1,free=42654408,total=105906176
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BasicHttpSolrServerTest, ModifiableSolrParamsTest, MergeIndexesEmbeddedTest, TestSpellCheckResponse, TestFastInputStream, JettyWebappTest, LargeVolumeBinaryJettyTest, MultiCoreExampleJettyTest, LargeVolumeEmbeddedTest, TestUpdateRequestCodec, FieldAnalysisResponseTest, SolrQueryTest, SolrParamTest, CloudSolrServerTest, TestHash, TestBatchUpdate, QueryResponseTest, TestLBHttpSolrServer, SolrExampleJettyTest, ClientUtilsTest, SolrExampleEmbeddedTest, TestEmbeddedSolrServer, NamedListTest, SolrExampleStreamingTest, SolrExampleStreamingBinaryTest, SolrExampleBinaryTest, SolrExampleXMLTest, LargeVolumeJettyTest, TestSolrProperties, MultiCoreEmbeddedTest, TermsResponseTest, TestCoreAdmin]
[junit4:junit4] Completed in 0.35s, 2 tests, 2 errors <<< FAILURES!

[...truncated 52 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:380: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

Total time: 68 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_21 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_21) - Build # 2847 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2847/
Java: 32bit/jdk1.7.0_21 -server -XX:+UseParallelGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.ShardSplitTest.testDistribSearch

Error Message:
Server at http://127.0.0.1:54428 returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:54428 returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([C5168ED4B1F5093:8DB7E6F53C4030AF]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:133)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
	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 10009 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4:junit4]   2> 2285878 T6777 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 2285882 T6777 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-ShardSplitTest-1369183813755
[junit4:junit4]   2> 2285884 T6777 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 2285886 T6778 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 2285959 T6777 oasc.ZkTestServer.run start zk server on port:54409
[junit4:junit4]   2> 2285960 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2285972 T6784 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1292b5e name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2285973 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2285973 T6777 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 2285979 T6779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec9b700840000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2285981 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2285984 T6786 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@159bd4 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2285985 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2285985 T6777 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 2285990 T6777 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 2285993 T6777 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 2285997 T6777 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 2286000 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2286001 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2286007 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 2286008 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 2286013 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2286013 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2286018 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 2286018 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 2286022 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 2286023 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 2286026 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2286027 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2286030 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2286030 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2286035 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2286035 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2286058 T6777 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2286059 T6777 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2286075 T6779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec9b700840001, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2286381 T6777 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2286388 T6777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54416
[junit4:junit4]   2> 2286389 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2286389 T6777 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2286390 T6777 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947
[junit4:junit4]   2> 2286390 T6777 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\solr.xml
[junit4:junit4]   2> 2286390 T6777 oasc.CoreContainer.<init> New CoreContainer 12590368
[junit4:junit4]   2> 2286390 T6777 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\'
[junit4:junit4]   2> 2286390 T6777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\'
[junit4:junit4]   2> 2286470 T6777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2286470 T6777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2286470 T6777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2286470 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2286471 T6777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2286471 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2286472 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2286472 T6777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2286472 T6777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2286473 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2286479 T6777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2286480 T6777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54409/solr
[junit4:junit4]   2> 2286480 T6777 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2286482 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2286495 T6797 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1820c30 name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2286496 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2286499 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2286505 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2286517 T6799 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cbe827 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2286517 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2286520 T6777 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 2286525 T6777 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 2286529 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 2286532 T6777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54416_
[junit4:junit4]   2> 2286533 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54416_
[junit4:junit4]   2> 2286538 T6777 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 2286546 T6777 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 2286549 T6777 oasc.Overseer.start Overseer (id=89730830418837507-127.0.0.1:54416_-n_0000000000) starting
[junit4:junit4]   2> 2286555 T6777 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 2286562 T6801 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 2286563 T6777 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 2286568 T6777 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 2286571 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2286574 T6800 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 2286578 T6802 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\collection1
[junit4:junit4]   2> 2286578 T6802 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 2286578 T6802 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2286578 T6802 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 2286581 T6802 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\collection1\'
[junit4:junit4]   2> 2286582 T6802 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2286583 T6802 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947/collection1/lib/README' to classloader
[junit4:junit4]   2> 2286619 T6802 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2286663 T6802 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2286665 T6802 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2286669 T6802 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2287072 T6802 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2287075 T6802 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2287077 T6802 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2287081 T6802 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2287105 T6802 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2287105 T6802 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1369183813947\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/control/data\
[junit4:junit4]   2> 2287105 T6802 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@181b10d
[junit4:junit4]   2> 2287105 T6802 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2287106 T6802 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/control/data\
[junit4:junit4]   2> 2287106 T6802 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/control/data\index/
[junit4:junit4]   2> 2287106 T6802 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369183813754\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2287107 T6802 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/control/data\index
[junit4:junit4]   2> 2287110 T6802 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@cf65ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@1965e4d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2287110 T6802 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2287113 T6802 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2287114 T6802 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2287114 T6802 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2287114 T6802 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2287114 T6802 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2287115 T6802 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2287115 T6802 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2287115 T6802 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2287116 T6802 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2287123 T6802 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2287128 T6802 oass.SolrIndexSearcher.<init> Opening Searcher@db4abd main
[junit4:junit4]   2> 2287128 T6802 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754\control\data\tlog
[junit4:junit4]   2> 2287130 T6802 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2287130 T6802 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2287132 T6803 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@db4abd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2287132 T6802 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2287132 T6802 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2287615 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2287617 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54416_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54416"}
[junit4:junit4]   2> 2287617 T6800 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2287617 T6800 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2287627 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2287794 T6802 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2287794 T6802 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54416 collection:control_collection shard:shard1
[junit4:junit4]   2> 2287796 T6802 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2287817 T6802 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2287824 T6802 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2287825 T6802 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2287825 T6802 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54416/collection1/
[junit4:junit4]   2> 2287825 T6802 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2287825 T6802 oasc.SyncStrategy.syncToMe http://127.0.0.1:54416/collection1/ has no replicas
[junit4:junit4]   2> 2287826 T6802 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54416/collection1/
[junit4:junit4]   2> 2287826 T6802 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2288623 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2288644 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2288680 T6802 oasc.ZkController.register We are http://127.0.0.1:54416/collection1/ and leader is http://127.0.0.1:54416/collection1/
[junit4:junit4]   2> 2288680 T6802 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54416
[junit4:junit4]   2> 2288681 T6802 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2288681 T6802 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2288682 T6802 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2288685 T6802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2288687 T6777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2288688 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2288689 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2288697 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 2288698 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2288702 T6806 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bef6d5 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2288702 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2288703 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2288707 T6777 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 2288971 T6777 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2288975 T6777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54428
[junit4:junit4]   2> 2288975 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2288975 T6777 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2288976 T6777 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579
[junit4:junit4]   2> 2288976 T6777 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\solr.xml
[junit4:junit4]   2> 2288976 T6777 oasc.CoreContainer.<init> New CoreContainer 33074039
[junit4:junit4]   2> 2288976 T6777 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\'
[junit4:junit4]   2> 2288976 T6777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\'
[junit4:junit4]   2> 2289053 T6777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2289053 T6777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2289054 T6777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2289054 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2289054 T6777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2289054 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2289054 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2289055 T6777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2289055 T6777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2289056 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2289062 T6777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2289063 T6777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54409/solr
[junit4:junit4]   2> 2289063 T6777 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2289065 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2289073 T6817 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11aa1bb name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2289074 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2289076 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2289081 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2289085 T6819 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73746f name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2289085 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2289091 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2289647 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2289649 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54416_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54416"}
[junit4:junit4]   2> 2289662 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289662 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289663 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289754 T6777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54428_
[junit4:junit4]   2> 2289756 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54428_
[junit4:junit4]   2> 2289759 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289759 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289759 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2289763 T6806 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2289763 T6819 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2289763 T6799 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2289769 T6820 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\collection1
[junit4:junit4]   2> 2289769 T6820 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2289770 T6820 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2289770 T6820 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2289773 T6820 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\collection1\'
[junit4:junit4]   2> 2289775 T6820 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2289776 T6820 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579/collection1/lib/README' to classloader
[junit4:junit4]   2> 2289817 T6820 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2289859 T6820 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2289860 T6820 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2289864 T6820 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2290259 T6820 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2290262 T6820 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2290264 T6820 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2290267 T6820 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2290290 T6820 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2290307 T6820 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1369183816579\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty1\
[junit4:junit4]   2> 2290307 T6820 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@181b10d
[junit4:junit4]   2> 2290308 T6820 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2290308 T6820 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty1\
[junit4:junit4]   2> 2290309 T6820 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty1\index/
[junit4:junit4]   2> 2290309 T6820 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2290309 T6820 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty1\index
[junit4:junit4]   2> 2290312 T6820 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2290312 T6820 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2290314 T6820 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2290314 T6820 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2290315 T6820 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2290315 T6820 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2290316 T6820 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2290316 T6820 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2290316 T6820 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2290317 T6820 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2290317 T6820 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2290324 T6820 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2290329 T6820 oass.SolrIndexSearcher.<init> Opening Searcher@c208cc main
[junit4:junit4]   2> 2290329 T6820 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty1\tlog
[junit4:junit4]   2> 2290330 T6820 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2290331 T6820 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2290333 T6821 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c208cc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2290334 T6820 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2290334 T6820 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2290663 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2290663 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54428_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54428"}
[junit4:junit4]   2> 2290663 T6800 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 2290664 T6800 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2290670 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2290671 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2290671 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2290998 T6820 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2290998 T6820 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54428 collection:collection1 shard:shard1
[junit4:junit4]   2> 2290999 T6820 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 2291013 T6820 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2291017 T6820 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2291018 T6820 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2291018 T6820 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54428/collection1/
[junit4:junit4]   2> 2291018 T6820 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2291018 T6820 oasc.SyncStrategy.syncToMe http://127.0.0.1:54428/collection1/ has no replicas
[junit4:junit4]   2> 2291018 T6820 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54428/collection1/
[junit4:junit4]   2> 2291018 T6820 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 2291667 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2291683 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2291683 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2291683 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2291700 T6820 oasc.ZkController.register We are http://127.0.0.1:54428/collection1/ and leader is http://127.0.0.1:54428/collection1/
[junit4:junit4]   2> 2291700 T6820 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54428
[junit4:junit4]   2> 2291700 T6820 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2291701 T6820 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2291701 T6820 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2291703 T6820 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2291705 T6777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2291705 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2291707 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2291994 T6777 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2291997 T6777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54437
[junit4:junit4]   2> 2291997 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2291997 T6777 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2291998 T6777 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586
[junit4:junit4]   2> 2291998 T6777 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\solr.xml
[junit4:junit4]   2> 2291998 T6777 oasc.CoreContainer.<init> New CoreContainer 6944454
[junit4:junit4]   2> 2291998 T6777 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\'
[junit4:junit4]   2> 2291998 T6777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\'
[junit4:junit4]   2> 2292076 T6777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2292076 T6777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2292076 T6777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2292077 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2292077 T6777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2292077 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2292077 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2292078 T6777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2292078 T6777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2292078 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2292084 T6777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2292085 T6777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54409/solr
[junit4:junit4]   2> 2292085 T6777 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2292086 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2292098 T6833 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1baaff3 name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2292099 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2292101 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2292107 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2292110 T6835 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c64ac5 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2292110 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2292117 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2292680 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2292681 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54428_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54428"}
[junit4:junit4]   2> 2292689 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292689 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292690 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292690 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292779 T6777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54437_
[junit4:junit4]   2> 2292781 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54437_
[junit4:junit4]   2> 2292784 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292784 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292784 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292784 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 2292788 T6806 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2292791 T6799 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2292792 T6819 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2292792 T6835 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2292797 T6836 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\collection1
[junit4:junit4]   2> 2292797 T6836 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2292797 T6836 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2292797 T6836 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2292799 T6836 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\collection1\'
[junit4:junit4]   2> 2292801 T6836 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2292801 T6836 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586/collection1/lib/README' to classloader
[junit4:junit4]   2> 2292836 T6836 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2292883 T6836 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2292889 T6836 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2292893 T6836 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2293286 T6836 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2293289 T6836 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2293290 T6836 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2293293 T6836 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2293316 T6836 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2293316 T6836 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1369183819586\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty2\
[junit4:junit4]   2> 2293316 T6836 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@181b10d
[junit4:junit4]   2> 2293316 T6836 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2293316 T6836 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty2\
[junit4:junit4]   2> 2293317 T6836 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty2\index/
[junit4:junit4]   2> 2293317 T6836 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2293318 T6836 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty2\index
[junit4:junit4]   2> 2293321 T6836 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2293321 T6836 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2293323 T6836 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2293324 T6836 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2293324 T6836 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2293325 T6836 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2293325 T6836 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2293325 T6836 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2293325 T6836 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2293326 T6836 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2293326 T6836 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2293333 T6836 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2293338 T6836 oass.SolrIndexSearcher.<init> Opening Searcher@36d35f main
[junit4:junit4]   2> 2293338 T6836 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty2\tlog
[junit4:junit4]   2> 2293340 T6836 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2293340 T6836 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2293343 T6837 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36d35f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2293344 T6836 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2293344 T6836 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2293688 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2293689 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54437_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54437"}
[junit4:junit4]   2> 2293689 T6800 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2293689 T6800 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 2293696 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2293696 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2293697 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2293697 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2294042 T6836 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2294042 T6836 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54437 collection:collection1 shard:shard2
[junit4:junit4]   2> 2294044 T6836 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 2294066 T6836 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2294075 T6836 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2294075 T6836 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2294075 T6836 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54437/collection1/
[junit4:junit4]   2> 2294076 T6836 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2294077 T6836 oasc.SyncStrategy.syncToMe http://127.0.0.1:54437/collection1/ has no replicas
[junit4:junit4]   2> 2294077 T6836 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54437/collection1/
[junit4:junit4]   2> 2294078 T6836 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 2294791 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2294818 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2294819 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2294818 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2294819 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2294831 T6836 oasc.ZkController.register We are http://127.0.0.1:54437/collection1/ and leader is http://127.0.0.1:54437/collection1/
[junit4:junit4]   2> 2294832 T6836 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54437
[junit4:junit4]   2> 2294833 T6836 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2294833 T6836 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2294837 T6836 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2294842 T6836 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2294845 T6777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2294845 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2294845 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2295251 T6777 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2295256 T6777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54446
[junit4:junit4]   2> 2295257 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2295257 T6777 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2295257 T6777 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729
[junit4:junit4]   2> 2295257 T6777 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\solr.xml
[junit4:junit4]   2> 2295257 T6777 oasc.CoreContainer.<init> New CoreContainer 20947900
[junit4:junit4]   2> 2295258 T6777 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\'
[junit4:junit4]   2> 2295259 T6777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\'
[junit4:junit4]   2> 2295359 T6777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2295360 T6777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2295360 T6777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2295360 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2295362 T6777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2295362 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2295362 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2295362 T6777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2295363 T6777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2295363 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2295369 T6777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2295370 T6777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54409/solr
[junit4:junit4]   2> 2295371 T6777 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2295372 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2295391 T6849 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7212b0 name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2295392 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2295395 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2295403 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2295405 T6851 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b20d17 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2295405 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2295411 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2295926 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2295927 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54437_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54437"}
[junit4:junit4]   2> 2295942 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2295942 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2295942 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2295942 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2295942 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2296141 T6777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54446_
[junit4:junit4]   2> 2296157 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54446_
[junit4:junit4]   2> 2296165 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2296165 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2296165 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2296165 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 2296171 T6851 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2296171 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2296178 T6806 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2296178 T6819 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2296179 T6799 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2296179 T6835 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2296192 T6852 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\collection1
[junit4:junit4]   2> 2296192 T6852 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2296192 T6852 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2296192 T6852 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2296194 T6852 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\collection1\'
[junit4:junit4]   2> 2296196 T6852 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2296196 T6852 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729/collection1/lib/README' to classloader
[junit4:junit4]   2> 2296238 T6852 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2296296 T6852 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2296298 T6852 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2296302 T6852 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2296711 T6852 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2296713 T6852 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2296716 T6852 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2296720 T6852 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2296745 T6852 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2296745 T6852 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1369183822729\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\
[junit4:junit4]   2> 2296745 T6852 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@181b10d
[junit4:junit4]   2> 2296745 T6852 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2296748 T6852 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\
[junit4:junit4]   2> 2296748 T6852 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index/
[junit4:junit4]   2> 2296748 T6852 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty3\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2296749 T6852 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index
[junit4:junit4]   2> 2296755 T6852 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19cfa49 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c9938c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2296755 T6852 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2296759 T6852 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2296760 T6852 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2296760 T6852 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2296761 T6852 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2296762 T6852 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2296762 T6852 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2296762 T6852 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2296763 T6852 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2296764 T6852 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2296774 T6852 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2296779 T6852 oass.SolrIndexSearcher.<init> Opening Searcher@15db744 main
[junit4:junit4]   2> 2296780 T6852 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty3\tlog
[junit4:junit4]   2> 2296781 T6852 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2296781 T6852 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2296784 T6852 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2296784 T6852 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2296785 T6853 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15db744 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2297040 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2297042 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54446_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54446"}
[junit4:junit4]   2> 2297042 T6800 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2297043 T6800 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 2297058 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2297059 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2297060 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2297061 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2297061 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2297522 T6852 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2297522 T6852 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54446 collection:collection1 shard:shard1
[junit4:junit4]   2> 2297530 T6852 oasc.ZkController.register We are http://127.0.0.1:54446/collection1/ and leader is http://127.0.0.1:54428/collection1/
[junit4:junit4]   2> 2297531 T6852 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54446
[junit4:junit4]   2> 2297531 T6852 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 2297531 T6852 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C2218 name=collection1 org.apache.solr.core.SolrCore@192943e url=http://127.0.0.1:54446/collection1 node=127.0.0.1:54446_ C2218_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:54446_, base_url=http://127.0.0.1:54446}
[junit4:junit4]   2> 2297532 T6854 C2218 P54446 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 2297534 T6854 C2218 P54446 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2297535 T6854 C2218 P54446 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 2297535 T6854 C2218 P54446 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2297535 T6852 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2297541 T6854 C2218 P54446 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2297544 T6777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2297545 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2297545 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2297559 T6813 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 2297870 T6777 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2297874 T6777 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54456
[junit4:junit4]   2> 2297874 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2297886 T6777 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2297887 T6777 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428
[junit4:junit4]   2> 2297887 T6777 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\solr.xml
[junit4:junit4]   2> 2297888 T6777 oasc.CoreContainer.<init> New CoreContainer 21728229
[junit4:junit4]   2> 2297888 T6777 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\'
[junit4:junit4]   2> 2297888 T6777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\'
[junit4:junit4]   2> 2297968 T6777 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2297968 T6777 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2297968 T6777 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2297969 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2297969 T6777 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2297969 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2297969 T6777 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2297971 T6777 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2297971 T6777 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2297971 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2297977 T6777 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2297978 T6777 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54409/solr
[junit4:junit4]   2> 2297978 T6777 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2297980 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2297990 T6866 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@170282b name:ZooKeeperConnection Watcher:127.0.0.1:54409 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2297991 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2297993 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2297994 T6779 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13ec9b70084000b, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 2298000 T6777 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2298005 T6868 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e07490 name:ZooKeeperConnection Watcher:127.0.0.1:54409/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2298005 T6777 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2298019 T6777 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2298167 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2298168 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54446_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54446"}
[junit4:junit4]   2> 2298188 T6868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298188 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298189 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298189 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298189 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298190 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298285 T6813 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 2298286 T6813 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:54446_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=727 
[junit4:junit4]   2> 2298749 T6777 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54456_
[junit4:junit4]   2> 2298753 T6777 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54456_
[junit4:junit4]   2> 2298768 T6868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298769 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298769 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298770 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298770 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 2298774 T6851 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298774 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2298776 T6868 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298776 T6806 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298777 T6819 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298777 T6799 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298778 T6835 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2298790 T6869 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\collection1
[junit4:junit4]   2> 2298790 T6869 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 2298791 T6869 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2298791 T6869 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 2298792 T6869 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\collection1\'
[junit4:junit4]   2> 2298793 T6869 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 2298793 T6869 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428/collection1/lib/README' to classloader
[junit4:junit4]   2> 2298832 T6869 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 2298879 T6869 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2298881 T6869 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2298886 T6869 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 2299325 T6869 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2299327 T6869 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2299330 T6869 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2299344 T6869 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2299369 T6869 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2299369 T6869 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty4-1369183825428\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\
[junit4:junit4]   2> 2299370 T6869 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@181b10d
[junit4:junit4]   2> 2299370 T6869 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2299371 T6869 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\
[junit4:junit4]   2> 2299371 T6869 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index/
[junit4:junit4]   2> 2299371 T6869 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty4\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2299371 T6869 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index
[junit4:junit4]   2> 2299374 T6869 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16ecd9c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d26f99),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2299374 T6869 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2299378 T6869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2299378 T6869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2299378 T6869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2299378 T6869 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2299379 T6869 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2299379 T6869 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2299379 T6869 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2299379 T6869 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2299380 T6869 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2299392 T6869 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2299398 T6869 oass.SolrIndexSearcher.<init> Opening Searcher@17c97d2 main
[junit4:junit4]   2> 2299398 T6869 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.ShardSplitTest-1369183813754\jetty4\tlog
[junit4:junit4]   2> 2299400 T6869 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2299400 T6869 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2299403 T6870 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17c97d2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2299404 T6869 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2299404 T6869 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> ASYNC  NEW_CORE C2219 name=collection1 org.apache.solr.core.SolrCore@192943e url=http://127.0.0.1:54446/collection1 node=127.0.0.1:54446_ C2219_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54446_, base_url=http://127.0.0.1:54446}
[junit4:junit4]   2> 2299738 T6854 C2219 P54446 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:54428/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 2299738 T6854 C2219 P54446 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54446 START replicas=[http://127.0.0.1:54428/collection1/] nUpdates=100
[junit4:junit4]   2> 2299738 T6854 C2219 P54446 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2299738 T6854 C2219 P54446 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 2299738 T6854 C2219 P54446 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 2299739 T6854 C2219 P54446 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 2299739 T6854 C2219 P54446 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2299739 T6854 C2219 P54446 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:54428/collection1/. core=collection1
[junit4:junit4]   2> 2299740 T6854 C2219 P54446 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C2220 name=collection1 org.apache.solr.core.SolrCore@1b9881c url=http://127.0.0.1:54428/collection1 node=127.0.0.1:54428_ C2220_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54428_, base_url=http://127.0.0.1:54428, leader=true}
[junit4:junit4]   2> 2299754 T6813 C2220 P54428 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2299754 T6814 C2220 P54428 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2299757 T6813 C2220 P54428 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2299758 T6813 C2220 P54428 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2299759 T6813 C2220 P54428 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2299759 T6813 C2220 P54428 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2299759 T6813 C2220 P54428 oass.SolrIndexSearcher.<init> Opening Searcher@4df900 realtime
[junit4:junit4]   2> 2299759 T6813 C2220 P54428 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2299759 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> ASYNC  NEW_CORE C2221 name=collection1 org.apache.solr.core.SolrCore@192943e url=http://127.0.0.1:54446/collection1 node=127.0.0.1:54446_ C2221_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54446_, base_url=http://127.0.0.1:54446}
[junit4:junit4]   2> 2299761 T6854 C2221 P54446 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2299761 T6854 C2221 P54446 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2299763 T6810 C2220 P54428 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2299764 T6810 C2220 P54428 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2299764 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2299764 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2299764 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2299766 T6811 C2220 P54428 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2299767 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 2299768 T6854 C2221 P54446 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index.20130522085027639
[junit4:junit4]   2> 2299768 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a6eda2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16aa594) fullCopy=false
[junit4:junit4]   2> 2299770 T6812 C2220 P54428 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 2299771 T6854 C2221 P54446 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2299772 T6854 C2221 P54446 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2299772 T6854 C2221 P54446 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 2299775 T6854 C2221 P54446 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19cfa49 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c9938c),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19cfa49 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c9938c),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2299776 T6854 C2221 P54446 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2299777 T6854 C2221 P54446 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2299777 T6854 C2221 P54446 oass.SolrIndexSearcher.<init> Opening Searcher@164dcda main
[junit4:junit4]   2> 2299778 T6853 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@164dcda main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index.20130522085027639 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index.20130522085027639;done=true>>]
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index.20130522085027639
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty3\index.20130522085027639
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 2299779 T6854 C2221 P54446 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2299780 T6854 C2221 P54446 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2299783 T6854 C2221 P54446 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 2300381 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2300383 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54456_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54456"}
[junit4:junit4]   2> 2300383 T6800 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 2300383 T6800 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 2300396 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54446_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54446"}
[junit4:junit4]   2> 2300410 T6868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300410 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300411 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300411 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300410 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300412 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2300861 T6869 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2300861 T6869 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54456 collection:collection1 shard:shard2
[junit4:junit4]   2> 2300867 T6869 oasc.ZkController.register We are http://127.0.0.1:54456/collection1/ and leader is http://127.0.0.1:54437/collection1/
[junit4:junit4]   2> 2300868 T6869 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54456
[junit4:junit4]   2> 2300868 T6869 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 2300868 T6869 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C2222 name=collection1 org.apache.solr.core.SolrCore@18b2f97 url=http://127.0.0.1:54456/collection1 node=127.0.0.1:54456_ C2222_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:54456_, base_url=http://127.0.0.1:54456}
[junit4:junit4]   2> 2300868 T6873 C2222 P54456 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 2300869 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2300869 T6869 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2300869 T6873 C2222 P54456 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 2300870 T6873 C2222 P54456 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2300871 T6777 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 2300871 T6777 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2300872 T6777 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2300872 T6873 C2222 P54456 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2300877 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2300877 T6829 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 2300878 T6777 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 2300878 T6777 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 2300879 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2301580 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2301580 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54456_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54456"}
[junit4:junit4]   2> 2301593 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301594 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301594 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301594 T6868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301595 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301594 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2301673 T6829 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 2301673 T6829 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:54456_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=796 
[junit4:junit4]   2> 2301676 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2302477 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C2222_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54456_, base_url=http://127.0.0.1:54456}
[junit4:junit4]   2> 2303270 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:54437/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 2303270 T6873 C2222 P54456 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54456 START replicas=[http://127.0.0.1:54437/collection1/] nUpdates=100
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2303273 T6873 C2222 P54456 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:54437/collection1/. core=collection1
[junit4:junit4]   2> 2303274 T6873 C2222 P54456 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C2223 name=collection1 org.apache.solr.core.SolrCore@1376ede url=http://127.0.0.1:54437/collection1 node=127.0.0.1:54437_ C2223_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54437_, base_url=http://127.0.0.1:54437, leader=true}
[junit4:junit4]   2> 2303286 T6829 C2223 P54437 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2303287 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2303287 T6830 C2223 P54437 oasc.SolrCore.execute [collection1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2303290 T6829 C2223 P54437 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2303290 T6829 C2223 P54437 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2303290 T6829 C2223 P54437 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2303290 T6829 C2223 P54437 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2303291 T6829 C2223 P54437 oass.SolrIndexSearcher.<init> Opening Searcher@1fdfa4 realtime
[junit4:junit4]   2> 2303291 T6829 C2223 P54437 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2303291 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 2303292 T6873 C2222 P54456 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2303292 T6873 C2222 P54456 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2303294 T6831 C2223 P54437 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2303294 T6831 C2223 P54437 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2303295 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2303295 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2303295 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2303297 T6827 C2223 P54437 oasc.SolrCore.execute [collection1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 2303297 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 2303298 T6873 C2222 P54456 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index.20130522085031169
[junit4:junit4]   2> 2303298 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@bae4d lockFactory=org.apache.lucene.store.NativeFSLockFactory@177e295) fullCopy=false
[junit4:junit4]   2> 2303300 T6828 C2223 P54437 oasc.SolrCore.execute [collection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 2303301 T6873 C2222 P54456 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2303301 T6873 C2222 P54456 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2303301 T6873 C2222 P54456 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 2303304 T6873 C2222 P54456 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16ecd9c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d26f99),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16ecd9c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d26f99),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2303304 T6873 C2222 P54456 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2303305 T6873 C2222 P54456 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2303305 T6873 C2222 P54456 oass.SolrIndexSearcher.<init> Opening Searcher@6417af main
[junit4:junit4]   2> 2303306 T6870 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6417af main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.CachingDirectoryFactory.closeCacheValue looking to close .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index.20130522085031169 [CachedDir<<refCount=0;path=.\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index.20130522085031169;done=true>>]
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.CachingDirectoryFactory.close Closing directory: .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index.20130522085031169
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: .\org.apache.solr.cloud.ShardSplitTest-1369183813754/jetty4\index.20130522085031169
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 2303307 T6873 C2222 P54456 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 2303308 T6873 C2222 P54456 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2303314 T6873 C2222 P54456 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 2304006 T6800 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2304008 T6800 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54456_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54456"}
[junit4:junit4]   2> 2304027 T6868 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304028 T6806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304029 T6835 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304030 T6819 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304030 T6799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304031 T6851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 2304086 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2304087 T6777 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C2224 name=collection1 org.apache.solr.core.SolrCore@7dd7e9 url=http://127.0.0.1:54416/collection1 node=127.0.0.1:54416_ C2224_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:54416_, base_url=http://127.0.0.1:54416, leader=true}
[junit4:junit4]   2> 2304097 T6791 C2224 P54416 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2304103 T6791 C2224 P54416 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@cf65ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@1965e4d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2304104 T6791 C2224 P54416 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2304105 T6791 C2224 P54416 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@cf65ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@1965e4d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@cf65ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@1965e4d),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2304106 T6791 C2224 P54416 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2304107 T6791 C2224 P54416 oass.SolrIndexSearcher.<init> Opening Searcher@fefca2 main
[junit4:junit4]   2> 2304108 T6791 C2224 P54416 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2304109 T6803 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fefca2 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2304109 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 12
[junit4:junit4]   2> 2304115 T6829 C2223 P54437 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2304116 T6829 C2223 P54437 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d3555d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c1da74),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2304116 T6829 C2223 P54437 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2304116 T6829 C2223 P54437 oass.SolrIndexSearcher.<init> Opening Searcher@1259f39 main
[junit4:junit4]   2> 2304116 T6829 C2223 P54437 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2304117 T6837 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1259f39 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2304117 T6829 C2223 P54437 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:54428/collection1/, StdNode: http://127.0.0.1:54446/collection1/, StdNode: http://127.0.0.1:54456/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 2304121 T6813 C2220 P54428 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2304122 T6813 C2220 P54428 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1239456 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d3e311),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2304122 T6813 C2220 P54428 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2304123 T6813 C2220 P54428 oass.SolrIndexSearcher.<init> Opening Searcher@ba96b4 main
[junit4:junit4]   2> 2304123 T6813 C2220 P54428 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2304123 T6821 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ba96b4 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2304123 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 2
[junit4:junit4]   2>  C2222_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54456_, base_url=http://127.0.0.1:54456}
[junit4:junit4]   2> 2304126 T6863 C2222 P54456 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2304126 T6863 C2222 P54456 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16ecd9c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d26f99),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@16ecd9c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d26f99),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2304127 T6863 C2222 P54456 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2304128 T6863 C2222 P54456 oass.SolrIndexSearcher.<init> Opening Searcher@3f2a16 main
[junit4:junit4]   2> 2304128 T6863 C2222 P54456 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2304129 T6870 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f2a16 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2304130 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 4
[junit4:junit4]   2>  C2221_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54446_, base_url=http://127.0.0.1:54446}
[junit4:junit4]   2> 2304130 T6844 C2221 P54446 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2304130 T6844 C2221 P54446 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19cfa49 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c9938c),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19cfa49 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c9938c),segFN=segments_3,generation=3}
[junit4:junit4]   2> 2304131 T6844 C2221 P54446 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 2304131 T6844 C2221 P54446 oass.SolrIndexSearcher.<init> Opening Searcher@172d637 main
[junit4:junit4]   2> 2304132 T6844 C2221 P54446 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2304132 T6853 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@172d637 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2304133 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 3
[junit4:junit4]   2> 2304133 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   2> 2304134 T6777 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2304137 T6815 C2220 P54428 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 2304138 T6846 C2221 P54446 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2304140 T6831 C2223 P54437 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2304141 T6864 C2222 P54456 oasc.SolrCore.execute [collection1] webapp= path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 2305741 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435693307511439360)} 0 3
[junit4:junit4]   2> 2305754 T6862 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1435693307517730816&update.from=http://127.0.0.1:54437/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435693307517730816)} 0 5
[junit4:junit4]   2> 2305759 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&_version_=-1435693307522973696&update.from=http://127.0.0.1:54428/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435693307522973696)} 0 3
[junit4:junit4]   2> 2305760 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1435693307522973696)} 0 11
[junit4:junit4]   2> 2305762 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435693307517730816)} 0 18
[junit4:junit4]   2> 2305766 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0 (1435693307539750912)]} 0 1
[junit4:junit4]   2> 2305770 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!0 (1435693307542896640)]} 0 0
[junit4:junit4]   2> 2305771 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!0 (1435693307542896640)]} 0 3
[junit4:junit4]   2> 2305774 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1 (1435693307549188096)]} 0 0
[junit4:junit4]   2> 2305783 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!1 (1435693307554430976)]} 0 1
[junit4:junit4]   2> 2305785 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[b!1 (1435693307554430976)]} 0 6
[junit4:junit4]   2> 2305786 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!1]} 0 9
[junit4:junit4]   2> 2305788 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2 (1435693307563868160)]} 0 0
[junit4:junit4]   2> 2305794 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!2 (1435693307567013888)]} 0 1
[junit4:junit4]   2> 2305794 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!2 (1435693307567013888)]} 0 3
[junit4:junit4]   2> 2305798 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3 (1435693307573305344)]} 0 1
[junit4:junit4]   2> 2305805 T6864 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!3 (1435693307577499648)]} 0 0
[junit4:junit4]   2> 2305806 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!3 (1435693307577499648)]} 0 5
[junit4:junit4]   2> 2305806 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!3]} 0 6
[junit4:junit4]   2> 2305808 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4 (1435693307584839680)]} 0 0
[junit4:junit4]   2> 2305816 T6859 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!4 (1435693307591131136)]} 0 0
[junit4:junit4]   2> 2305817 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!4 (1435693307591131136)]} 0 3
[junit4:junit4]   2> 2305818 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!4]} 0 6
[junit4:junit4]   2> 2305821 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5 (1435693307598471168)]} 0 0
[junit4:junit4]   2> 2305826 T6860 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!5 (1435693307600568320)]} 0 0
[junit4:junit4]   2> 2305826 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!5 (1435693307600568320)]} 0 3
[junit4:junit4]   2> 2305829 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6 (1435693307606859776)]} 0 0
[junit4:junit4]   2> 2305836 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!6 (1435693307611054080)]} 0 1
[junit4:junit4]   2> 2305837 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!6 (1435693307611054080)]} 0 4
[junit4:junit4]   2> 2305837 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!6]} 0 6
[junit4:junit4]   2> 2305839 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7 (1435693307617345536)]} 0 0
[junit4:junit4]   2> 2305844 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!7 (1435693307619442688)]} 0 0
[junit4:junit4]   2> 2305845 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!7 (1435693307619442688)]} 0 4
[junit4:junit4]   2> 2305848 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8 (1435693307625734144)]} 0 1
[junit4:junit4]   2> 2305853 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!8 (1435693307629928448)]} 0 0
[junit4:junit4]   2> 2305854 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!8 (1435693307629928448)]} 0 3
[junit4:junit4]   2> 2305857 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9 (1435693307636219904)]} 0 0
[junit4:junit4]   2> 2305864 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!9 (1435693307640414208)]} 0 0
[junit4:junit4]   2> 2305865 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!9 (1435693307640414208)]} 0 4
[junit4:junit4]   2> 2305865 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!9]} 0 6
[junit4:junit4]   2> 2305869 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10 (1435693307648802816)]} 0 0
[junit4:junit4]   2> 2305875 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!10 (1435693307652997120)]} 0 0
[junit4:junit4]   2> 2305876 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!10 (1435693307652997120)]} 0 3
[junit4:junit4]   2> 2305879 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11 (1435693307659288576)]} 0 0
[junit4:junit4]   2> 2305885 T6861 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!11 (1435693307662434304)]} 0 0
[junit4:junit4]   2> 2305886 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!11 (1435693307662434304)]} 0 4
[junit4:junit4]   2> 2305887 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!11]} 0 6
[junit4:junit4]   2> 2305889 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12 (1435693307669774336)]} 0 0
[junit4:junit4]   2> 2305893 T6862 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!12 (1435693307672920064)]} 0 0
[junit4:junit4]   2> 2305894 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!12 (1435693307672920064)]} 0 2
[junit4:junit4]   2> 2305897 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13 (1435693307678162944)]} 0 0
[junit4:junit4]   2> 2305904 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!13 (1435693307682357248)]} 0 0
[junit4:junit4]   2> 2305904 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!13 (1435693307682357248)]} 0 3
[junit4:junit4]   2> 2305905 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!13]} 0 5
[junit4:junit4]   2> 2305907 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14 (1435693307688648704)]} 0 0
[junit4:junit4]   2> 2305911 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!14 (1435693307690745856)]} 0 0
[junit4:junit4]   2> 2305912 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!14 (1435693307690745856)]} 0 3
[junit4:junit4]   2> 2305914 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15 (1435693307695988736)]} 0 0
[junit4:junit4]   2> 2305920 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!15 (1435693307700183040)]} 0 0
[junit4:junit4]   2> 2305921 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[p!15 (1435693307700183040)]} 0 3
[junit4:junit4]   2> 2305922 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!15]} 0 5
[junit4:junit4]   2> 2305924 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16 (1435693307706474496)]} 0 0
[junit4:junit4]   2> 2305928 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!16 (1435693307708571648)]} 0 0
[junit4:junit4]   2> 2305928 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!16 (1435693307708571648)]} 0 2
[junit4:junit4]   2> 2305931 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17 (1435693307713814528)]} 0 0
[junit4:junit4]   2> 2305935 T6864 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!17 (1435693307716960256)]} 0 0
[junit4:junit4]   2> 2305936 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!17 (1435693307716960256)]} 0 2
[junit4:junit4]   2> 2305939 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18 (1435693307722203136)]} 0 0
[junit4:junit4]   2> 2305954 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!18 (1435693307725348864)]} 0 0
[junit4:junit4]   2> 2305955 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[s!18 (1435693307725348864)]} 0 13
[junit4:junit4]   2> 2305956 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!18]} 0 15
[junit4:junit4]   2> 2305971 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19 (1435693307755757568)]} 0 0
[junit4:junit4]   2> 2305976 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!19 (1435693307758903296)]} 0 0
[junit4:junit4]   2> 2305977 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!19 (1435693307758903296)]} 0 3
[junit4:junit4]   2> 2305978 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!19]} 0 5
[junit4:junit4]   2> 2305979 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20 (1435693307764146176)]} 0 0
[junit4:junit4]   2> 2305983 T6859 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!20 (1435693307766243328)]} 0 0
[junit4:junit4]   2> 2305984 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!20 (1435693307766243328)]} 0 3
[junit4:junit4]   2> 2305986 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21 (1435693307771486208)]} 0 0
[junit4:junit4]   2> 2305992 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!21 (1435693307775680512)]} 0 0
[junit4:junit4]   2> 2305993 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[v!21 (1435693307775680512)]} 0 3
[junit4:junit4]   2> 2305994 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!21]} 0 6
[junit4:junit4]   2> 2305995 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22 (1435693307780923392)]} 0 0
[junit4:junit4]   2> 2305999 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!22 (1435693307784069120)]} 0 0
[junit4:junit4]   2> 2306000 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!22 (1435693307784069120)]} 0 2
[junit4:junit4]   2> 2306002 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23 (1435693307788263424)]} 0 0
[junit4:junit4]   2> 2306006 T6860 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!23 (1435693307791409152)]} 0 0
[junit4:junit4]   2> 2306008 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!23 (1435693307791409152)]} 0 3
[junit4:junit4]   2> 2306013 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24 (1435693307799797760)]} 0 0
[junit4:junit4]   2> 2306017 T6861 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!24 (1435693307802943488)]} 0 0
[junit4:junit4]   2> 2306019 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!24 (1435693307802943488)]} 0 3
[junit4:junit4]   2> 2306020 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25 (1435693307807137792)]} 0 0
[junit4:junit4]   2> 2306026 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!25 (1435693307811332096)]} 0 0
[junit4:junit4]   2> 2306027 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[z!25 (1435693307811332096)]} 0 3
[junit4:junit4]   2> 2306027 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!25]} 0 4
[junit4:junit4]   2> 2306029 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26 (1435693307816574976)]} 0 0
[junit4:junit4]   2> 2306034 T6862 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!26 (1435693307820769280)]} 0 0
[junit4:junit4]   2> 2306036 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!26 (1435693307820769280)]} 0 3
[junit4:junit4]   2> 2306037 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!26]} 0 6
[junit4:junit4]   2> 2306038 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27 (1435693307826012160)]} 0 0
[junit4:junit4]   2> 2306044 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!27 (1435693307830206464)]} 0 0
[junit4:junit4]   2> 2306045 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[b!27 (1435693307830206464)]} 0 3
[junit4:junit4]   2> 2306045 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!27]} 0 4
[junit4:junit4]   2> 2306047 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28 (1435693307835449344)]} 0 0
[junit4:junit4]   2> 2306053 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!28 (1435693307840692224)]} 0 0
[junit4:junit4]   2> 2306054 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!28 (1435693307840692224)]} 0 2
[junit4:junit4]   2> 2306055 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!28]} 0 5
[junit4:junit4]   2> 2306058 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29 (1435693307846983680)]} 0 0
[junit4:junit4]   2> 2306063 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!29 (1435693307851177984)]} 0 0
[junit4:junit4]   2> 2306065 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!29 (1435693307851177984)]} 0 3
[junit4:junit4]   2> 2306066 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!29]} 0 6
[junit4:junit4]   2> 2306133 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30 (1435693307925626880)]} 0 8
[junit4:junit4]   2> 2306140 T6864 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!30 (1435693307931918336)]} 0 0
[junit4:junit4]   2> 2306142 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!30 (1435693307931918336)]} 0 3
[junit4:junit4]   2> 2306143 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!30]} 0 7
[junit4:junit4]   2> 2306146 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31 (1435693307939258368)]} 0 0
[junit4:junit4]   2> 2306151 T6860 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!31 (1435693307942404096)]} 0 0
[junit4:junit4]   2> 2306152 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!31 (1435693307942404096)]} 0 4
[junit4:junit4]   2> 2306155 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32 (1435693307948695552)]} 0 0
[junit4:junit4]   2> 2306161 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!32 (1435693307951841280)]} 0 0
[junit4:junit4]   2> 2306161 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!32 (1435693307951841280)]} 0 3
[junit4:junit4]   2> 2306165 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33 (1435693307959181312)]} 0 0
[junit4:junit4]   2> 2306171 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!33 (1435693307963375616)]} 0 0
[junit4:junit4]   2> 2306172 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!33 (1435693307963375616)]} 0 3
[junit4:junit4]   2> 2306173 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!33]} 0 5
[junit4:junit4]   2> 2306175 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34 (1435693307969667072)]} 0 0
[junit4:junit4]   2> 2306183 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!34 (1435693307975958528)]} 0 0
[junit4:junit4]   2> 2306185 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[i!34 (1435693307975958528)]} 0 4
[junit4:junit4]   2> 2306186 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!34]} 0 7
[junit4:junit4]   2> 2306188 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35 (1435693307983298560)]} 0 0
[junit4:junit4]   2> 2306196 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!35 (1435693307989590016)]} 0 0
[junit4:junit4]   2> 2306197 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!35 (1435693307989590016)]} 0 4
[junit4:junit4]   2> 2306198 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!35]} 0 6
[junit4:junit4]   2> 2306201 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36 (1435693307996930048)]} 0 0
[junit4:junit4]   2> 2306206 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!36 (1435693308000075776)]} 0 0
[junit4:junit4]   2> 2306207 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!36 (1435693308000075776)]} 0 3
[junit4:junit4]   2> 2306209 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37 (1435693308005318656)]} 0 0
[junit4:junit4]   2> 2306216 T6861 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!37 (1435693308009512960)]} 0 1
[junit4:junit4]   2> 2306217 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!37 (1435693308009512960)]} 0 4
[junit4:junit4]   2> 2306218 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!37]} 0 7
[junit4:junit4]   2> 2306219 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38 (1435693308015804416)]} 0 0
[junit4:junit4]   2> 2306225 T6862 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!38 (1435693308019998720)]} 0 0
[junit4:junit4]   2> 2306226 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[m!38 (1435693308019998720)]} 0 3
[junit4:junit4]   2> 2306227 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!38]} 0 6
[junit4:junit4]   2> 2306228 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39 (1435693308025241600)]} 0 0
[junit4:junit4]   2> 2306236 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!39 (1435693308030484480)]} 0 0
[junit4:junit4]   2> 2306237 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!39 (1435693308030484480)]} 0 4
[junit4:junit4]   2> 2306238 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!39]} 0 7
[junit4:junit4]   2> 2306239 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!40 (1435693308036775936)]} 0 0
[junit4:junit4]   2> 2306244 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!40 (1435693308039921664)]} 0 0
[junit4:junit4]   2> 2306246 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[o!40 (1435693308039921664)]} 0 4
[junit4:junit4]   2> 2306248 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!41 (1435693308046213120)]} 0 0
[junit4:junit4]   2> 2306252 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!41 (1435693308048310272)]} 0 0
[junit4:junit4]   2> 2306253 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[p!41 (1435693308048310272)]} 0 3
[junit4:junit4]   2> 2306255 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!42 (1435693308053553152)]} 0 0
[junit4:junit4]   2> 2306261 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!42 (1435693308057747456)]} 0 0
[junit4:junit4]   2> 2306262 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[q!42 (1435693308057747456)]} 0 3
[junit4:junit4]   2> 2306263 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[q!42]} 0 6
[junit4:junit4]   2> 2306266 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!43 (1435693308064038912)]} 0 1
[junit4:junit4]   2> 2306273 T6864 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!43 (1435693308069281792)]} 0 0
[junit4:junit4]   2> 2306274 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[r!43 (1435693308069281792)]} 0 4
[junit4:junit4]   2> 2306275 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[r!43]} 0 7
[junit4:junit4]   2> 2306277 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!44 (1435693308076621824)]} 0 0
[junit4:junit4]   2> 2306285 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!44 (1435693308080816128)]} 0 1
[junit4:junit4]   2> 2306285 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[s!44 (1435693308080816128)]} 0 4
[junit4:junit4]   2> 2306285 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[s!44]} 0 6
[junit4:junit4]   2> 2306288 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!45 (1435693308088156160)]} 0 0
[junit4:junit4]   2> 2306294 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!45 (1435693308092350464)]} 0 0
[junit4:junit4]   2> 2306295 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[t!45 (1435693308092350464)]} 0 3
[junit4:junit4]   2> 2306295 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[t!45]} 0 5
[junit4:junit4]   2> 2306298 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!46 (1435693308098641920)]} 0 0
[junit4:junit4]   2> 2306306 T6859 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!46 (1435693308103884800)]} 0 1
[junit4:junit4]   2> 2306306 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[u!46 (1435693308103884800)]} 0 4
[junit4:junit4]   2> 2306307 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[u!46]} 0 7
[junit4:junit4]   2> 2306309 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!47 (1435693308110176256)]} 0 0
[junit4:junit4]   2> 2306316 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!47 (1435693308114370560)]} 0 0
[junit4:junit4]   2> 2306317 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[v!47 (1435693308114370560)]} 0 4
[junit4:junit4]   2> 2306320 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!48 (1435693308121710592)]} 0 0
[junit4:junit4]   2> 2306327 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!48 (1435693308124856320)]} 0 1
[junit4:junit4]   2> 2306327 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[w!48 (1435693308124856320)]} 0 4
[junit4:junit4]   2> 2306330 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!49 (1435693308132196352)]} 0 0
[junit4:junit4]   2> 2306336 T6860 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!49 (1435693308136390656)]} 0 0
[junit4:junit4]   2> 2306338 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[x!49 (1435693308136390656)]} 0 4
[junit4:junit4]   2> 2306341 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!50 (1435693308143730688)]} 0 0
[junit4:junit4]   2> 2306346 T6861 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!50 (1435693308146876416)]} 0 0
[junit4:junit4]   2> 2306347 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[y!50 (1435693308146876416)]} 0 3
[junit4:junit4]   2> 2306351 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!51 (1435693308154216448)]} 0 0
[junit4:junit4]   2> 2306357 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!51 (1435693308158410752)]} 0 0
[junit4:junit4]   2> 2306358 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[z!51 (1435693308158410752)]} 0 3
[junit4:junit4]   2> 2306359 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[z!51]} 0 5
[junit4:junit4]   2> 2306362 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!52 (1435693308165750784)]} 0 0
[junit4:junit4]   2> 2306366 T6862 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!52 (1435693308167847936)]} 0 0
[junit4:junit4]   2> 2306367 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[a!52 (1435693308167847936)]} 0 3
[junit4:junit4]   2> 2306370 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!53 (1435693308174139392)]} 0 0
[junit4:junit4]   2> 2306374 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!53 (1435693308177285120)]} 0 0
[junit4:junit4]   2> 2306375 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[b!53 (1435693308177285120)]} 0 2
[junit4:junit4]   2> 2306378 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!54 (1435693308182528000)]} 0 0
[junit4:junit4]   2> 2306385 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!54 (1435693308187770880)]} 0 0
[junit4:junit4]   2> 2306387 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[c!54 (1435693308187770880)]} 0 4
[junit4:junit4]   2> 2306387 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[c!54]} 0 6
[junit4:junit4]   2> 2306390 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!55 (1435693308195110912)]} 0 0
[junit4:junit4]   2> 2306397 T6863 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!55 (1435693308201402368)]} 0 0
[junit4:junit4]   2> 2306398 T6827 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!55 (1435693308201402368)]} 0 2
[junit4:junit4]   2> 2306400 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[d!55]} 0 6
[junit4:junit4]   2> 2306402 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!56 (1435693308207693824)]} 0 0
[junit4:junit4]   2> 2306408 T6864 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!56 (1435693308211888128)]} 0 0
[junit4:junit4]   2> 2306409 T6828 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[e!56 (1435693308211888128)]} 0 3
[junit4:junit4]   2> 2306412 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!57 (1435693308218179584)]} 0 0
[junit4:junit4]   2> 2306424 T6859 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!57 (1435693308223422464)]} 0 0
[junit4:junit4]   2> 2306426 T6830 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[f!57 (1435693308223422464)]} 0 9
[junit4:junit4]   2> 2306426 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[f!57]} 0 11
[junit4:junit4]   2> 2306429 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!58 (1435693308236005376)]} 0 0
[junit4:junit4]   2> 2306436 T6842 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!58 (1435693308241248256)]} 0 0
[junit4:junit4]   2> 2306437 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!58 (1435693308241248256)]} 0 3
[junit4:junit4]   2> 2306438 T6826 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[g!58]} 0 5
[junit4:junit4]   2> 2306441 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!59 (1435693308248588288)]} 0 0
[junit4:junit4]   2> 2306447 T6843 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!59 (1435693308251734016)]} 0 0
[junit4:junit4]   2> 2306447 T6814 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[h!59 (1435693308251734016)]} 0 4
[junit4:junit4]   2> 2306450 T6791 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!60 (1435693308258025472)]} 0 0
[junit4:junit4]   2> 2306456 T6845 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!60 (1435693308262219776)]} 0 0
[junit4:junit4]   2> 2306457 T6812 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[i!60 (1435693308262219776)]} 0 3
[junit4:junit4]   2> 2306459 T6792 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!61 (1435693308267462656)]} 0 0
[junit4:junit4]   2> 2306464 T6844 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!61 (1435693308271656960)]} 0 0
[junit4:junit4]   2> 2306466 T6813 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[j!61 (1435693308271656960)]} 0 3
[junit4:junit4]   2> 2306469 T6793 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!62 (1435693308277948416)]} 0 1
[junit4:junit4]   2> 2306473 T6847 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!62 (1435693308280045568)]} 0 0
[junit4:junit4]   2> 2306475 T6815 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[k!62 (1435693308280045568)]} 0 4
[junit4:junit4]   2> 2306478 T6794 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!63 (1435693308286337024)]} 0 1
[junit4:junit4]   2> 2306486 T6860 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!63 (1435693308292628480)]} 0 0
[junit4:junit4]   2> 2306486 T6831 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!63 (1435693308292628480)]} 0 3
[junit4:junit4]   2> 2306487 T6810 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[l!63]} 0 7
[junit4:junit4]   2> 2306489 T6795 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!64 (1435693308298919936)]} 0 0
[junit4:junit4]   2> 2306495 T6861 C2222 P54456 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!64 (1435693308303114240)]} 0 1
[junit4:junit4]   2> 2306496 T6829 C2223 P54437 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[m!64 (1435693308303114240)]} 0 3
[junit4:junit4]   2> 2306498 T6790 C2224 P54416 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[n!65 (1435693308308357120)]} 0 0
[junit4:junit4]   2> 2306505 T6846 C2221 P54446 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54428/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!65 (1435693308313600000)]} 0 0
[junit4:junit4]   2> 2306507 T6811 C2220 P54428 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={distrib.from=http://127.0.0.1:54437/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!65 (1435693308313600000)]} 0 4
[junit4:junit4]   2> 2306507 T6827 C2223 P54437 oasup.LogUpdateProcessor.fini

[...truncated too long message...]

\test\J0\.\org.apache.solr.cloud.ShardSplitTest-1369183813754 FAILED !!!!!
[junit4:junit4]   2> 2318605 T6777 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 2318609 T6777 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54409 54409
[junit4:junit4]   2> 2319726 T6868 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2320781 T6868 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 2320783 T6777 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 54416
[junit4:junit4]   2> 2320803 T6777 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
[junit4:junit4]   2> 2320803 T6777 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54409 54409
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=C5168ED4B1F5093 -Dtests.slow=true -Dtests.locale=es_EC -Dtests.timezone=Asia/Macau -Dtests.file.encoding=Cp1252
[junit4:junit4] ERROR   34.9s | ShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:54428 returned non ok status:500, message:Server Error
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([C5168ED4B1F5093:8DB7E6F53C4030AF]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:133)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 2320814 T6777 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Lucene41WithOrds)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=es_EC, timezone=Asia/Macau
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_21 (32-bit)/cpus=2,threads=4,free=222118240,total=323158016
[junit4:junit4]   2> NOTE: All tests run in this JVM: [QueryParsingTest, TestZkChroot, TestLazyCores, IndexBasedSpellCheckerTest, TestLMJelinekMercerSimilarityFactory, TestDefaultSearchFieldResource, TestRealTimeGet, SignatureUpdateProcessorFactoryTest, TestPseudoReturnFields, SolrIndexSplitterTest, TestFuzzyAnalyzedSuggestions, ZkNodePropsTest, SystemInfoHandlerTest, BadCopyFieldTest, TestDFRSimilarityFactory, BinaryUpdateRequestHandlerTest, TestSchemaSimilarityResource, TestDocSet, OverseerTest, TestRandomFaceting, CollectionsAPIDistributedZkTest, DefaultValueUpdateProcessorTest, TestCSVResponseWriter, LeaderElectionIntegrationTest, UUIDFieldTest, BasicFunctionalityTest, PeerSyncTest, ReturnFieldsTest, TestSolrQueryParserDefaultOperatorResource, TestSuggestSpellingConverter, RecoveryZkTest, TestMaxScoreQueryParser, TestSolrJ, StandardRequestHandlerTest, TestStressReorder, AliasIntegrationTest, TestRandomDVFaceting, ResponseLogComponentTest, FastVectorHighlighterTest, TestCoreDiscovery, DistributedQueryElevationComponentTest, SpellCheckCollatorTest, TestFieldResource, LoggingHandlerTest, TestBinaryResponseWriter, TestDynamicFieldCollectionResource, CSVRequestHandlerTest, SimpleFacetsTest, LeaderElectionTest, CachingDirectoryFactoryTest, TestBinaryField, OutputWriterTest, MBeansHandlerTest, TestWordDelimiterFilterFactory, BasicDistributedZkTest, TestGroupingSearch, URLClassifyProcessorTest, SolrInfoMBeanTest, TestXIncludeConfig, TestIndexingPerformance, RequestHandlersTest, SynonymTokenizerTest, SoftAutoCommitTest, TestStressLucene, ChaosMonkeyShardSplitTest, TestValueSourceCache, TestSolrQueryParser, SortByFunctionTest, SuggesterFSTTest, TestMultiCoreConfBootstrap, XmlUpdateRequestHandlerTest, TestSerializedLuceneMatchVersion, TestLRUCache, MinimalSchemaTest, PathHierarchyTokenizerFactoryTest, SpatialFilterTest, CurrencyFieldXmlFileTest, DirectSolrSpellCheckerTest, MoreLikeThisHandlerTest, BadComponentTest, TestTrie, TestCSVLoader, TestCopyFieldCollectionResource, TestAnalyzedSuggestions, TestSurroundQueryParser, SyncSliceTest, TestLuceneMatchVersion, AutoCommitTest, MultiTermTest, SolrCoreCheckLockOnStartupTest, PrimUtilsTest, TestManagedSchema, FileBasedSpellCheckerTest, TimeZoneUtilsTest, IndexSchemaTest, DocumentAnalysisRequestHandlerTest, TestSolr4Spatial, DebugComponentTest, TestExtendedDismaxParser, IndexSchemaRuntimeFieldTest, TestCollationField, ExternalFileFieldSortTest, TestPerFieldSimilarity, TestSweetSpotSimilarityFactory, UpdateRequestProcessorFactoryTest, SpellingQueryConverterTest, NoCacheHeaderTest, SolrPluginUtilsTest, TestHashPartitioner, TestLMDirichletSimilarityFactory, TestFiltering, TestShardHandlerFactory, UnloadDistributedZkTest, TestSolrQueryParserResource, LegacyHTMLStripCharFilterTest, TestDistributedSearch, TestSearchPerf, ClusterStateUpdateTest, SliceStateTest, TestStressVersions, TestUniqueKeyFieldResource, XsltUpdateRequestHandlerTest, FieldAnalysisRequestHandlerTest, SolrCmdDistributorTest, TestSolrDeletionPolicy1, UpdateParamsTest, QueryElevationComponentTest, JSONWriterTest, TestFieldTypeResource, ResourceLoaderTest, CopyFieldTest, ZkCLITest, TestFaceting, DirectUpdateHandlerTest, TestSolrDeletionPolicy2, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestIBSimilarityFactory, TestRangeQuery, TestPHPSerializedResponseWriter, ShardRoutingTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ZkSolrClientTest, ShardRoutingCustomTest, SliceStateUpdateTest, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, CacheHeaderTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, TestReversedWildcardFilterFactory, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest, DocumentBuilderTest, TermVectorComponentTest, RequiredFieldsTest, TestArbitraryIndexDir, RegexBoostProcessorTest, TestJmxIntegration, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestPropInject, TestQuerySenderListener, TestPropInjectDefaults, IndexReaderFactoryTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, SampleTest, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, EchoParamsTest, TestNumberUtils, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TestPluginEnable, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSolrXMLSerializer, PreAnalyzedFieldTest, TestSystemIdResolver, DateFieldTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestUtils, TestDocumentBuilder, FileUtilsTest, CircularListTest, TestRTGBase, SolrTestCaseJ4Test, ShardSplitTest]
[junit4:junit4] Completed in 34.96s, 1 test, 1 error <<< FAILURES!

[...truncated 51 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:380: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:181: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 295 suites, 1231 tests, 1 error, 18 ignored (12 assumptions)

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



Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2846 - Still Failing!

Posted by Mark Miller <ma...@gmail.com>.
On May 21, 2013, at 2:27 PM, Policeman Jenkins Server <je...@thetaphi.de> wrote:

> Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
> 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
> 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
> 	at java.io.File.getCanonicalPath(File.java:589)
> 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
> 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
> 	... 39 more


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


[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_21) - Build # 2846 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2846/
Java: 64bit/jdk1.7.0_21 -XX:-UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testGetCoreContainer

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:3B31E8046460D0E2]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer.testShutdown

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:1554D5DE35EB2D2E]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 40 more


FAILED:  org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
	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$7.evaluate(RandomizedRunner.java:771)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 41 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testCustomUlogDir

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:369A3D66542EFA97]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more


FAILED:  org.apache.solr.client.solrj.request.TestCoreAdmin.testErrorCases

Error Message:


Stack Trace:
org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:4FDC472A4205BA33]:0)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
	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$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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 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)
Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
	at java.io.WinNTFileSystem.canonicalize0(Native Method)
	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
	at java.io.File.getCanonicalPath(File.java:589)
	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
	... 39 more




Build Log:
[...truncated 10344 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.request.TestCoreAdmin
[junit4:junit4]   1> 0    [TEST-TestCoreAdmin.testCustomUlogDir-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1625324247
[junit4:junit4]   1> 22   [TEST-TestCoreAdmin.testCustomUlogDir-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 112  [TEST-TestCoreAdmin.testCustomUlogDir-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testCustomUlogDir -Dtests.seed=F622DC4BD291B85C -Dtests.slow=true -Dtests.locale=ro_RO -Dtests.timezone=America/Argentina/Rio_Gallegos -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   1.55s | TestCoreAdmin.testCustomUlogDir <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:369A3D66542EFA97]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   1> 1329 [TEST-TestCoreAdmin.testErrorCases-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1702081742
[junit4:junit4]   1> 1330 [TEST-TestCoreAdmin.testErrorCases-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 1330 [TEST-TestCoreAdmin.testErrorCases-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreAdmin -Dtests.method=testErrorCases -Dtests.seed=F622DC4BD291B85C -Dtests.slow=true -Dtests.locale=ro_RO -Dtests.timezone=America/Argentina/Rio_Gallegos -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.23s | TestCoreAdmin.testErrorCases <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:4FDC472A4205BA33]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 39 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=ro_RO, timezone=America/Argentina/Rio_Gallegos
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=16257560,total=63242240
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestCoreAdmin]
[junit4:junit4] Completed in 4.15s, 2 tests, 2 errors <<< FAILURES!

[...truncated 52 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestEmbeddedSolrServer
[junit4:junit4]   1> 92318 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1370843414
[junit4:junit4]   1> 92319 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 92319 [TEST-TestEmbeddedSolrServer.testGetCoreContainer-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testGetCoreContainer -Dtests.seed=F622DC4BD291B85C -Dtests.slow=true -Dtests.locale=sr__#Latn -Dtests.timezone=America/Guyana -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.12s | TestEmbeddedSolrServer.testGetCoreContainer <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:3B31E8046460D0E2]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   1> 92440 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1876180037
[junit4:junit4]   1> 92442 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 92443 [TEST-TestEmbeddedSolrServer.testShutdown-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   1> 92514 [Finalizer] ERROR org.apache.solr.core.CoreContainer  ? CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=1370843414
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown -Dtests.seed=F622DC4BD291B85C -Dtests.slow=true -Dtests.locale=sr__#Latn -Dtests.timezone=America/Guyana -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.14s | TestEmbeddedSolrServer.testShutdown <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F622DC4BD291B85C:1554D5DE35EB2D2E]:0)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=sr__#Latn, timezone=America/Guyana
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=159364232,total=214106112
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestCoreAdmin, ContentStreamTest, QueryResponseTest, TestLBHttpSolrServer, TestHash, IteratorChainTest, SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, SolrParamTest, LargeVolumeJettyTest, JettyWebappTest, SolrExampleBinaryTest, SolrExampleJettyTest, NamedListTest, DocumentAnalysisResponseTest, FacetFieldTest, TestJavaBinCodec, FieldAnalysisResponseTest, TestEmbeddedSolrServer]
[junit4:junit4] Completed in 0.27s, 2 tests, 2 errors <<< FAILURES!

[...truncated 1 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.embedded.TestSolrProperties
[junit4:junit4]   1> 92603 [TEST-TestSolrProperties.testProperties-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 286743424
[junit4:junit4]   1> 92603 [TEST-TestSolrProperties.testProperties-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared'
[junit4:junit4]   1> 92603 [TEST-TestSolrProperties.testProperties-seed#[F622DC4BD291B85C]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\solrj\src\test-files\solrj\solr\shared\'
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrProperties -Dtests.method=testProperties -Dtests.seed=F622DC4BD291B85C -Dtests.slow=true -Dtests.locale=ar_OM -Dtests.timezone=Etc/GMT-5 -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.12s | TestSolrProperties.testProperties <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: 
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:262)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:219)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:149)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.setUp(AbstractEmbeddedSolrServerTestCase.java:64)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.setUp(TestSolrProperties.java:70)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
[junit4:junit4]    > 	at java.io.WinNTFileSystem.canonicalize0(Native Method)
[junit4:junit4]    > 	at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
[junit4:junit4]    > 	at java.io.File.getCanonicalPath(File.java:589)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.initCoreList(ConfigSolrXmlOld.java:185)
[junit4:junit4]    > 	at org.apache.solr.core.ConfigSolrXmlOld.<init>(ConfigSolrXmlOld.java:63)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:256)
[junit4:junit4]    > 	... 41 moreThrowable #2: java.lang.AssertionError: Failed to delete .\solrtest-TestSolrProperties-1369160734451\solr-persist.xml
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.deleteAdditionalFiles(TestSolrProperties.java:95)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.AbstractEmbeddedSolrServerTestCase.tearDown(AbstractEmbeddedSolrServerTestCase.java:79)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.TestSolrProperties.tearDown(TestSolrProperties.java:76)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ar_OM, timezone=Etc/GMT-5
[junit4:junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=111028120,total=214106112
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestCoreAdmin, ContentStreamTest, QueryResponseTest, TestLBHttpSolrServer, TestHash, IteratorChainTest, SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, SolrParamTest, LargeVolumeJettyTest, JettyWebappTest, SolrExampleBinaryTest, SolrExampleJettyTest, NamedListTest, DocumentAnalysisResponseTest, FacetFieldTest, TestJavaBinCodec, FieldAnalysisResponseTest, TestEmbeddedSolrServer, TestSolrProperties]
[junit4:junit4] Completed in 0.14s, 1 test, 1 error <<< FAILURES!

[...truncated 90 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:380: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:360: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:194: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:437: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1240: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:884: There were test failures: 45 suites, 269 tests, 5 errors, 1 ignored (1 assumption)

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