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 2014/02/04 10:27:14 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk7) - Build # 9351 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9351/
Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}

2 tests failed.
REGRESSION:  org.apache.solr.analytics.expression.ExpressionTest.absoluteValueTest

Error Message:
Caught exception in getStatResult, xPath = /response/lst[@name='stats']/lst[@name='avr']/double[@name='sum']  raw data: <?xml version="1.0" encoding="UTF-8"?> <response>  <lst name="responseHeader">   <int name="status">0</int>   <int name="QTime">41</int> </lst> <result name="response" numFound="100" start="0"> </result> <lst name="stats">   <lst name="stats_fields"/> </lst> <lst name="stats">   <lst name="mr">     <long name="count">100</long>     <double name="mcm">70829.5</double>     <double name="mean">28.91</double>     <double name="median">24.5</double>     <double name="su">104076.0</double>     <double name="sum">2891.0</double>     <long name="unique">36</long>   </lst>   <lst name="avr">     <double name="c">100.0</double>     <long name="count">100</long>     <null name="s"/>     <null name="sum"/>   </lst>   <lst name="dr">     <long name="count">100</long>     <double name="mc">0.2891</double>     <double name="mean">28.91</double>     <double name="su">80.30555555555556</double>     <double name="sum">2891.0</double>     <long name="unique">36</long>   </lst>   <lst name="ar">     <long name="count">100</long>     <double name="mcm">153.41</double>     <double name="mean">28.91</double>     <double name="median">24.5</double>     <double name="su">2927.0</double>     <double name="sum">2891.0</double>     <long name="unique">36</long>   </lst>   <lst name="rr">     <str name="max">str9</str>     <str name="min">str0</str>     <str name="rmax">9rts</str>     <str name="rmin">0rts</str>   </lst>   <lst name="nr">     <double name="c">-100.0</double>     <long name="count">100</long>     <double name="s">-2891.0</double>     <double name="sum">2891.0</double>   </lst>   <lst name="csr">     <str name="cs1">this is the first</str>     <str name="cs2">this is the second</str>     <str name="cs3">this is the third</str>   </lst>   <lst name="cdr">     <date name="cd1">1800-12-31T23:59:59Z</date>     <date name="cd2">1804-06-30T23:59:59Z</date>     <str name="cs1">1800-12-31T23:59:59Z</str>     <str name="cs2">1804-06-30T23:59:59Z</str>   </lst>   <lst name="cr">     <str name="ccmax">this is the secondstr9</str>     <str name="ccmin">this is the firststr0</str>     <str name="csmax">this is the second</str>     <str name="csmin">this is the first</str>     <str name="max">str9</str>     <str name="min">str0</str>   </lst>   <lst name="cnr">     <double name="c10">10.0</double>     <double name="c8">8.0</double>   </lst>   <lst name="dmr">     <str name="cma">+2MONTHS</str>     <str name="cme">+2YEARS</str>     <date name="dmma">1812-02-29T23:59:59Z</date>     <date name="dmme">1807-12-31T23:59:59Z</date>     <date name="max">1811-12-31T23:59:59Z</date>     <date name="median">1805-12-31T23:59:59Z</date>   </lst>   <lst name="pr">     <long name="count">100</long>     <double name="mc">1.2729436151389237E146</double>     <double name="mean">28.91</double>     <double name="su">3.9603293116911423E124</double>     <double name="sum">2891.0</double>     <long name="unique">36</long>   </lst> </lst> </response> 

Stack Trace:
java.lang.AssertionError: Caught exception in getStatResult, xPath = /response/lst[@name='stats']/lst[@name='avr']/double[@name='sum'] 
raw data: <?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">0</int>
  <int name="QTime">41</int>
</lst>
<result name="response" numFound="100" start="0">
</result>
<lst name="stats">
  <lst name="stats_fields"/>
</lst>
<lst name="stats">
  <lst name="mr">
    <long name="count">100</long>
    <double name="mcm">70829.5</double>
    <double name="mean">28.91</double>
    <double name="median">24.5</double>
    <double name="su">104076.0</double>
    <double name="sum">2891.0</double>
    <long name="unique">36</long>
  </lst>
  <lst name="avr">
    <double name="c">100.0</double>
    <long name="count">100</long>
    <null name="s"/>
    <null name="sum"/>
  </lst>
  <lst name="dr">
    <long name="count">100</long>
    <double name="mc">0.2891</double>
    <double name="mean">28.91</double>
    <double name="su">80.30555555555556</double>
    <double name="sum">2891.0</double>
    <long name="unique">36</long>
  </lst>
  <lst name="ar">
    <long name="count">100</long>
    <double name="mcm">153.41</double>
    <double name="mean">28.91</double>
    <double name="median">24.5</double>
    <double name="su">2927.0</double>
    <double name="sum">2891.0</double>
    <long name="unique">36</long>
  </lst>
  <lst name="rr">
    <str name="max">str9</str>
    <str name="min">str0</str>
    <str name="rmax">9rts</str>
    <str name="rmin">0rts</str>
  </lst>
  <lst name="nr">
    <double name="c">-100.0</double>
    <long name="count">100</long>
    <double name="s">-2891.0</double>
    <double name="sum">2891.0</double>
  </lst>
  <lst name="csr">
    <str name="cs1">this is the first</str>
    <str name="cs2">this is the second</str>
    <str name="cs3">this is the third</str>
  </lst>
  <lst name="cdr">
    <date name="cd1">1800-12-31T23:59:59Z</date>
    <date name="cd2">1804-06-30T23:59:59Z</date>
    <str name="cs1">1800-12-31T23:59:59Z</str>
    <str name="cs2">1804-06-30T23:59:59Z</str>
  </lst>
  <lst name="cr">
    <str name="ccmax">this is the secondstr9</str>
    <str name="ccmin">this is the firststr0</str>
    <str name="csmax">this is the second</str>
    <str name="csmin">this is the first</str>
    <str name="max">str9</str>
    <str name="min">str0</str>
  </lst>
  <lst name="cnr">
    <double name="c10">10.0</double>
    <double name="c8">8.0</double>
  </lst>
  <lst name="dmr">
    <str name="cma">+2MONTHS</str>
    <str name="cme">+2YEARS</str>
    <date name="dmma">1812-02-29T23:59:59Z</date>
    <date name="dmme">1807-12-31T23:59:59Z</date>
    <date name="max">1811-12-31T23:59:59Z</date>
    <date name="median">1805-12-31T23:59:59Z</date>
  </lst>
  <lst name="pr">
    <long name="count">100</long>
    <double name="mc">1.2729436151389237E146</double>
    <double name="mean">28.91</double>
    <double name="su">3.9603293116911423E124</double>
    <double name="sum">2891.0</double>
    <long name="unique">36</long>
  </lst>
</lst>
</response>

	at __randomizedtesting.SeedInfo.seed([6B90A21A64BD4D57:4A3C820FA9201531]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:114)
	at org.apache.solr.analytics.expression.ExpressionTest.absoluteValueTest(ExpressionTest.java:143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:613)
	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:780)


FAILED:  org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.testDupeDetection

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([6B90A21A64BD4D57:30A059D267FAEE2B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.checkNumDocs(SignatureUpdateProcessorFactoryTest.java:71)
	at org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.testDupeDetection(SignatureUpdateProcessorFactoryTest.java:119)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:613)
	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:780)




Build Log:
[...truncated 9960 lines...]
   [junit4] Suite: org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest
   [junit4]   2> 108643 T243 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137
   [junit4]   2> 108646 T243 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 108647 T243 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 108648 T243 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 108708 T243 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 108780 T243 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 108781 T243 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
   [junit4]   2> 108788 T243 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 109210 T243 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 109213 T243 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 109216 T243 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 109238 T243 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 109242 T243 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 109247 T243 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 109247 T243 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 109247 T243 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 109256 T243 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 109256 T243 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 109257 T243 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 109301 T243 oasc.CoreContainer.<init> New CoreContainer -1241929052
   [junit4]   2> 109302 T243 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 109304 T243 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 109304 T243 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 109305 T243 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 109305 T243 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 109306 T243 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 109306 T243 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 109307 T243 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 109307 T243 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 109308 T243 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 109315 T243 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 109316 T243 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 109316 T243 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 109321 T244 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 109322 T244 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 109325 T244 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 109325 T244 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 109406 T244 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 109462 T244 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 109463 T244 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
   [junit4]   2> 109470 T244 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 109862 T244 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 109865 T244 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 109868 T244 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 109887 T244 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 109893 T244 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 109898 T244 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 109899 T244 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137/
   [junit4]   2> 109899 T244 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@86706939
   [junit4]   2> 109900 T244 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137
   [junit4]   2> 109900 T244 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137/index/
   [junit4]   2> 109900 T244 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137/index' doesn't exist. Creating new index...
   [junit4]   2> 109901 T244 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137/index
   [junit4]   2> 109901 T244 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 109902 T244 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_1,generation=1}
   [junit4]   2> 109903 T244 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 109903 T244 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 109905 T244 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 109906 T244 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 109906 T244 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 109906 T244 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 109907 T244 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 109907 T244 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 109907 T244 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 109908 T244 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 109908 T244 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 109909 T244 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 109909 T244 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 109909 T244 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 109910 T244 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 109910 T244 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 109910 T244 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 109911 T244 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 109911 T244 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 109912 T244 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 109912 T244 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 109913 T244 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 109913 T244 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 109913 T244 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 109914 T244 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 109914 T244 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 109914 T244 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 109915 T244 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 109915 T244 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 109916 T244 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 109916 T244 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 109917 T244 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 109917 T244 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 109917 T244 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 109918 T244 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 109918 T244 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 109919 T244 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 109920 T244 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 109921 T244 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 109924 T244 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 109924 T244 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 109925 T244 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=289714499, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 109926 T244 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_1,generation=1}
   [junit4]   2> 109926 T244 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 109926 T244 oass.SolrIndexSearcher.<init> Opening Searcher@ac639baa main
   [junit4]   2> 109927 T244 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 110050 T244 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 110113 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ac639baa main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 110135 T244 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 110138 T243 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 110143 T243 oas.SolrTestCaseJ4.setUp ###Starting testFailNonIndexedSigWithOverwriteDupes
   [junit4]   2> ASYNC  NEW_CORE C191 name=collection1 org.apache.solr.core.SolrCore@d65c0b79
   [junit4]   2> 110144 T243 C191 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 110145 T243 C191 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 110151 T243 C191 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 110152 T243 C191 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_2,generation=2}
   [junit4]   2> 110153 T243 C191 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 110154 T243 C191 oass.SolrIndexSearcher.<init> Opening Searcher@39e0c237 main
   [junit4]   2> 110155 T243 C191 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 110157 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@39e0c237 main{StandardDirectoryReader(segments_2:2:nrt)}
   [junit4]   2> 110157 T243 C191 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 110160 T243 oas.SolrTestCaseJ4.tearDown ###Ending testFailNonIndexedSigWithOverwriteDupes
   [junit4]   2> 110170 T243 oas.SolrTestCaseJ4.setUp ###Starting testNonStringFieldsValues
   [junit4]   2> 110170 T243 C191 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 110171 T243 C191 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 110174 T243 C191 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 110175 T243 C191 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_3,generation=3}
   [junit4]   2> 110176 T243 C191 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 110177 T243 C191 oass.SolrIndexSearcher.<init> Opening Searcher@222c38b6 main
   [junit4]   2> 110178 T243 C191 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 110179 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@222c38b6 main{StandardDirectoryReader(segments_3:3:nrt)}
   [junit4]   2> 110180 T243 C191 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 110190 T243 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 110626 T243 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 110628 T243 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_4,generation=4}
   [junit4]   2> 110629 T243 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 110631 T243 oass.SolrIndexSearcher.<init> Opening Searcher@3f301001 main
   [junit4]   2> 110632 T243 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 110633 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f301001 main{StandardDirectoryReader(segments_4:5:nrt _0(5.0):C5/1:delGen=1)}
   [junit4]   2> 110634 T243 oas.SolrTestCaseJ4.tearDown ###Ending testNonStringFieldsValues
   [junit4]   2> 110642 T243 oas.SolrTestCaseJ4.setUp ###Starting testDupeDetection
   [junit4]   2> 110990 T243 C191 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 110991 T243 C191 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 349
   [junit4]   2> 111185 T243 C191 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111187 T243 C191 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_5,generation=5}
   [junit4]   2> 111187 T243 C191 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 111188 T243 C191 oass.SolrIndexSearcher.<init> Opening Searcher@feb639fb main
   [junit4]   2> 111189 T243 C191 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111191 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@feb639fb main{StandardDirectoryReader(segments_5:6:nrt)}
   [junit4]   2> 111192 T243 C191 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 111205 T243 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111209 T243 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_6,generation=6}
   [junit4]   2> 111209 T243 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 111210 T243 oass.SolrIndexSearcher.<init> Opening Searcher@1879203 main
   [junit4]   2> 111211 T243 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111213 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1879203 main{StandardDirectoryReader(segments_6:8:nrt _1(5.0):C2)}
   [junit4]   2> 111218 T243 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111222 T243 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_7,generation=7}
   [junit4]   2> 111222 T243 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 111223 T243 oass.SolrIndexSearcher.<init> Opening Searcher@c8115a10 main
   [junit4]   2> 111225 T243 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111227 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c8115a10 main{StandardDirectoryReader(segments_7:11:nrt _1(5.0):C2/1:delGen=1 _2(5.0):C1)}
   [junit4]   2> 111227 T243 oas.SolrTestCaseJ4.tearDown ###Ending testDupeDetection
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SignatureUpdateProcessorFactoryTest -Dtests.method=testDupeDetection -Dtests.seed=6B90A21A64BD4D57 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=US/Eastern -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.63s J1 | SignatureUpdateProcessorFactoryTest.testDupeDetection <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but was:<2>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6B90A21A64BD4D57:30A059D267FAEE2B]:0)
   [junit4]    > 	at org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.checkNumDocs(SignatureUpdateProcessorFactoryTest.java:71)
   [junit4]    > 	at org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest.testDupeDetection(SignatureUpdateProcessorFactoryTest.java:119)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:780)
   [junit4]   2> 111268 T243 oas.SolrTestCaseJ4.setUp ###Starting testDupeAllFieldsDetection
   [junit4]   2> 111269 T243 C191 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 111270 T243 C191 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 111272 T243 C191 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111273 T243 C191 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_8,generation=8}
   [junit4]   2> 111274 T243 C191 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 111275 T243 C191 oass.SolrIndexSearcher.<init> Opening Searcher@5e5eb211 main
   [junit4]   2> 111276 T243 C191 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111278 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e5eb211 main{StandardDirectoryReader(segments_8:12:nrt)}
   [junit4]   2> 111279 T243 C191 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 111289 T243 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111292 T243 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_9,generation=9}
   [junit4]   2> 111293 T243 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 111294 T243 oass.SolrIndexSearcher.<init> Opening Searcher@251f5883 main
   [junit4]   2> 111295 T243 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111297 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@251f5883 main{StandardDirectoryReader(segments_9:14:nrt _3(5.0):C3)}
   [junit4]   2> 111298 T243 oas.SolrTestCaseJ4.tearDown ###Ending testDupeAllFieldsDetection
   [junit4]   2> 111306 T243 oas.SolrTestCaseJ4.setUp ###Starting testMultiThreaded
   [junit4]   2> 111307 T243 C191 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 111308 T243 C191 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 111310 T243 C191 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111312 T243 C191 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_a,generation=10}
   [junit4]   2> 111313 T243 C191 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 111314 T243 C191 oass.SolrIndexSearcher.<init> Opening Searcher@a155612f main
   [junit4]   2> 111315 T243 C191 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111317 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a155612f main{StandardDirectoryReader(segments_a:15:nrt)}
   [junit4]   2> 111318 T243 C191 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> 111337 T254 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111355 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_b,generation=11}
   [junit4]   2> 111355 T254 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 111363 T254 oass.SolrIndexSearcher.<init> Opening Searcher@52b5ccc6 main
   [junit4]   2> 111364 T254 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111366 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@52b5ccc6 main{StandardDirectoryReader(segments_b:22:nrt _5(5.0):C13/11:delGen=1)}
   [junit4]   2> 111371 T256 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111389 T256 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_c,generation=12}
   [junit4]   2> 111390 T256 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 111432 T256 oass.SolrIndexSearcher.<init> Opening Searcher@3b4e75a4 main
   [junit4]   2> 111433 T256 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111434 T255 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111436 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b4e75a4 main{StandardDirectoryReader(segments_c:30:nrt _7(5.0):C15/13:delGen=1)}
   [junit4]   2> 111442 T255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_d,generation=13}
   [junit4]   2> 111443 T255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 111455 T255 oass.SolrIndexSearcher.<init> Opening Searcher@6b132837 main
   [junit4]   2> 111460 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6b132837 main{StandardDirectoryReader(segments_d:38:nrt _9(5.0):C8/5:delGen=1)}
   [junit4]   2> 111461 T255 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111462 T254 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111468 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_e,generation=14}
   [junit4]   2> 111468 T254 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
   [junit4]   2> 111485 T254 oass.SolrIndexSearcher.<init> Opening Searcher@429d6f09 main
   [junit4]   2> 111487 T254 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111488 T256 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111489 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@429d6f09 main{StandardDirectoryReader(segments_e:46:nrt _b(5.0):C4/1:delGen=1)}
   [junit4]   2> 111518 T256 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_e,generation=14}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_f,generation=15}
   [junit4]   2> 111518 T256 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 15
   [junit4]   2> 111563 T256 oass.SolrIndexSearcher.<init> Opening Searcher@b3e33c24 main
   [junit4]   2> 111563 T256 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111564 T255 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111565 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b3e33c24 main{StandardDirectoryReader(segments_f:54:nrt _d(5.0):C20/17:delGen=1)}
   [junit4]   2> 111591 T255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_f,generation=15}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_g,generation=16}
   [junit4]   2> 111592 T255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 16
   [junit4]   2> 111619 T255 oass.SolrIndexSearcher.<init> Opening Searcher@fbb0eb56 main
   [junit4]   2> 111620 T255 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111622 T254 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111622 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fbb0eb56 main{StandardDirectoryReader(segments_g:62:nrt _f(5.0):C23/19:delGen=1)}
   [junit4]   2> 111633 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_g,generation=16}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_h,generation=17}
   [junit4]   2> 111633 T254 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 17
   [junit4]   2> 111637 T254 oass.SolrIndexSearcher.<init> Opening Searcher@edb51677 main
   [junit4]   2> 111638 T254 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111638 T256 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111640 T256 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_h,generation=17}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_i,generation=18}
   [junit4]   2> 111640 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@edb51677 main{StandardDirectoryReader(segments_h:68:nrt _g(5.0):C25/24:delGen=3 _h(5.0):C6/3:delGen=1)}
   [junit4]   2> 111640 T256 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 18
   [junit4]   2> 111641 T256 oass.SolrIndexSearcher.<init> Opening Searcher@f3420bd7 main
   [junit4]   2> 111641 T256 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111643 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f3420bd7 main{StandardDirectoryReader(segments_h:68:nrt _g(5.0):C25/24:delGen=3 _h(5.0):C6/3:delGen=1)}
   [junit4]   2> 111644 T255 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111648 T255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_i,generation=18}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_j,generation=19}
   [junit4]   2> 111648 T255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 19
   [junit4]   2> 111703 T255 oass.SolrIndexSearcher.<init> Opening Searcher@6fcd6b5b main
   [junit4]   2> 111704 T255 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111704 T254 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111706 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6fcd6b5b main{StandardDirectoryReader(segments_j:75:nrt _g(5.0):C25/24:delGen=3 _h(5.0):C6/5:delGen=3 _j(5.0):C1)}
   [junit4]   2> 111706 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_j,generation=19}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_k,generation=20}
   [junit4]   2> 111707 T254 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 20
   [junit4]   2> 111708 T254 oass.SolrIndexSearcher.<init> Opening Searcher@c395c00a main
   [junit4]   2> 111708 T254 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111710 T256 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111712 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c395c00a main{StandardDirectoryReader(segments_j:75:nrt _g(5.0):C25/24:delGen=3 _h(5.0):C6/5:delGen=3 _j(5.0):C1)}
   [junit4]   2> 111717 T256 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_k,generation=20}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_l,generation=21}
   [junit4]   2> 111718 T256 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 21
   [junit4]   2> 111723 T256 oass.SolrIndexSearcher.<init> Opening Searcher@fd5cb91f main
   [junit4]   2> 111724 T256 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111724 T255 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111725 T255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_l,generation=21}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_m,generation=22}
   [junit4]   2> 111726 T255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 22
   [junit4]   2> 111726 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fd5cb91f main{StandardDirectoryReader(segments_l:83:nrt _h(5.0):C6/5:delGen=3 _k(5.0):C1 _l(5.0):C1)}
   [junit4]   2> 111727 T255 oass.SolrIndexSearcher.<init> Opening Searcher@a6889612 main
   [junit4]   2> 111728 T255 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111729 T254 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111729 T254 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 111730 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a6889612 main{StandardDirectoryReader(segments_l:83:nrt _h(5.0):C6/5:delGen=3 _k(5.0):C1 _l(5.0):C1)}
   [junit4]   2> 111730 T254 oass.SolrIndexSearcher.<init> Opening Searcher@7e39340f main
   [junit4]   2> 111731 T254 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111733 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7e39340f main{StandardDirectoryReader(segments_l:83:nrt _h(5.0):C6/5:delGen=3 _k(5.0):C1 _l(5.0):C1)}
   [junit4]   2> 111734 T256 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111743 T256 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_m,generation=22}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_n,generation=23}
   [junit4]   2> 111743 T256 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 23
   [junit4]   2> 111747 T256 oass.SolrIndexSearcher.<init> Opening Searcher@b7842069 main
   [junit4]   2> 111748 T256 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111751 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b7842069 main{StandardDirectoryReader(segments_n:91:nrt _k(5.0):C1 _n(5.0):C2)}
   [junit4]   2> 111753 T255 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111753 T255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_n,generation=23}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_o,generation=24}
   [junit4]   2> 111754 T255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 24
   [junit4]   2> 111755 T255 oass.SolrIndexSearcher.<init> Opening Searcher@1fd75a71 main
   [junit4]   2> 111755 T255 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111756 T254 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111756 T254 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 111758 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1fd75a71 main{StandardDirectoryReader(segments_n:91:nrt _k(5.0):C1 _n(5.0):C2)}
   [junit4]   2> 111761 T254 oass.SolrIndexSearcher.<init> Opening Searcher@fcaadb2 main
   [junit4]   2> 111762 T254 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111764 T255 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111765 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fcaadb2 main{StandardDirectoryReader(segments_o:94:nrt _k(5.0):C1 _n(5.0):C2/1 _o(5.0):C1)}
   [junit4]   2> 111768 T255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_o,generation=24}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_p,generation=25}
   [junit4]   2> 111769 T255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 25
   [junit4]   2> 111772 T255 oass.SolrIndexSearcher.<init> Opening Searcher@9598cbd4 main
   [junit4]   2> 111773 T255 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111774 T256 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111775 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9598cbd4 main{StandardDirectoryReader(segments_p:102:nrt _n(5.0):C2/1:delGen=1 _q(5.0):C1)}
   [junit4]   2> 111775 T256 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_p,generation=25}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_q,generation=26}
   [junit4]   2> 111776 T256 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 26
   [junit4]   2> 111777 T256 oass.SolrIndexSearcher.<init> Opening Searcher@65711d74 main
   [junit4]   2> 111778 T256 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111778 T254 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111784 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@65711d74 main{StandardDirectoryReader(segments_p:102:nrt _n(5.0):C2/1:delGen=1 _q(5.0):C1)}
   [junit4]   2> 111787 T254 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 111787 T254 oass.SolrIndexSearcher.<init> Opening Searcher@19da99b1 main
   [junit4]   2> 111787 T254 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111790 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19da99b1 main{StandardDirectoryReader(segments_p:102:nrt _n(5.0):C2/1:delGen=1 _q(5.0):C1)}
   [junit4]   2> 111791 T256 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111794 T256 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_q,generation=26}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_r,generation=27}
   [junit4]   2> 111794 T256 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 27
   [junit4]   2> 111798 T256 oass.SolrIndexSearcher.<init> Opening Searcher@a862853d main
   [junit4]   2> 111798 T256 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111801 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a862853d main{StandardDirectoryReader(segments_r:110:nrt _r(5.0):C2/1:delGen=1 _s(5.0):C1)}
   [junit4]   2> 111801 T255 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111808 T255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_r,generation=27}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_s,generation=28}
   [junit4]   2> 111809 T255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 28
   [junit4]   2> 111810 T255 oass.SolrIndexSearcher.<init> Opening Searcher@f0c5098 main
   [junit4]   2> 111811 T255 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111812 T254 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111812 T254 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 111814 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f0c5098 main{StandardDirectoryReader(segments_s:114:nrt _r(5.0):C2/1:delGen=1 _t(5.0):C1)}
   [junit4]   2> 111815 T254 oass.SolrIndexSearcher.<init> Opening Searcher@d6b6e7d0 main
   [junit4]   2> 111815 T254 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111819 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d6b6e7d0 main{StandardDirectoryReader(segments_s:114:nrt _r(5.0):C2/1:delGen=1 _t(5.0):C1)}
   [junit4]   2> 111820 T256 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111824 T256 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_s,generation=28}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_t,generation=29}
   [junit4]   2> 111825 T256 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 29
   [junit4]   2> 111826 T256 oass.SolrIndexSearcher.<init> Opening Searcher@ef784234 main
   [junit4]   2> 111827 T256 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111828 T254 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111829 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ef784234 main{StandardDirectoryReader(segments_t:118:nrt _r(5.0):C2/1:delGen=1 _u(5.0):C1)}
   [junit4]   2> 111850 T254 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_t,generation=29}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_u,generation=30}
   [junit4]   2> 111851 T254 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 30
   [junit4]   2> 111858 T254 oass.SolrIndexSearcher.<init> Opening Searcher@5173c540 main
   [junit4]   2> 111858 T254 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111860 T255 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111860 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5173c540 main{StandardDirectoryReader(segments_u:126:nrt _u(5.0):C1 _w(5.0):C1)}
   [junit4]   2> 111861 T255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_u,generation=30}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_v,generation=31}
   [junit4]   2> 111862 T255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 31
   [junit4]   2> 111866 T255 oass.SolrIndexSearcher.<init> Opening Searcher@e04beac1 main
   [junit4]   2> 111867 T255 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111869 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e04beac1 main{StandardDirectoryReader(segments_u:126:nrt _u(5.0):C1 _w(5.0):C1)}
   [junit4]   2> 111869 T256 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111873 T256 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_v,generation=31}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_w,generation=32}
   [junit4]   2> 111874 T256 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 32
   [junit4]   2> 111879 T256 oass.SolrIndexSearcher.<init> Opening Searcher@ee9a3266 main
   [junit4]   2> 111880 T256 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111880 T255 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111881 T255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_w,generation=32}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_x,generation=33}
   [junit4]   2> 111882 T255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 33
   [junit4]   2> 111882 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ee9a3266 main{StandardDirectoryReader(segments_w:132:nrt _x(5.0):C1 _y(5.0):C1)}
   [junit4]   2> 111883 T255 oass.SolrIndexSearcher.<init> Opening Searcher@e983ca42 main
   [junit4]   2> 111884 T255 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111884 T254 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111884 T254 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 111886 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e983ca42 main{StandardDirectoryReader(segments_w:132:nrt _x(5.0):C1 _y(5.0):C1)}
   [junit4]   2> 111895 T254 oass.SolrIndexSearcher.<init> Opening Searcher@700f9149 main
   [junit4]   2> 111895 T254 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111896 T255 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111898 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@700f9149 main{StandardDirectoryReader(segments_x:135:nrt _x(5.0):C1 _y(5.0):C1 _z(5.0):C1)}
   [junit4]   2> 111901 T255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_x,generation=33}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_y,generation=34}
   [junit4]   2> 111901 T255 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 34
   [junit4]   2> 111902 T255 oass.SolrIndexSearcher.<init> Opening Searcher@9c7b22ed main
   [junit4]   2> 111903 T255 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111903 T256 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111903 T256 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 111905 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9c7b22ed main{StandardDirectoryReader(segments_y:138:nrt _y(5.0):C1)}
   [junit4]   2> 111906 T256 oass.SolrIndexSearcher.<init> Opening Searcher@6652c47a main
   [junit4]   2> 111907 T256 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111910 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6652c47a main{StandardDirectoryReader(segments_y:138:nrt _y(5.0):C1)}
   [junit4]   2> ASYNC  NEW_CORE C192 name=collection1 org.apache.solr.core.SolrCore@d65c0b79
   [junit4]   2> 111911 T243 C192 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111911 T243 C192 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 111912 T243 C192 oass.SolrIndexSearcher.<init> Opening Searcher@d105da0d main
   [junit4]   2> ASYNC  NEW_CORE C193 name=collection1 org.apache.solr.core.SolrCore@d65c0b79
   [junit4]   2> 111913 T243 C193 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111930 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d105da0d main{StandardDirectoryReader(segments_y:138:nrt _y(5.0):C1)}
   [junit4]   2> 111930 T243 C193 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 20
   [junit4]   2> 111933 T243 oas.SolrTestCaseJ4.tearDown ###Ending testMultiThreaded
   [junit4]   2> 111941 T243 oas.SolrTestCaseJ4.setUp ###Starting testNonIndexedSignatureField
   [junit4]   2> 111942 T243 C193 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 111943 T243 C193 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 111945 T243 C193 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111947 T243 C193 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_y,generation=34}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_z,generation=35}
   [junit4]   2> 111947 T243 C193 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 35
   [junit4]   2> 111948 T243 C193 oass.SolrIndexSearcher.<init> Opening Searcher@f1746ce5 main
   [junit4]   2> 111949 T243 C193 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111951 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f1746ce5 main{StandardDirectoryReader(segments_z:139:nrt)}
   [junit4]   2> 111952 T243 C193 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 111961 T243 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 111963 T243 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_z,generation=35}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3c31608a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@85f580fe)),segFN=segments_10,generation=36}
   [junit4]   2> 111964 T243 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 36
   [junit4]   2> 111966 T243 oass.SolrIndexSearcher.<init> Opening Searcher@a7350ac3 main
   [junit4]   2> 111967 T243 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 111969 T245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a7350ac3 main{StandardDirectoryReader(segments_10:141:nrt _11(5.0):C2)}
   [junit4]   2> 111977 T243 oas.SolrTestCaseJ4.tearDown ###Ending testNonIndexedSignatureField
   [junit4]   2> 111981 T243 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 111981 T243 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=-1241929052
   [junit4]   2> 111982 T243 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@d65c0b79
   [junit4]   2> 112003 T243 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=42,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=253,cumulative_deletesById=0,cumulative_deletesByQuery=6,cumulative_errors=0}
   [junit4]   2> 112004 T243 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 112004 T243 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 112005 T243 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 112008 T243 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 112009 T243 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 112009 T243 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137/index;done=false>>]
   [junit4]   2> 112010 T243 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137/index
   [junit4]   2> 112010 T243 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137;done=false>>]
   [junit4]   2> 112011 T243 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SignatureUpdateProcessorFactoryTest-1391505460137
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=341), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=341)), sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=sr_RS, timezone=US/Eastern
   [junit4]   2> NOTE: Linux 3.8.0-35-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=59434488,total=102432768
   [junit4]   2> NOTE: All tests run in this JVM: [ConnectionManagerTest, AssignTest, LeaderElectionIntegrationTest, HighlighterTest, SuggesterTSTTest, PrimUtilsTest, DistanceFunctionTest, TestStressReorder, AlternateDirectoryTest, FileUtilsTest, DirectSolrSpellCheckerTest, SignatureUpdateProcessorFactoryTest]
   [junit4] Completed on J1 in 3.43s, 6 tests, 1 failure <<< FAILURES!

[...truncated 855 lines...]
   [junit4] Suite: org.apache.solr.analytics.expression.ExpressionTest
   [junit4]   2> 616280 T2375 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1391505967787
   [junit4]   2> 616281 T2375 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 616282 T2375 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 616282 T2375 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 616307 T2375 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 616336 T2375 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 616337 T2375 oass.IndexSchema.readSchema Reading Solr Schema from schema-analytics.xml
   [junit4]   2> 616340 T2375 oass.IndexSchema.readSchema [null] Schema name=schema-docValues
   [junit4]   2> 616364 T2375 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 616366 T2375 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 616366 T2375 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 616366 T2375 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 616373 T2375 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 616373 T2375 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 616373 T2375 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 616410 T2375 oasc.CoreContainer.<init> New CoreContainer -1899051961
   [junit4]   2> 616410 T2375 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 616411 T2375 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 616412 T2375 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 616412 T2375 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 616412 T2375 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 616413 T2375 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 616413 T2375 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 616413 T2375 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 616414 T2375 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 616414 T2375 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 616417 T2375 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 616417 T2375 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 616418 T2375 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 616422 T2376 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 616422 T2376 oa

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

     <double name="c10">10.0</double>
   [junit4]    >     <double name="c8">8.0</double>
   [junit4]    >   </lst>
   [junit4]    >   <lst name="dmr">
   [junit4]    >     <str name="cma">+2MONTHS</str>
   [junit4]    >     <str name="cme">+2YEARS</str>
   [junit4]    >     <date name="dmma">1812-02-29T23:59:59Z</date>
   [junit4]    >     <date name="dmme">1807-12-31T23:59:59Z</date>
   [junit4]    >     <date name="max">1811-12-31T23:59:59Z</date>
   [junit4]    >     <date name="median">1805-12-31T23:59:59Z</date>
   [junit4]    >   </lst>
   [junit4]    >   <lst name="pr">
   [junit4]    >     <long name="count">100</long>
   [junit4]    >     <double name="mc">1.2729436151389237E146</double>
   [junit4]    >     <double name="mean">28.91</double>
   [junit4]    >     <double name="su">3.9603293116911423E124</double>
   [junit4]    >     <double name="sum">2891.0</double>
   [junit4]    >     <long name="unique">36</long>
   [junit4]    >   </lst>
   [junit4]    > </lst>
   [junit4]    > </response>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6B90A21A64BD4D57:4A3C820FA9201531]:0)
   [junit4]    > 	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:114)
   [junit4]    > 	at org.apache.solr.analytics.expression.ExpressionTest.absoluteValueTest(ExpressionTest.java:143)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:780)
   [junit4]   2> 621435 T2375 oas.SolrTestCaseJ4.setUp ###Starting powerTest
   [junit4]   2> 621440 T2375 oas.SolrTestCaseJ4.tearDown ###Ending powerTest
   [junit4]   2> 621442 T2375 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 621442 T2375 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=-1899051961
   [junit4]   2> 621442 T2375 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9d6d74dc
   [junit4]   2> 621443 T2375 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=99,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=100,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 621443 T2375 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 621444 T2375 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 621444 T2375 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 621445 T2375 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 621447 T2375 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 621447 T2375 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1391505967787 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1391505967787;done=false>>]
   [junit4]   2> 621448 T2375 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1391505967787
   [junit4]   2> 621448 T2375 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1391505967787/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1391505967787/index;done=false>>]
   [junit4]   2> 621448 T2375 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1391505967787/index
   [junit4]   2> NOTE: test params are: codec=Lucene46: {string_sd=PostingsFormat(name=FSTPulsing41), int_id=PostingsFormat(name=FSTPulsing41), date_dtd=PostingsFormat(name=FSTPulsing41), long_ld=PostingsFormat(name=FSTPulsing41), float_fd=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), id=PostingsFormat(name=FSTPulsing41), double_dd=PostingsFormat(name=MockRandom)}, docValues:{intdv=DocValuesFormat(name=Memory), stringdv=DocValuesFormat(name=Disk), stringdvm=DocValuesFormat(name=SimpleText), double_dd=DocValuesFormat(name=Lucene45), float_fd=DocValuesFormat(name=Memory), datedv=DocValuesFormat(name=Lucene45), doubledv=DocValuesFormat(name=Disk), int_id=DocValuesFormat(name=Disk), string_sd=DocValuesFormat(name=Disk), longdv=DocValuesFormat(name=SimpleText), floatdv=DocValuesFormat(name=SimpleText), long_ld=DocValuesFormat(name=Disk), date_dtd=DocValuesFormat(name=Disk)}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=sr_BA_#Latn, timezone=America/Cordoba
   [junit4]   2> NOTE: Linux 3.8.0-35-generic amd64/IBM Corporation 1.7.0 (64-bit)/cpus=8,threads=1,free=82939344,total=190644224
   [junit4]   2> NOTE: All tests run in this JVM: [CacheHeaderTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestLuceneMatchVersion, TestLFUCache, TestSolrQueryParser, SpatialFilterTest, TestFaceting, SolrCoreTest, TestPostingsSolrHighlighter, DistributedTermsComponentTest, BadComponentTest, TestClassNameShortening, CoreMergeIndexesAdminHandlerTest, TestRemoteStreaming, CursorPagingTest, TestReplicationHandler, ShardSplitTest, TestPerFieldSimilarity, TestQueryUtils, RegexBoostProcessorTest, EchoParamsTest, TestSurroundQueryParser, SOLR749Test, FileBasedSpellCheckerTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, TestWriterPerf, TestSuggestSpellingConverter, UnloadDistributedZkTest, ResourceLoaderTest, TestSolrIndexConfig, TestFieldTypeResource, StressHdfsTest, DistributedSpellCheckComponentTest, ZkControllerTest, BadCopyFieldTest, QueryEqualityTest, TestMaxScoreQueryParser, CSVRequestHandlerTest, TestLMJelinekMercerSimilarityFactory, TestSystemIdResolver, TestManagedSchemaFieldResource, TestLRUCache, SyncSliceTest, TestMergePolicyConfig, BinaryUpdateRequestHandlerTest, FastVectorHighlighterTest, CircularListTest, LeaderElectionTest, PeerSyncTest, TestFieldCollectionResource, TestFunctionQuery, TestSolrXmlPersistor, TestLMDirichletSimilarityFactory, SolrInfoMBeanTest, TestFreeTextSuggestions, LegacyHTMLStripCharFilterTest, BasicFunctionalityTest, ReturnFieldsTest, CoreAdminHandlerTest, UUIDFieldTest, LukeRequestHandlerTest, TestCursorMarkWithoutUniqueKey, ResponseLogComponentTest, TestTrie, DirectUpdateHandlerOptimizeTest, ShardRoutingTest, DOMUtilTest, TestDocumentBuilder, PrimitiveFieldTypeTest, SchemaVersionSpecificBehaviorTest, TestExtendedDismaxParser, HdfsBasicDistributedZkTest, TestCloudManagedSchema, DocumentBuilderTest, SystemInfoHandlerTest, SimpleFacetsTest, LoggingHandlerTest, TestStressVersions, ShowFileRequestHandlerTest, BasicDistributedZkTest, TestStressUserVersions, TestPseudoReturnFields, HdfsBasicDistributedZk2Test, QueryElevationComponentTest, HdfsSyncSliceTest, OpenCloseCoreStressTest, BasicZkTest, ZkCLITest, ShardRoutingCustomTest, SliceStateUpdateTest, AutoCommitTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestJoin, TestRangeQuery, TestCoreContainer, StatsComponentTest, TestGroupingSearch, TestBadConfig, TestIndexSearcher, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, DocValuesTest, SuggesterTest, SuggesterWFSTTest, PolyFieldTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DocValuesMultiTest, TestSolrDeletionPolicy1, DisMaxRequestHandlerTest, TestReversedWildcardFilterFactory, TestQueryTypes, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, SolrPluginUtilsTest, TestJmxIntegration, JSONWriterTest, MBeansHandlerTest, TestAnalyzedSuggestions, JsonLoaderTest, PingRequestHandlerTest, TestBinaryResponseWriter, CopyFieldTest, SampleTest, TestBinaryField, TestSearchPerf, TestElisionMultitermQuery, OutputWriterTest, TestCharFilters, TestXIncludeConfig, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest, TestSolrXMLSerializer, DateFieldTest, RAMDirectoryFactoryTest, ClusterStateTest, ZkNodePropsTest, AbstractAnalyticsStatsTest, ExpressionTest]
   [junit4] Completed on J0 in 5.20s, 12 tests, 1 failure <<< FAILURES!

[...truncated 185 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:453: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:446: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1268: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:901: There were test failures: 365 suites, 1590 tests, 2 failures, 70 ignored (7 assumptions)

Total time: 33 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b127) - Build # 9352 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9352/
Java: 32bit/jdk1.8.0-ea-b127 -server -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.OverseerRolesTest.testDistribSearch

Error Message:
Captured an uncaught exception in thread: Thread[id=882, name=Overseer-91194089882320908-127.0.0.1:43520__j%2Fnx-n_0000000011, state=RUNNABLE, group=Overseer collection creation process.]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=882, name=Overseer-91194089882320908-127.0.0.1:43520__j%2Fnx-n_0000000011, state=RUNNABLE, group=Overseer collection creation process.]
	at __randomizedtesting.SeedInfo.seed([CB66222B2C1E66A2:4A80AC335B41069E]:0)
Caused by: org.apache.solr.common.cloud.ZooKeeperException: 
	at __randomizedtesting.SeedInfo.seed([CB66222B2C1E66A2]:0)
	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:209)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qn-0000000004
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:173)
	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:170)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:170)
	at org.apache.solr.cloud.DistributedQueue.remove(DistributedQueue.java:193)
	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:200)
	... 1 more




Build Log:
[...truncated 9976 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> 132993 T710 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_j/nx
   [junit4]   2> 132997 T710 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-OverseerRolesTest-1391511381258
   [junit4]   2> 132997 T710 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 132998 T711 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 133275 T710 oasc.ZkTestServer.run start zk server on port:36829
   [junit4]   2> 133276 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 133280 T712 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 134626 T717 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1140732 name:ZooKeeperConnection Watcher:127.0.0.1:36829 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 134626 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 134627 T710 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 134632 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 134633 T719 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e8c07 name:ZooKeeperConnection Watcher:127.0.0.1:36829/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 134634 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 134634 T710 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 134636 T710 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 134639 T710 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 134641 T710 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 134645 T710 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 134646 T710 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 134652 T710 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 134653 T710 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 134657 T710 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 134658 T710 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 134660 T710 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 134660 T710 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 134662 T710 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 134663 T710 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 134666 T710 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 134666 T710 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 134669 T710 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 134670 T710 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 134673 T710 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 134673 T710 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 134677 T710 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 134677 T710 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 134681 T710 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 134682 T710 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 134685 T710 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 134686 T710 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 134768 T710 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 134778 T710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40315
   [junit4]   2> 134778 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 134779 T710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 134779 T710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953
   [junit4]   2> 134779 T710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/'
   [junit4]   2> 134789 T710 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/solr.xml
   [junit4]   2> 134798 T710 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 134799 T710 oasc.CoreContainer.<init> New CoreContainer 1761166
   [junit4]   2> 134799 T710 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/]
   [junit4]   2> 134799 T710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 134800 T710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 134800 T710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 134800 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 134800 T710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 134801 T710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 134801 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 134801 T710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 134801 T710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 134805 T710 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 134805 T710 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 134806 T710 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 134806 T710 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36829/solr
   [junit4]   2> 134806 T710 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 134807 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 134809 T730 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1df33b1 name:ZooKeeperConnection Watcher:127.0.0.1:36829 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 134810 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 134812 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 134813 T732 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b347ab name:ZooKeeperConnection Watcher:127.0.0.1:36829/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 134813 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 134815 T710 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 134818 T710 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 134820 T710 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 134822 T710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40315__j%2Fnx
   [junit4]   2> 134823 T710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40315__j%2Fnx
   [junit4]   2> 134825 T710 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 134826 T710 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 134830 T710 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:40315__j%2Fnx
   [junit4]   2> 134830 T710 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 134833 T710 oasc.Overseer.start Overseer (id=91194089882320899-127.0.0.1:40315__j%2Fnx-n_0000000000) starting
   [junit4]   2> 134835 T710 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 134838 T734 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 134838 T710 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 134839 T734 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 134841 T710 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 134842 T710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 134844 T733 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 134844 T710 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953
   [junit4]   2> 134845 T710 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/conf/
   [junit4]   2> 134886 T710 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 134886 T710 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 134887 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 134888 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 134890 T737 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1577280 name:ZooKeeperConnection Watcher:127.0.0.1:36829/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 134890 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 134891 T710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 134893 T710 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 134969 T710 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 134969 T710 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 134971 T710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40401
   [junit4]   2> 134972 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 134972 T710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 134972 T710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391511383154
   [junit4]   2> 134973 T710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391511383154/'
   [junit4]   2> 134982 T710 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391511383154/solr.xml
   [junit4]   2> 134990 T710 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 134990 T710 oasc.CoreContainer.<init> New CoreContainer 7411106
   [junit4]   2> 134990 T710 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391511383154/]
   [junit4]   2> 134996 T710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 134996 T710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 134997 T710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 134997 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 134997 T710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 134997 T710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 134998 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 134998 T710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 134998 T710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 135000 T710 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 135001 T710 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 135001 T710 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 135001 T710 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36829/solr
   [junit4]   2> 135002 T710 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 135002 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 135003 T748 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@133b547 name:ZooKeeperConnection Watcher:127.0.0.1:36829 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 135004 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 135006 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 135006 T750 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c07e20 name:ZooKeeperConnection Watcher:127.0.0.1:36829/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 135007 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 135009 T710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 136011 T710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40401__j%2Fnx
   [junit4]   2> 136012 T710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40401__j%2Fnx
   [junit4]   2> 136014 T732 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 136014 T737 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 136014 T750 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 136017 T710 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391511383154
   [junit4]   2> 136018 T710 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391511383154/conf/
   [junit4]   2> 136047 T710 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 136048 T710 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 136048 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 136111 T710 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 136112 T710 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 136114 T710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36854
   [junit4]   2> 136114 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 136115 T710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 136115 T710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391511384309
   [junit4]   2> 136115 T710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty2-1391511384309/'
   [junit4]   2> 136124 T710 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391511384309/solr.xml
   [junit4]   2> 136132 T710 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 136132 T710 oasc.CoreContainer.<init> New CoreContainer 10637804
   [junit4]   2> 136133 T710 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391511384309/]
   [junit4]   2> 136133 T710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 136133 T710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 136134 T710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 136134 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 136134 T710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 136134 T710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 136134 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 136135 T710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 136135 T710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 136137 T710 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 136137 T710 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 136137 T710 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 136138 T710 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36829/solr
   [junit4]   2> 136138 T710 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 136139 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 136140 T762 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f98c86 name:ZooKeeperConnection Watcher:127.0.0.1:36829 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 136141 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 136142 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 136143 T764 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1580e14 name:ZooKeeperConnection Watcher:127.0.0.1:36829/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 136144 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 136146 T710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 137148 T710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36854__j%2Fnx
   [junit4]   2> 137151 T710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36854__j%2Fnx
   [junit4]   2> 137155 T750 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 137155 T764 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 137155 T737 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 137155 T732 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 137160 T710 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391511384309
   [junit4]   2> 137162 T710 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391511384309/conf/
   [junit4]   2> 137190 T710 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 137191 T710 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 137191 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 137269 T710 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 137269 T710 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 137271 T710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34773
   [junit4]   2> 137272 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 137272 T710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 137273 T710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391511385453
   [junit4]   2> 137273 T710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391511385453/'
   [junit4]   2> 137282 T710 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391511385453/solr.xml
   [junit4]   2> 137295 T710 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 137295 T710 oasc.CoreContainer.<init> New CoreContainer 3409814
   [junit4]   2> 137295 T710 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391511385453/]
   [junit4]   2> 137296 T710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 137296 T710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 137296 T710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 137297 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 137297 T710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 137297 T710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 137297 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 137298 T710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 137298 T710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 137300 T710 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 137300 T710 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 137301 T710 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 137301 T710 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36829/solr
   [junit4]   2> 137301 T710 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 137302 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 137303 T776 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c7f4a name:ZooKeeperConnection Watcher:127.0.0.1:36829 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 137303 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 137305 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 137307 T778 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10ad9aa name:ZooKeeperConnection Watcher:127.0.0.1:36829/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 137307 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 137309 T710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 138312 T710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34773__j%2Fnx
   [junit4]   2> 138314 T710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34773__j%2Fnx
   [junit4]   2> 138318 T750 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 138318 T737 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 138318 T778 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 138318 T732 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 138318 T764 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 138321 T710 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391511385453
   [junit4]   2> 138322 T710 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391511385453/conf/
   [junit4]   2> 138350 T710 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 138350 T710 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 138350 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 138413 T710 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 138414 T710 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 138416 T710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43520
   [junit4]   2> 138417 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 138417 T710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 138418 T710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612
   [junit4]   2> 138418 T710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/'
   [junit4]   2> 138430 T710 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/solr.xml
   [junit4]   2> 138440 T710 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 138441 T710 oasc.CoreContainer.<init> New CoreContainer 12173420
   [junit4]   2> 138441 T710 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/]
   [junit4]   2> 138441 T710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 138442 T710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 138442 T710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 138442 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 138442 T710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 138443 T710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 138443 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 138443 T710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 138443 T710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 138445 T710 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 138445 T710 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 138446 T710 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 138446 T710 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36829/solr
   [junit4]   2> 138446 T710 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 138447 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 138449 T790 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@133f7dd name:ZooKeeperConnection Watcher:127.0.0.1:36829 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 138449 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 138451 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 138452 T792 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8ae644 name:ZooKeeperConnection Watcher:127.0.0.1:36829/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 138453 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 138458 T710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 139461 T710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43520__j%2Fnx
   [junit4]   2> 139463 T710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43520__j%2Fnx
   [junit4]   2> 139465 T737 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 139465 T778 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 139465 T750 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 139465 T764 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 139465 T732 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 139466 T792 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 139469 T710 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612
   [junit4]   2> 139470 T710 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/conf/
   [junit4]   2> 139516 T710 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 139516 T710 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 139516 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 139604 T710 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 5
   [junit4]   2> 139605 T710 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 139607 T710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54303
   [junit4]   2> 139608 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 139608 T710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 139609 T710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391511387778
   [junit4]   2> 139609 T710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391511387778/'
   [junit4]   2> 139634 T710 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391511387778/solr.xml
   [junit4]   2> 139668 T710 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 139668 T710 oasc.CoreContainer.<init> New CoreContainer 5609148
   [junit4]   2> 139669 T710 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391511387778/]
   [junit4]   2> 139669 T710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 139670 T710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 139670 T710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 139671 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 139671 T710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 139671 T710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 139672 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 139672 T710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 139673 T710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 139676 T710 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 139676 T710 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 139677 T710 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 139677 T710 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36829/solr
   [junit4]   2> 139678 T710 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 139696 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 139696 T804 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e1f7f name:ZooKeeperConnection Watcher:127.0.0.1:36829 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 139709 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 139723 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 139724 T806 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e86294 name:ZooKeeperConnection Watcher:127.0.0.1:36829/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 139724 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 139738 T710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 140754 T710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54303__j%2Fnx
   [junit4]   2> 140755 T710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54303__j%2Fnx
   [junit4]   2> 140758 T750 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 140759 T737 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 140759 T764 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 140759 T792 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 140759 T806 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 140759 T778 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 140759 T732 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 140762 T710 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391511387778
   [junit4]   2> 140763 T710 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391511387778/conf/
   [junit4]   2> 140792 T710 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 140792 T710 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 140793 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 140855 T710 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 6
   [junit4]   2> 140856 T710 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 140857 T710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41489
   [junit4]   2> 140858 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 140858 T710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 140859 T710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391511389054
   [junit4]   2> 140859 T710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty6-1391511389054/'
   [junit4]   2> 140868 T710 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391511389054/solr.xml
   [junit4]   2> 140877 T710 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 140877 T710 oasc.CoreContainer.<init> New CoreContainer 12492249
   [junit4]   2> 140877 T710 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391511389054/]
   [junit4]   2> 140878 T710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 140878 T710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 140878 T710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 140879 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 140879 T710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 140879 T710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 140879 T710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 140880 T710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 140880 T710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 140882 T710 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 140882 T710 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 140882 T710 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 140882 T710 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36829/solr
   [junit4]   2> 140883 T710 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 140883 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 140885 T818 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@aeff0 name:ZooKeeperConnection Watcher:127.0.0.1:36829 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 140885 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 140887 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 140888 T820 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f7833 name:ZooKeeperConnection Watcher:127.0.0.1:36829/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 140888 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 140891 T710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 141893 T710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41489__j%2Fnx
   [junit4]   2> 141894 T710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41489__j%2Fnx
   [junit4]   2> 141897 T737 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 141897 T764 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 141897 T750 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 141897 T820 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 141897 T792 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 141897 T806 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 141897 T732 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 141897 T778 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 141900 T710 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391511389054
   [junit4]   2> 141901 T710 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391511389054/conf/
   [junit4]   2> 141923 T710 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 141924 T710 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 141924 T710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 141925 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 141928 T823 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a7c2ca name:ZooKeeperConnection Watcher:127.0.0.1:36829/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 141928 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 141929 T710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 141931 T710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 141932 T825 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@155c172 name:ZooKeeperConnection Watcher:127.0.0.1:36829/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 141932 T710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 141933 T710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 141936 T746 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=2&maxShardsPerNode=2&name=testOverseerCol&action=CREATE&numShards=4&wt=javabin&version=2
   [junit4]   2> 141936 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 141937 T734 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"testOverseerCol",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 141937 T734 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"testOverseerCol",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 141938 T734 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1
   [junit4]   2> 141938 T734 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/testOverseerCol 
   [junit4]   2> 141938 T734 oascc.SolrZkClient.makePath makePath: /collections/testOverseerCol
   [junit4]   2> 141940 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 141941 T733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 141941 T733 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: testOverseerCol
   [junit4]   2> 141941 T733 oasc.Overseer$ClusterStateUpdater.createCollection Create collection testOverseerCol with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 141942 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 141943 T823 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 141943 T820 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 141943 T806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 141943 T737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 141943 T778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 141943 T732 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 141943 T825 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 141943 T792 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 141943 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 141943 T750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 142040 T734 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2, shard3, shard4] , repFactor : 2
   [junit4]   2> 142040 T734 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica1 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:36854__j%2Fnx
   [junit4]   2> 142041 T734 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica2 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:34773__j%2Fnx
   [junit4]   2> 142041 T734 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica1 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:43520__j%2Fnx
   [junit4]   2> 142042 T734 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica2 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:40401__j%2Fnx
   [junit4]   2> 142042 T734 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica1 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:54303__j%2Fnx
   [junit4]   2> 142044 T734 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica2 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:40315__j%2Fnx
   [junit4]   2> 142044 T734 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica1 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:41489__j%2Fnx
   [junit4]   2> 142044 T773 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica2 state=down
   [junit4]   2> 142044 T734 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica2 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:36854__j%2Fnx
   [junit4]   2> 142044 T744 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica2 state=down
   [junit4]   2> 142044 T757 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica1 state=down
   [junit4]   2> 142044 T785 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica1 state=down
   [junit4]   2> 142046 T726 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica2 state=down
   [junit4]   2> 142047 T800 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica1 state=down
   [junit4]   2> 142047 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 142047 T813 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica1 state=down
   [junit4]   2> 142047 T773 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 142048 T785 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 142048 T757 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 142049 T800 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 142048 T813 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 142048 T726 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 142048 T744 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 142050 T733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 142050 T733 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34773/_j/nx",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34773__j%2Fnx",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 142051 T759 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica2 state=down
   [junit4]   2> 142053 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 142053 T759 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 142054 T733 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40401/_j/nx",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40401__j%2Fnx",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 142056 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 142057 T733 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43520/_j/nx",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43520__j%2Fnx",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 142058 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 142059 T733 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40315/_j/nx",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40315__j%2Fnx",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 142061 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 142062 T733 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36854/_j/nx",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36854__j%2Fnx",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 142064 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 142065 T733 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54303/_j/nx",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54303__j%2Fnx",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 142066 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 142067 T733 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:41489/_j/nx",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41489__j%2Fnx",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 142069 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 142069 T733 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36854/_j/nx",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36854__j%2Fnx",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 142071 T732 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 142174 T823 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 142174 T737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 142174 T764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 142174 T806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 142174 T778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 142174 T820 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 142174 T792 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 142174 T732 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 142174 T825 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 142174 T750 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 143048 T773 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica2
   [junit4]   2> 143049 T785 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica1
   [junit4]   2> 143049 T773 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica2' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391511385453/testOverseerCol_shard1_replica2
   [junit4]   2> 143049 T785 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/testOverseerCol_shard2_replica1
   [junit4]   2> 143049 T813 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica1
   [junit4]   2> 143050 T726 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica2
   [junit4]   2> 143050 T744 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica2
   [junit4]   2> 143049 T773 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 143049 T800 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica1
   [junit4]   2> 143049 T757 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica1
   [junit4]   2> 143051 T773 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 143051 T800 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391511387778/testOverseerCol_shard3_replica1
   [junit4]   2> 143052 T800 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 143051 T744 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica2' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391511383154/testOverseerCol_shard2_replica2
   [junit4]   2> 143052 T800 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 143053 T800 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 143051 T726 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica2' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/testOverseerCol_shard3_replica2
   [junit4]   2> 143050 T813 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica1' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391511389054/testOverseerCol_shard4_replica1
   [junit4]   2> 143053 T813 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 143049 T785 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 143054 T813 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 143054 T813 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 143054 T800 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391511387778/testOverseerCol_shard3_replica1/'
   [junit4]   2> 143053 T759 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica2
   [junit4]   2> 143053 T726 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 143052 T744 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 143052 T757 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica1' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391511384309/testOverseerCol_shard1_replica1
   [junit4]   2> 143057 T757 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 143051 T773 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 143058 T726 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 143059 T726 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 143057 T785 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 143057 T759 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica2' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391511384309/testOverseerCol_shard4_replica2
   [junit4]   2> 143062 T813 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty6-1391511389054/testOverseerCol_shard4_replica1/'
   [junit4]   2> 143062 T785 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 143062 T744 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 143063 T744 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 143062 T757 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 143064 T757 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 143062 T759 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 143068 T726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/testOverseerCol_shard3_replica2/'
   [junit4]   2> 143070 T773 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391511385453/testOverseerCol_shard1_replica2/'
   [junit4]   2> 143071 T759 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 143070 T785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/testOverseerCol_shard2_replica1/'
   [junit4]   2> 143071 T759 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 143071 T757 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty2-1391511384309/testOverseerCol_shard1_replica1/'
   [junit4]   2> 143071 T744 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391511383154/testOverseerCol_shard2_replica2/'
   [junit4]   2> 143080 T759 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty2-1391511384309/testOverseerCol_shard4_replica2/'
   [junit4]   2> 143113 T800 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 143113 T813 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 143171 T813 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 143172 T813 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 143174 T800 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 143177 T785 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 143177 T759 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 143178 T773 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 143191 T726 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 143197 T800 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 143226 T759 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 143227 T813 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica1] Schema name=test
   [junit4]   2> 143228 T785 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 143229 T800 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica1] Schema name=test
   [junit4]   2> 143230 T759 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 143231 T726 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 143231 T785 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 143246 T759 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica2] Schema name=test
   [junit4]   2> 143246 T773 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 143248 T785 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica1] Schema name=test
   [junit4]   2> 143248 T773 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 143249 T744 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 143253 T757 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 143254 T726 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 143279 T726 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica2] Schema name=test
   [junit4]   2> 143294 T773 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica2] Schema name=test
   [junit4]   2> 143334 T757 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 143351 T757 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 143360 T757 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica1] Schema name=test
   [junit4]   2> 143369 T744 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 143375 T744 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 143404 T744 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica2] Schema name=test
   [junit4]   2> 143715 T785 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 143719 T726 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 143726 T726 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 143728 T726 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 143735 T785 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 143744 T785 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 143745 T800 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 143750 T800 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 143753 T800 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 143769 T785 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 143770 T813 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 143770 T726 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 143772 T785 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 143775 T726 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 143776 T773 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 143776 T813 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 143778 T785 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 143778 T813 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 143780 T800 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 143781 T785 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 143788 T800 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 143786 T726 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 143801 T785 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 143802 T785 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 143802 T726 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 143803 T726 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 143803 T785 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 143803 T726 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 143803 T785 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 143804 T785 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 143804 T726 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 143805 T726 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 143805 T726 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 143806 T726 oasc.SolrCore.<init> [testOverseerCol_shard3_replica2] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/testOverseerCol_shard3_replica2/, dataDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/testOverseerCol_shard3_replica2/data/
   [junit4]   2> 143806 T726 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@801044
   [junit4]   2> 143807 T726 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/testOverseerCol_shard3_replica2/data
   [junit4]   2> 143808 T785 oasc.SolrCore.<init> [testOverseerCol_shard2_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/testOverseerCol_shard2_replica1/, dataDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/testOverseerCol_shard2_replica1/data/
   [junit4]   2> 143809 T785 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@801044
   [junit4]   2> 143810 T785 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/testOverseerCol_shard2_replica1/data
   [junit4]   2> 143810 T726 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/testOverseerCol_shard3_replica2/data/index/
   [junit4]   2> 143811 T726 oasc.SolrCore.initIndex WARN [testOverseerCol_shard3_replica2] Solr index directory '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/testOverseerCol_shard3_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 143811 T785 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/testOverseerCol_shard2_replica1/data/index/
   [junit4]   2> 143812 T785 oasc.SolrCore.initIndex WARN [testOverseerCol_shard2_replica1] Solr index directory '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/testOverseerCol_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 143812 T726 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391511382953/testOverseerCol_shard3_replica2/data/index
   [junit4]   2> 143806 T773 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 143813 T785 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391511386612/testOverseerCol_shard2_replica1/data/index
   [junit4]   2> 143813 T785 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3632285116209595]
   [junit4]   2> 143813 T726 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3632285116209595]
   [junit4]   2> 143815 T773 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 143816 T726 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7d1ca2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b096b6),segFN=segments_1,generation=1}
   [junit4]   2> 143811 T759 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 143806 T800 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 143816 T785 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@715b16 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e39c28),segFN=segments_1,generation=1}
   [junit4]   2> 143817 T785 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 143818 T800 oass.OpenExchangeR

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

oud.OverseerRolesTest-jetty5-1391511387778/testOverseerCol_shard3_replica1/data
   [junit4]   2> 151901 T806 oasc.CachingDirectoryFactory.closeCacheValue looking to close ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391511387778/testOverseerCol_shard3_replica1/data/index [CachedDir<<refCount=0;path=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391511387778/testOverseerCol_shard3_replica1/data/index;done=false>>]
   [junit4]   2> 151901 T806 oasc.CachingDirectoryFactory.close Closing directory: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391511387778/testOverseerCol_shard3_replica1/data/index
   [junit4]   2> 151901 T806 oascc.SolrZkClient.makePath makePath: /collections/testOverseerCol/leaders/shard3
   [junit4]   2> 151902 T806 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 		at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1041)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:205)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:202)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:202)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:413)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:382)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:369)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:112)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:273)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 	
   [junit4]   2> 151902 T806 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testOverseerCol/leader_elect/shard3/election/91194089882320910-core_node6-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:173)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:170)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:67)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:293)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 151902 T806 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 151902 T806 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:253)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:253)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 151903 T806 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:253)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:253)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 151903 T806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
   [junit4]   2> 151903 T806 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=tr_TR, timezone=Pacific/Funafuti
   [junit4]   2> NOTE: Linux 3.8.0-35-generic i386/Oracle Corporation 1.8.0 (32-bit)/cpus=8,threads=5,free=130280760,total=268435456
   [junit4]   2> NOTE: All tests run in this JVM: [BadIndexSchemaTest, TestDocBasedVersionConstraints, CustomCollectionTest, TestAnalyzedSuggestions, NotRequiredUniqueKeyTest, TestDistributedMissingSort, TestSolrJ, TestSolr4Spatial, StatsComponentTest, TestCloudManagedSchemaAddField, SolrCoreCheckLockOnStartupTest, TestHashPartitioner, TestDFRSimilarityFactory, TestSolrDeletionPolicy2, OverseerRolesTest]
   [junit4] Completed on J1 in 19.25s, 1 test, 1 error <<< FAILURES!

[...truncated 1032 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:453: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:433: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1268: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:901: There were test failures: 365 suites, 1590 tests, 1 error, 35 ignored (7 assumptions)

Total time: 48 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0-ea-b127 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure