You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/11/24 15:14:54 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_45) - Build # 8447 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8447/
Java: 64bit/jdk1.7.0_45 -XX:-UseCompressedOops -XX:+UseParallelGC

5 tests failed.
REGRESSION:  org.apache.solr.analytics.util.valuesource.FunctionTest.constantDateTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([AACF4881C1CB21EC:EF23CF27F7D86DAE]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.analytics.util.valuesource.FunctionTest.constantDateTest(FunctionTest.java:183)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:744)


FAILED:  org.apache.solr.analytics.facet.QueryFacetTest.queryTest

Error Message:
The query facet dependencies [float3] either do not exist or are defined in a dependency looop.

Stack Trace:
org.apache.solr.common.SolrException: The query facet dependencies [float3] either do not exist or are defined in a dependency looop.
	at __randomizedtesting.SeedInfo.seed([AACF4881C1CB21EC:37D60660A7616E79]:0)
	at org.apache.solr.analytics.request.AnalyticsRequestFactory.parse(AnalyticsRequestFactory.java:148)
	at org.apache.solr.analytics.request.AnalyticsStats.execute(AnalyticsStats.java:66)
	at org.apache.solr.handler.component.AnalyticsComponent.process(AnalyticsComponent.java:44)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:209)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1866)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:291)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:273)
	at org.apache.solr.analytics.facet.QueryFacetTest.queryTest(QueryFacetTest.java:105)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:744)


FAILED:  org.apache.solr.core.TestSolrXmlPersistor.simpleCoreDescriptorIsPersisted

Error Message:
expected:<...r><cores>     <core [instanceDir="instance/dir/" name="testcore]"/> </cores></solr>> but was:<...r><cores>     <core [name="testcore" instanceDir="instance/dir/]"/> </cores></solr>>

Stack Trace:
org.junit.ComparisonFailure: expected:<...r><cores>
    <core [instanceDir="instance/dir/" name="testcore]"/>
</cores></solr>> but was:<...r><cores>
    <core [name="testcore" instanceDir="instance/dir/]"/>
</cores></solr>>
	at __randomizedtesting.SeedInfo.seed([AACF4881C1CB21EC:CABFE8F36979B57E]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.core.TestSolrXmlPersistor.simpleCoreDescriptorIsPersisted(TestSolrXmlPersistor.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:744)


FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Expected content type application/octet-stream but got text/html;charset=ISO-8859-1. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 Can not find: /_/sf/onenodecollectioncore/update</title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /_/sf/onenodecollectioncore/update. Reason: <pre>    Can not find: /_/sf/onenodecollectioncore/update</pre></p> <hr /><i><small>Powered by Jetty://</small></i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Expected content type application/octet-stream but got text/html;charset=ISO-8859-1. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 Can not find: /_/sf/onenodecollectioncore/update</title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /_/sf/onenodecollectioncore/update. Reason:
<pre>    Can not find: /_/sf/onenodecollectioncore/update</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([AACF4881C1CB21EC:2B29C699B69441D0]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:455)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:197)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:88)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:744)


FAILED:  org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([AACF4881C1CB21EC:2B29C699B69441D0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:128)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:78)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:744)




Build Log:
[...truncated 10193 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrXmlPersistor
   [junit4]   2> 447169 T1410 oas.SolrTestCaseJ4.setUp ###Starting selfClosingCoresTagIsPersisted
   [junit4]   2> 447170 T1410 oas.SolrTestCaseJ4.tearDown ###Ending selfClosingCoresTagIsPersisted
   [junit4]   2> 447173 T1410 oas.SolrTestCaseJ4.setUp ###Starting simpleShardHandlerInfoIsPersisted
   [junit4]   2> 447174 T1410 oas.SolrTestCaseJ4.tearDown ###Ending simpleShardHandlerInfoIsPersisted
   [junit4]   2> 447179 T1410 oas.SolrTestCaseJ4.setUp ###Starting emptyCoresTagIsPersisted
   [junit4]   2> 447180 T1410 oas.SolrTestCaseJ4.tearDown ###Ending emptyCoresTagIsPersisted
   [junit4]   2> 447184 T1410 oas.SolrTestCaseJ4.setUp ###Starting complexXmlIsParsed
   [junit4]   2> 447189 T1410 oas.SolrTestCaseJ4.tearDown ###Ending complexXmlIsParsed
   [junit4]   2> 447194 T1410 oas.SolrTestCaseJ4.setUp ###Starting shardHandlerInfoIsPersisted
   [junit4]   2> 447195 T1410 oas.SolrTestCaseJ4.tearDown ###Ending shardHandlerInfoIsPersisted
   [junit4]   2> 447200 T1410 oas.SolrTestCaseJ4.setUp ###Starting emptySolrXmlIsPersisted
   [junit4]   2> 447200 T1410 oas.SolrTestCaseJ4.tearDown ###Ending emptySolrXmlIsPersisted
   [junit4]   2> 447204 T1410 oas.SolrTestCaseJ4.setUp ###Starting simpleCoreDescriptorIsPersisted
   [junit4]   2> 447207 T1410 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./ZkControllerTest/'
   [junit4]   2> 447217 T1410 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./ZkControllerTest/solr.xml
   [junit4]   2> 447251 T1410 oasc.CoreContainer.<init> New CoreContainer 1859019171
   [junit4]   2> 447253 T1410 oas.SolrTestCaseJ4.tearDown ###Ending simpleCoreDescriptorIsPersisted
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXmlPersistor -Dtests.method=simpleCoreDescriptorIsPersisted -Dtests.seed=AACF4881C1CB21EC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de_AT -Dtests.timezone=America/Jamaica -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.06s J1 | TestSolrXmlPersistor.simpleCoreDescriptorIsPersisted <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<...r><cores>
   [junit4]    >     <core [instanceDir="instance/dir/" name="testcore]"/>
   [junit4]    > </cores></solr>> but was:<...r><cores>
   [junit4]    >     <core [name="testcore" instanceDir="instance/dir/]"/>
   [junit4]    > </cores></solr>>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AACF4881C1CB21EC:CABFE8F36979B57E]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrXmlPersistor.simpleCoreDescriptorIsPersisted(TestSolrXmlPersistor.java:81)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 447261 T1410 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=de_AT, timezone=America/Jamaica
   [junit4]   2> NOTE: Linux 3.8.0-33-generic amd64/Oracle Corporation 1.7.0_45 (64-bit)/cpus=8,threads=1,free=79527760,total=389545984
   [junit4]   2> NOTE: All tests run in this JVM: [TestAddFieldRealTimeGet, SignatureUpdateProcessorFactoryTest, HdfsRecoveryZkTest, QueryResultKeyTest, TestRandomFaceting, DocumentAnalysisRequestHandlerTest, BlockCacheTest, TestFoldingMultitermQuery, TestDFRSimilarityFactory, TestRTGBase, NotRequiredUniqueKeyTest, ShardRoutingCustomTest, CurrencyFieldOpenExchangeTest, TestFiltering, TestRecovery, NoCacheHeaderTest, ZkSolrClientTest, FullSolrCloudDistribCmdsTest, AssignTest, BadIndexSchemaTest, TestBinaryField, SpellCheckComponentTest, TestSchemaVersionResource, TestInfoStreamLogging, SolrRequestParserTest, TestDynamicFieldResource, TestFastWriter, OutputWriterTest, FieldFacetExtrasTest, TestJmxIntegration, TestQueryTypes, NumericFieldsTest, TestFieldResource, TestIndexSearcher, FieldAnalysisRequestHandlerTest, SolrCoreCheckLockOnStartupTest, HighlighterTest, HdfsLockFactoryTest, TestDistribDocBasedVersion, SuggesterTSTTest, PrimUtilsTest, TestOmitPositions, TestFuzzyAnalyzedSuggestions, TestShardHandlerFactory, NoFacetTest, TestAnalyzedSuggestions, TestSolrQueryParserDefaultOperatorResource, TestZkChroot, PluginInfoTest, BasicZkTest, TestFastLRUCache, IndexSchemaRuntimeFieldTest, TestCopyFieldCollectionResource, ChaosMonkeySafeLeaderTest, AbstractAnalyticsStatsTest, TestSolrCoreProperties, MinimalSchemaTest, PreAnalyzedFieldTest, DistanceFunctionTest, TestRandomMergePolicy, TestCloudManagedSchema, TestSolrXmlPersistor]
   [junit4] Completed on J1 in 0.11s, 7 tests, 1 failure <<< FAILURES!

[...truncated 179 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> 829041 T3090 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/sf
   [junit4]   2> 829045 T3090 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1385302005431
   [junit4]   2> 829045 T3090 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 829046 T3091 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 829146 T3090 oasc.ZkTestServer.run start zk server on port:38219
   [junit4]   2> 829147 T3090 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 829156 T3097 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35cd8c0e name:ZooKeeperConnection Watcher:127.0.0.1:38219 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 829156 T3090 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 829156 T3090 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 829160 T3090 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 829161 T3099 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18ccfd59 name:ZooKeeperConnection Watcher:127.0.0.1:38219/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 829161 T3090 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 829161 T3090 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 829165 T3090 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 829167 T3090 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 829169 T3090 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 829170 T3090 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> 829170 T3090 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 829173 T3090 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> 829173 T3090 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 829175 T3090 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> 829176 T3090 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 829177 T3090 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> 829178 T3090 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 829179 T3090 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> 829180 T3090 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 829181 T3090 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> 829181 T3090 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 829184 T3090 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> 829184 T3090 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 829186 T3090 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> 829187 T3090 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 829189 T3090 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> 829189 T3090 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 829191 T3090 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> 829191 T3090 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 829193 T3090 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> 829194 T3090 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 829254 T3090 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 829259 T3090 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47066
   [junit4]   2> 829260 T3090 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 829260 T3090 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 829260 T3090 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1385302005582
   [junit4]   2> 829260 T3090 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1385302005582/'
   [junit4]   2> 829270 T3090 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1385302005582/solr.xml
   [junit4]   2> 829301 T3090 oasc.CoreContainer.<init> New CoreContainer 1638200594
   [junit4]   2> 829301 T3090 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1385302005582/]
   [junit4]   2> 829302 T3090 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 829303 T3090 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 829303 T3090 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 829303 T3090 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 829303 T3090 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 829303 T3090 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 829304 T3090 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 829304 T3090 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 829304 T3090 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 829308 T3090 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 829309 T3090 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 829309 T3090 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 829309 T3090 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38219/solr
   [junit4]   2> 829309 T3090 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 829310 T3090 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 829312 T3110 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@656be078 name:ZooKeeperConnection Watcher:127.0.0.1:38219 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 829312 T3090 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 829314 T3090 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 829315 T3112 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c1ee4cb name:ZooKeeperConnection Watcher:127.0.0.1:38219/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 829315 T3090 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 829316 T3090 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 829318 T3090 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 829320 T3090 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 829321 T3090 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47066__%2Fsf
   [junit4]   2> 829324 T3090 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47066__%2Fsf
   [junit4]   2> 829326 T3090 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 829329 T3090 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 829330 T3090 oasc.Overseer.start Overseer (id=90787152228057091-127.0.0.1:47066__%2Fsf-n_0000000000) starting
   [junit4]   2> 829335 T3090 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 829339 T3114 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 829339 T3090 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 829341 T3090 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 829342 T3090 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 829344 T3113 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 829347 T3115 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 829347 T3115 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 829348 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 829348 T3115 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 829349 T3113 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 829349 T3113 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47066/_/sf",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47066__%2Fsf",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 829350 T3113 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 829350 T3113 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 829352 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 829352 T3112 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 830348 T3115 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 830349 T3115 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1385302005582/collection1
   [junit4]   2> 830349 T3115 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 830350 T3115 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 830350 T3115 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 830351 T3115 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1385302005582/collection1/'
   [junit4]   2> 830351 T3115 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1385302005582/collection1/lib/classes/' to classloader
   [junit4]   2> 830351 T3115 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1385302005582/collection1/lib/README' to classloader
   [junit4]   2> 830384 T3115 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 830436 T3115 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 830438 T3115 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 830446 T3115 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 830746 T3115 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 830751 T3115 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 830753 T3115 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 830762 T3115 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 830764 T3115 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 830767 T3115 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 830768 T3115 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 830768 T3115 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 830768 T3115 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 830768 T3115 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 830769 T3115 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 830769 T3115 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 830769 T3115 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1385302005582/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1385302005431/control/data/
   [junit4]   2> 830769 T3115 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a862de1
   [junit4]   2> 830770 T3115 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1385302005431/control/data
   [junit4]   2> 830770 T3115 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1385302005431/control/data/index/
   [junit4]   2> 830770 T3115 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1385302005431/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 830770 T3115 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1385302005431/control/data/index
   [junit4]   2> 830770 T3115 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 830771 T3115 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@24daec3a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@20cae6bd),segFN=segments_1,generation=1}
   [junit4]   2> 830771 T3115 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830773 T3115 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 830774 T3115 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 830774 T3115 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 830774 T3115 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 830774 T3115 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 830774 T3115 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 830775 T3115 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 830775 T3115 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 830775 T3115 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 830775 T3115 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 830776 T3115 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 830776 T3115 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 830776 T3115 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 830776 T3115 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 830776 T3115 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 830777 T3115 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 830779 T3115 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830781 T3115 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 830781 T3115 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 830781 T3115 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 830782 T3115 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@24daec3a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@20cae6bd),segFN=segments_1,generation=1}
   [junit4]   2> 830782 T3115 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830782 T3115 oass.SolrIndexSearcher.<init> Opening Searcher@2d6fa845 main
   [junit4]   2> 830784 T3116 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2d6fa845 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 830784 T3115 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 830785 T3115 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47066/_/sf collection:control_collection shard:shard1
   [junit4]   2> 830785 T3115 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 830790 T3115 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 830791 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830792 T3115 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 830792 T3115 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1296 name=collection1 org.apache.solr.core.SolrCore@6d9c91bd url=http://127.0.0.1:47066/_/sf/collection1 node=127.0.0.1:47066__%2Fsf C1296_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:47066/_/sf, core=collection1, node_name=127.0.0.1:47066__%2Fsf}
   [junit4]   2> 830792 T3115 C1296 P47066 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:47066/_/sf/collection1/
   [junit4]   2> 830792 T3115 C1296 P47066 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 830792 T3113 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 830792 T3115 C1296 P47066 oasc.SyncStrategy.syncToMe http://127.0.0.1:47066/_/sf/collection1/ has no replicas
   [junit4]   2> 830793 T3115 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:47066/_/sf/collection1/ shard1
   [junit4]   2> 830793 T3115 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 830795 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830797 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830799 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830901 T3112 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 830947 T3115 oasc.ZkController.register We are http://127.0.0.1:47066/_/sf/collection1/ and leader is http://127.0.0.1:47066/_/sf/collection1/
   [junit4]   2> 830948 T3115 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47066/_/sf
   [junit4]   2> 830948 T3115 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 830948 T3115 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 830948 T3115 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 830950 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830950 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830950 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830950 T3115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 830951 T3090 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 830951 T3090 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 830951 T3113 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 830952 T3113 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47066/_/sf",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47066__%2Fsf",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 830953 T3090 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 830954 T3119 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61e4586f name:ZooKeeperConnection Watcher:127.0.0.1:38219/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 830955 T3090 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 830955 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830956 T3090 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 830959 T3090 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 831026 T3090 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 831028 T3090 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39615
   [junit4]   2> 831029 T3090 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 831029 T3090 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 831029 T3090 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1385302007345
   [junit4]   2> 831029 T3090 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1385302007345/'
   [junit4]   2> 831038 T3090 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1385302007345/solr.xml
   [junit4]   2> 831056 T3119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 831056 T3112 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 831068 T3090 oasc.CoreContainer.<init> New CoreContainer 879188441
   [junit4]   2> 831068 T3090 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1385302007345/]
   [junit4]   2> 831069 T3090 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 831069 T3090 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 831069 T3090 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 831070 T3090 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 831070 T3090 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 831070 T3090 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 831070 T3090 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 831070 T3090 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 831071 T3090 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 831074 T3090 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 831074 T3090 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 831074 T3090 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 831074 T3090 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38219/solr
   [junit4]   2> 831074 T3090 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 831075 T3090 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 831077 T3130 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@702a019e name:ZooKeeperConnection Watcher:127.0.0.1:38219 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 831077 T3090 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 831079 T3090 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 831080 T3132 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@163715c3 name:ZooKeeperConnection Watcher:127.0.0.1:38219/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 831081 T3090 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 831083 T3090 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 832086 T3090 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39615__%2Fsf
   [junit4]   2> 832087 T3090 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39615__%2Fsf
   [junit4]   2> 832090 T3112 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 832090 T3132 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 832090 T3119 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 832099 T3133 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 832099 T3133 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 832101 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 832101 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 832101 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 832101 T3133 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 832104 T3113 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 832105 T3113 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:39615/_/sf",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39615__%2Fsf",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 832105 T3113 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 832106 T3113 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 832110 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 832213 T3132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 832214 T3112 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 832214 T3119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 833102 T3133 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 833102 T3133 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1385302007345/collection1
   [junit4]   2> 833103 T3133 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 833104 T3133 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 833104 T3133 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 833106 T3133 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1385302007345/collection1/'
   [junit4]   2> 833107 T3133 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1385302007345/collection1/lib/classes/' to classloader
   [junit4]   2> 833108 T3133 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1385302007345/collection1/lib/README' to classloader
   [junit4]   2> 833160 T3133 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 833190 T3133 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 833192 T3133 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 833197 T3133 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 833484 T3133 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 833489 T3133 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 833491 T3133 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 833506 T3133 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 833509 T3133 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 833511 T3133 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 833512 T3133 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 833513 T3133 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 833513 T3133 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 833514 T3133 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 833514 T3133 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 833514 T3133 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 833514 T3133 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1385302007345/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1385302005431/jetty1/
   [junit4]   2> 833514 T3133 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a862de1
   [junit4]   2> 833515 T3133 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1385302005431/jetty1
   [junit4]   2> 833515 T3133 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1385302005431/jetty1/index/
   [junit4]   2> 833515 T3133 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1385302005431/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 833516 T3133 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1385302005431/jetty1/index
   [junit4]   2> 833516 T3133 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 833517 T3133 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@32d2cde0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2dca4731),segFN=segments_1,generation=1}
   [junit4]   2> 833517 T3133 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 833522 T3133 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 833523 T3133 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 833523 T3133 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 833523 T3133 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 833524 T3133 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 833524 T3133 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 833525 T3133 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 833525 T3133 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 833525 T3133 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 833526 T3133 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 833527 T3133 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 833527 T3133 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 833527 T3133 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 833528 T3133 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 833528 T3133 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 833529 T3133 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 833533 T3133 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 833536 T3133 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 833536 T3133 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 833536 T3133 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 833536 T3133 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@32d2cde0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2dca4731),segFN=segments_1,generation=1}
   [junit4]   2> 833537 T3133 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 833537 T3133 oass.SolrIndexSearcher.<init> Opening Searcher@79fe0c73 main
   [junit4]   2> 833539 T3134 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79fe0c73 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 833541 T3133 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 833541 T3133 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39615/_/sf collection:collection1 shard:shard2
   [junit4]   2> 833541 T3133 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 833551 T3133 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 833552 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 833553 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 833553 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 833553 T3133 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 833553 T3133 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1297 name=collection1 org.apache.solr.core.SolrCore@23b15343 url=http://127.0.0.1:39615/_/sf/collection1 node=127.0.0.1:39615__%2Fsf C1297_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:39615/_/sf, core=collection1, node_name=127.0.0.1:39615__%2Fsf}
   [junit4]   2> 833553 T3133 C1297 P39615 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:39615/_/sf/collection1/
   [junit4]   2> 833553 T3133 C1297 P39615 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 833553 T3133 C1297 P39615 oasc.SyncStrategy.syncToMe http://127.0.0.1:39615/_/sf/collection1/ has no replicas
   [junit4]   2> 833553 T3133 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:39615/_/sf/collection1/ shard2
   [junit4]   2> 833554 T3133 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 833554 T3113 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 833556 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 833559 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 833563 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 833667 T3112 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 833667 T3119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 833667 T3132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 833710 T3133 oasc.ZkController.register We are http://127.0.0.1:39615/_/sf/collection1/ and leader is http://127.0.0.1:39615/_/sf/collection1/
   [junit4]   2> 833710 T3133 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39615/_/sf
   [junit4]   2> 833710 T3133 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 833710 T3133 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 833710 T3133 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 833712 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 833712 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 833712 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 833712 T3133 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 833714 T3090 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 833714 T3090 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 833714 T3113 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 833716 T3113 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:39615/_/sf",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39615__%2Fsf",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 833719 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 833781 T3090 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 833784 T3090 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42726
   [junit4]   2> 833785 T3090 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 833786 T3090 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 833786 T3090 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1385302010102
   [junit4]   2> 833786 T3090 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1385302010102/'
   [junit4]   2> 833799 T3090 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1385302010102/solr.xml
   [junit4]   2> 833821 T3112 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 833821 T3132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 833821 T3119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 833828 T3090 oasc.CoreContainer.<init> New CoreContainer 1880519994
   [junit4]   2> 833828 T3090 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1385302010102/]
   [junit4]   2> 833829 T3090 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 833829 T3090 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 833829 T3090 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 833830 T3090 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 833830 T3090 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 833830 T3090 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 833830 T3090 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 833830 T3090 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 833830 T3090 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 833833 T3090 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 833833 T3090 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 833834 T3090 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 833834 T3090 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38219/solr
   [junit4]   2> 833834 T3090 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 833835 T3090 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 833837 T3146 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d057506 name:ZooKeeperConnection Watcher:127.0.0.1:38219 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 833837 T3090 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 833839 T3090 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 833841 T3148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57bc495b name:ZooKeeperConnection Watcher:127.0.0.1:38219/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 833841 T3090 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 833846 T3090 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 834850 T3090 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42726__%2Fsf
   [junit4]   2> 834852 T3090 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42726__%2Fsf
   [junit4]   2> 834856 T3132 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 834856 T3148 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 834856 T3119 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 834856 T3112 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 834865 T3149 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 834865 T3149 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 834867 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834868 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834868 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834867 T3149 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 834869 T3113 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 834870 T3113 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42726/_/sf",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42726__%2Fsf",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 834871 T3113 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 834871 T3113 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 834875 T3112 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834978 T3119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 834978 T3132 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 834978 T3148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataC

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

ive_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1193952 T4546 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1193952 T4546 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1193952 T4546 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1193953 T4546 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1193953 T4546 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1193953 T4546 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385302369350/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385302369350/index;done=false>>]
   [junit4]   2> 1193953 T4546 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385302369350/index
   [junit4]   2> 1193953 T4546 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385302369350 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385302369350;done=false>>]
   [junit4]   2> 1193953 T4546 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385302369350
   [junit4]   2> NOTE: test params are: codec=Lucene46: {const_10_dd=MockFixedIntBlock(blockSize=930), mult_ldf_dd=MockFixedIntBlock(blockSize=930), const_first_sd=MockVariableIntBlock(baseBlockSize=108), miss_dd=PostingsFormat(name=Lucene41VarGapFixedInterval), id=PostingsFormat(name=Lucene41VarGapFixedInterval), mult_if_dd=PostingsFormat(name=Lucene41VarGapFixedInterval), double_dd=MockFixedIntBlock(blockSize=930), string_sd=PostingsFormat(name=Lucene41VarGapFixedInterval), concat_first_sd=PostingsFormat(name=Lucene41VarGapFixedInterval), date_dtd=PostingsFormat(name=Lucene41VarGapFixedInterval), dm_2y_dtd=MockVariableIntBlock(baseBlockSize=108), add_ldf_dd=PostingsFormat(name=Lucene41VarGapFixedInterval), pow_if_dd=PostingsFormat(name=Lucene41VarGapFixedInterval), dm_2m_dtd=MockVariableIntBlock(baseBlockSize=108), div_ld_dd=PostingsFormat(name=MockSep), rev_sd=PostingsFormat(name=MockSep), const_04_dtd=PostingsFormat(name=MockSep), const_00_dtd=PostingsFormat(name=MockSep), long_ld=PostingsFormat(name=Lucene41VarGapFixedInterval), neg_l_dd=MockVariableIntBlock(baseBlockSize=108), pow_ld_dd=MockFixedIntBlock(blockSize=930), neg_i_dd=PostingsFormat(name=MockSep), int_id=PostingsFormat(name=Lucene41VarGapFixedInterval), const_8_dd=PostingsFormat(name=Lucene41VarGapFixedInterval), div_if_dd=MockVariableIntBlock(baseBlockSize=108), concat_second_sd=PostingsFormat(name=MockSep), add_if_dd=MockFixedIntBlock(blockSize=930), float_fd=PostingsFormat(name=MockSep), const_second_sd=MockVariableIntBlock(baseBlockSize=108)}, docValues:{const_10_dd=DocValuesFormat(name=SimpleText), mult_ldf_dd=DocValuesFormat(name=SimpleText), const_first_sd=DocValuesFormat(name=Lucene45), miss_dd=DocValuesFormat(name=Disk), mult_if_dd=DocValuesFormat(name=Disk), stringdv=DocValuesFormat(name=Disk), double_dd=DocValuesFormat(name=SimpleText), longdv=DocValuesFormat(name=SimpleText), string_sd=DocValuesFormat(name=Disk), concat_first_sd=DocValuesFormat(name=Disk), date_dtd=DocValuesFormat(name=Disk), dm_2y_dtd=DocValuesFormat(name=Lucene45), stringdvm=DocValuesFormat(name=SimpleText), add_ldf_dd=DocValuesFormat(name=Disk), doubledv=DocValuesFormat(name=Disk), pow_if_dd=DocValuesFormat(name=Disk), dm_2m_dtd=DocValuesFormat(name=Lucene45), div_ld_dd=DocValuesFormat(name=Memory), rev_sd=DocValuesFormat(name=Memory), const_00_dtd=DocValuesFormat(name=Memory), const_04_dtd=DocValuesFormat(name=Memory), long_ld=DocValuesFormat(name=Disk), intdv=DocValuesFormat(name=Memory), neg_l_dd=DocValuesFormat(name=Lucene45), datedv=DocValuesFormat(name=Lucene45), pow_ld_dd=DocValuesFormat(name=SimpleText), neg_i_dd=DocValuesFormat(name=Memory), int_id=DocValuesFormat(name=Disk), const_8_dd=DocValuesFormat(name=Disk), div_if_dd=DocValuesFormat(name=Lucene45), concat_second_sd=DocValuesFormat(name=Memory), float_fd=DocValuesFormat(name=Memory), add_if_dd=DocValuesFormat(name=SimpleText), floatdv=DocValuesFormat(name=SimpleText), const_second_sd=DocValuesFormat(name=Lucene45)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=sr_ME, timezone=US/Pacific
   [junit4]   2> NOTE: Linux 3.8.0-33-generic amd64/Oracle Corporation 1.7.0_45 (64-bit)/cpus=8,threads=1,free=190262240,total=354418688
   [junit4]   2> NOTE: All tests run in this JVM: [CacheHeaderTest, RecoveryZkTest, TestDefaultSearchFieldResource, TestSolrIndexConfig, TestValueSourceCache, PrimitiveFieldTypeTest, TestLuceneMatchVersion, TestNoOpRegenerator, DeleteReplicaTest, HdfsChaosMonkeySafeLeaderTest, TestCloudManagedSchemaAddField, SpellPossibilityIteratorTest, ScriptEngineTest, TestBadConfig, SolrCoreTest, TestSolrQueryParser, SliceStateTest, DOMUtilTest, RangeFacetTest, TestDocBasedVersionConstraints, TestSolrXMLSerializer, FieldMutatingUpdateProcessorTest, ReturnFieldsTest, IndexSchemaTest, EchoParamsTest, TestPseudoReturnFields, TriLevelCompositeIdRoutingTest, TestImplicitCoreProperties, UpdateRequestProcessorFactoryTest, LeaderElectionTest, DeleteInactiveReplicaTest, ClusterStateUpdateTest, AliasIntegrationTest, BadComponentTest, TermVectorComponentTest, SearchHandlerTest, SoftAutoCommitTest, TestSurroundQueryParser, QueryParsingTest, SolrInfoMBeanTest, TestLMDirichletSimilarityFactory, TestRandomDVFaceting, SOLR749Test, TestRemoteStreaming, DistributedQueryElevationComponentTest, SimpleFacetsTest, OverseerCollectionProcessorTest, ShowFileRequestHandlerTest, UpdateParamsTest, SpatialFilterTest, SynonymTokenizerTest, TestClassNameShortening, AutoCommitTest, ResourceLoaderTest, TestLFUCache, SuggesterTest, SystemInfoHandlerTest, CopyFieldTest, TestJoin, MBeansHandlerTest, TestSystemIdResolver, TestSchemaSimilarityResource, TestStressVersions, TestPostingsSolrHighlighter, TestRecoveryHdfs, LegacyHTMLStripCharFilterTest, TestLRUCache, TermsComponentTest, DirectUpdateHandlerOptimizeTest, TestNonNRTOpen, HdfsBasicDistributedZkTest, TestManagedSchema, OverseerTest, ExternalFileFieldSortTest, DocValuesTest, ChangedSchemaMergeTest, MigrateRouteKeyTest, CoreMergeIndexesAdminHandlerTest, ZkControllerTest, FastVectorHighlighterTest, LoggingHandlerTest, TestDocumentBuilder, TestSearchPerf, DeleteShardTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, ShardRoutingTest, ZkCLITest, SliceStateUpdateTest, TestDistributedSearch, TestDistributedGrouping, DistributedSpellCheckComponentTest, TestRealTimeGet, TestCoreContainer, TestGroupingSearch, TestFunctionQuery, BasicFunctionalityTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, TestUpdate, TestWordDelimiterFilterFactory, QueryEqualityTest, SortByFunctionTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, TestReversedWildcardFilterFactory, XmlUpdateRequestHandlerTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, RegexBoostProcessorTest, JSONWriterTest, JsonLoaderTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter, TestQuerySenderListener, TestQuerySenderNoQuery, SolrIndexConfigTest, TestSolrDeletionPolicy2, TestDocSet, TestConfig, TestPhraseSuggestions, TestXIncludeConfig, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, DateMathParserTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestUtils, UUIDFieldTest, CircularListTest, SolrTestCaseJ4Test, ExpressionTest, AbstractAnalyticsFacetTest, FieldFacetTest, QueryFacetTest, FunctionTest]
   [junit4] Completed on J0 in 1.01s, 13 tests, 1 failure <<< FAILURES!

[...truncated 136 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:400: 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:492: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:908: There were test failures: 353 suites, 1558 tests, 2 errors, 3 failures, 34 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_45) - Build # 8451 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8451/
Java: 32bit/jdk1.7.0_45 -client -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.analytics.util.valuesource.FunctionTest.constantDateTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([642CDE876511ED30:21C059215302A172]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.analytics.util.valuesource.FunctionTest.constantDateTest(FunctionTest.java:183)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:744)




Build Log:
[...truncated 10014 lines...]
   [junit4] Suite: org.apache.solr.analytics.util.valuesource.FunctionTest
   [junit4]   2> 148181 T637 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-FunctionTest-1385324166919
   [junit4]   2> 148181 T637 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> 148182 T637 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> 148182 T637 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> 148220 T637 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 148258 T637 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 148259 T637 oass.IndexSchema.readSchema Reading Solr Schema from schema-analytics.xml
   [junit4]   2> 148263 T637 oass.IndexSchema.readSchema [null] Schema name=schema-docValues
   [junit4]   2> 148297 T637 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 148298 T637 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 148298 T637 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> 148298 T637 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 148307 T637 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 148308 T637 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> 148308 T637 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> 148353 T637 oasc.CoreContainer.<init> New CoreContainer 18346879
   [junit4]   2> 148353 T637 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> 148358 T637 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 148359 T637 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 148359 T637 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 148359 T637 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 148359 T637 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 148360 T637 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 148360 T637 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 148360 T637 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 148360 T637 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 148363 T637 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 148364 T637 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 148364 T637 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 148368 T638 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> 148368 T638 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> 148368 T638 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> 148369 T638 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> 148404 T638 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 148441 T638 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 148442 T638 oass.IndexSchema.readSchema Reading Solr Schema from schema-analytics.xml
   [junit4]   2> 148446 T638 oass.IndexSchema.readSchema [collection1] Schema name=schema-docValues
   [junit4]   2> 148476 T638 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 148477 T638 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 148477 T638 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-FunctionTest-1385324166919/
   [junit4]   2> 148477 T638 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 148478 T638 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-FunctionTest-1385324166919
   [junit4]   2> 148478 T638 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-FunctionTest-1385324166919/index/
   [junit4]   2> 148478 T638 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-FunctionTest-1385324166919/index' doesn't exist. Creating new index...
   [junit4]   2> 148479 T638 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-FunctionTest-1385324166919/index
   [junit4]   2> 148479 T638 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39224709140340963]
   [junit4]   2> 148480 T638 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@27cf4e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e735b8),segFN=segments_1,generation=1}
   [junit4]   2> 148480 T638 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 148481 T638 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 148482 T638 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 148482 T638 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 148485 T638 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 148487 T638 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 148487 T638 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 148488 T638 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5163043872762004]
   [junit4]   2> 148488 T638 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@27cf4e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e735b8),segFN=segments_1,generation=1}
   [junit4]   2> 148488 T638 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 148488 T638 oass.SolrIndexSearcher.<init> Opening Searcher@10fe0a2 main
   [junit4]   2> 148489 T638 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 148489 T639 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10fe0a2 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 148495 T637 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> ASYNC  NEW_CORE C2040 name=collection1 org.apache.solr.core.SolrCore@18373bd
   [junit4]   2> 148501 T637 C2040 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 148502 T637 C2040 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 148509 T637 C2040 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10000]} 0 3
   [junit4]   2> 148523 T637 C2040 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10001]} 0 2
   [junit4]   2> 148530 T637 C2040 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10002]} 0 2
   [junit4]   2> 148536 T637 C2040 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10003]} 0 1
   [junit4]   2> 148542 T637 C2040 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10004]} 0 1
   [junit4]   2> 148549 T637 C2040 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10005]} 0 2
   [junit4]   2> 148555 T637 C2040 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10006]} 0 2
   [junit4]   2> 148561 T637 C2040 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10007]} 0 1
   [junit4]   2> 148567 T637 C2040 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10008]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C2041 name=collection1 org.apache.solr.core.SolrCore@18373bd
   [junit4]   2> 148580 T637 C2041 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10009]} 0 1
   [junit4]   2> 148587 T637 C2041 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100010]} 0 1
   [junit4]   2> 148593 T637 C2041 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100011]} 0 1
   [junit4]   2> 148600 T637 C2041 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100012]} 0 2
   [junit4]   2> 148606 T637 C2041 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100013]} 0 1
   [junit4]   2> 148614 T637 C2041 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100014]} 0 2
   [junit4]   2> 148623 T637 C2041 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100015]} 0 1
   [junit4]   2> 148629 T637 C2041 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100016]} 0 1
   [junit4]   2> 148635 T637 C2041 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100017]} 0 1
   [junit4]   2> 148641 T637 C2041 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100018]} 0 1
   [junit4]   2> 148647 T637 C2041 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100019]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C2042 name=collection1 org.apache.solr.core.SolrCore@18373bd
   [junit4]   2> 148658 T637 C2042 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100020]} 0 1
   [junit4]   2> 148664 T637 C2042 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100021]} 0 1
   [junit4]   2> 148671 T637 C2042 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100022]} 0 1
   [junit4]   2> 148677 T637 C2042 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100023]} 0 1
   [junit4]   2> 148684 T637 C2042 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100024]} 0 2
   [junit4]   2> 148690 T637 C2042 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100025]} 0 1
   [junit4]   2> 148696 T637 C2042 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100026]} 0 1
   [junit4]   2> 148703 T637 C2042 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100027]} 0 2
   [junit4]   2> 148709 T637 C2042 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100028]} 0 1
   [junit4]   2> 148715 T637 C2042 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100029]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C2043 name=collection1 org.apache.solr.core.SolrCore@18373bd
   [junit4]   2> 148726 T637 C2043 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100030]} 0 1
   [junit4]   2> 148733 T637 C2043 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100031]} 0 1
   [junit4]   2> 148740 T637 C2043 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100032]} 0 1
   [junit4]   2> 148747 T637 C2043 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100033]} 0 1
   [junit4]   2> 148753 T637 C2043 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100034]} 0 1
   [junit4]   2> 148759 T637 C2043 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100035]} 0 1
   [junit4]   2> 148765 T637 C2043 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100036]} 0 1
   [junit4]   2> 148772 T637 C2043 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100037]} 0 2
   [junit4]   2> 148778 T637 C2043 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100038]} 0 1
   [junit4]   2> 148784 T637 C2043 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100039]} 0 1
   [junit4]   2> 148791 T637 C2043 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100040]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C2044 name=collection1 org.apache.solr.core.SolrCore@18373bd
   [junit4]   2> 148802 T637 C2044 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100041]} 0 1
   [junit4]   2> 148809 T637 C2044 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100042]} 0 1
   [junit4]   2> 148816 T637 C2044 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100043]} 0 1
   [junit4]   2> 148824 T637 C2044 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100044]} 0 2
   [junit4]   2> 148830 T637 C2044 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100045]} 0 1
   [junit4]   2> 148837 T637 C2044 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100046]} 0 1
   [junit4]   2> 148844 T637 C2044 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100047]} 0 1
   [junit4]   2> 148850 T637 C2044 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100048]} 0 1
   [junit4]   2> 148857 T637 C2044 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100049]} 0 2
   [junit4]   2> 148863 T637 C2044 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100050]} 0 1
   [junit4]   2> 148869 T637 C2044 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100051]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C2045 name=collection1 org.apache.solr.core.SolrCore@18373bd
   [junit4]   2> 148880 T637 C2045 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100052]} 0 1
   [junit4]   2> 148887 T637 C2045 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100053]} 0 1
   [junit4]   2> 148894 T637 C2045 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100054]} 0 1
   [junit4]   2> 148903 T637 C2045 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100055]} 0 2
   [junit4]   2> 148909 T637 C2045 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100056]} 0 1
   [junit4]   2> 148915 T637 C2045 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100057]} 0 1
   [junit4]   2> 148922 T637 C2045 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100058]} 0 1
   [junit4]   2> 148929 T637 C2045 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100059]} 0 1
   [junit4]   2> 148935 T637 C2045 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100060]} 0 1
   [junit4]   2> 148941 T637 C2045 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100061]} 0 1
   [junit4]   2> 148947 T637 C2045 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100062]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C2046 name=collection1 org.apache.solr.core.SolrCore@18373bd
   [junit4]   2> 148958 T637 C2046 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100063]} 0 2
   [junit4]   2> 148964 T637 C2046 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100064]} 0 1
   [junit4]   2> 148971 T637 C2046 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100065]} 0 2
   [junit4]   2> 148978 T637 C2046 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100066]} 0 2
   [junit4]   2> 148984 T637 C2046 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100067]} 0 1
   [junit4]   2> 148990 T637 C2046 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100068]} 0 1
   [junit4]   2> 148996 T637 C2046 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100069]} 0 1
   [junit4]   2> 149002 T637 C2046 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100070]} 0 1
   [junit4]   2> 149008 T637 C2046 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100071]} 0 1
   [junit4]   2> 149014 T637 C2046 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100072]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C2047 name=collection1 org.apache.solr.core.SolrCore@18373bd
   [junit4]   2> 149025 T637 C2047 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100073]} 0 1
   [junit4]   2> 149031 T637 C2047 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100074]} 0 1
   [junit4]   2> 149038 T637 C2047 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100075]} 0 1
   [junit4]   2> 149044 T637 C2047 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100076]} 0 1
   [junit4]   2> 149050 T637 C2047 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100077]} 0 1
   [junit4]   2> 149056 T637 C2047 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100078]} 0 1
   [junit4]   2> 149062 T637 C2047 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100079]} 0 1
   [junit4]   2> 149068 T637 C2047 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100080]} 0 1
   [junit4]   2> 149074 T637 C2047 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100081]} 0 1
   [junit4]   2> 149081 T637 C2047 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100082]} 0 2
   [junit4]   2> 149087 T637 C2047 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100083]} 0 2
   [junit4]   2> ASYNC  NEW_CORE C2048 name=collection1 org.apache.solr.core.SolrCore@18373bd
   [junit4]   2> 149098 T637 C2048 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100084]} 0 2
   [junit4]   2> 149104 T637 C2048 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100085]} 0 1
   [junit4]   2> 149111 T637 C2048 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100086]} 0 2
   [junit4]   2> 149117 T637 C2048 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100087]} 0 1
   [junit4]   2> 149124 T637 C2048 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100088]} 0 2
   [junit4]   2> 149130 T637 C2048 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100089]} 0 2
   [junit4]   2> 149136 T637 C2048 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100090]} 0 2
   [junit4]   2> 149142 T637 C2048 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100091]} 0 1
   [junit4]   2> 149148 T637 C2048 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100092]} 0 1
   [junit4]   2> 149154 T637 C2048 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100093]} 0 1
   [junit4]   2> 149159 T637 C2048 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100094]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C2049 name=collection1 org.apache.solr.core.SolrCore@18373bd
   [junit4]   2> 149170 T637 C2049 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100095]} 0 1
   [junit4]   2> 149178 T637 C2049 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100096]} 0 2
   [junit4]   2> 149184 T637 C2049 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100097]} 0 1
   [junit4]   2> 149190 T637 C2049 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100098]} 0 1
   [junit4]   2> 149196 T637 C2049 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100099]} 0 1
   [junit4]   2> 149201 T637 C2049 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 149236 T637 C2049 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@27cf4e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e735b8),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@27cf4e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e735b8),segFN=segments_2,generation=2}
   [junit4]   2> 149236 T637 C2049 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 149249 T637 C2049 oass.SolrIndexSearcher.<init> Opening Searcher@8e5e06 main
   [junit4]   2> 149250 T637 C2049 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 149250 T639 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8e5e06 main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C100)}
   [junit4]   2> 149250 T637 C2049 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 49
   [junit4]   2> 149335 T637 C2049 oasc.SolrCore.execute [collection1] webapp=null path=null params={o.mr.s.sumc=sum(mult_if_dd)&rows=0&o.nr.s.meanc=mean(neg_l_dd)&o.nr.s.meanc=mean(int_id)&o.cdr.s.medianc=median(const_00_dtd)&o.cr.s.max=max(concat(const_str(this+is+the+second),string_sd))&o.nr.s.sumc=sum(neg_i_dd)&o.nr.s.sumc=sum(int_id)&o.dr.s.meanc=mean(div_ld_dd)&indent=true&o.cr.s.minc=min(concat_first_sd)&o.csr.s.max=max(const_str(this+is+the+second))&o.ms.s.min=min(miss_dd)&o.pr.s.mean=mean(pow(long_ld,double_dd))&o.cnr.s.meanc=mean(const_10_dd)&o.dmr.s.medianc=median(dm_2y_dtd)&o.csr.s.maxc=max(const_second_sd)&q=*:*&o.cdr.s.max=max(const_date(1804-06-30T23:59:59Z))&o.ar.s.mean=mean(add(long_ld,double_dd,float_fd))&o.mr.s.mean=mean(mult(long_ld,double_dd,float_fd))&o.cdr.s.median=median(const_date(1800-06-30T23:59:59Z))&o.cnr.s.sumc=sum(const_8_dd)&o.csr.s.min=min(const_str(this+is+the+first))&o.mr.s.meanc=mean(mult_ldf_dd)&o.mr.s.sum=sum(mult(int_id,float_fd))&o.dr.s.sumc=sum(div_if_dd)&o.dmr.s.max=max(date_math(date_dtd,const_str(%2B2MONTHS)))&o.rr.s.minc=min(rev_sd)&o.rr.s.min=min(rev(string_sd))&o.nr.s.sum=sum(neg(int_id))&o.nr.s.sum=sum(abs(neg(int_id)))&o.ar.s.meanc=mean(add_ldf_dd)&o.cdr.s.maxc=max(const_04_dtd)&o.csr.s.minc=min(const_first_sd)&olap=true&o.ar.s.sum=sum(add(int_id,float_fd))&o.cnr.s.sum=sum(const_num(8))&o.cr.s.maxc=max(concat_second_sd)&o.pr.s.meanc=mean(pow_ld_dd)&o.dr.s.sum=sum(div(int_id,float_fd))&o.ms.s.max=max(miss_dd)&o.cnr.s.mean=mean(const_num(10))&o.cr.s.min=min(concat(const_str(this+is+the+first),string_sd))&o.rr.s.max=max(rev(string_sd))&o.dmr.s.maxc=max(dm_2m_dtd)&o.dmr.s.median=median(date_math(date_dtd,const_str(%2B2YEARS)))&o.rr.s.maxc=max(rev_sd)&o.ar.s.sumc=sum(add_if_dd)&o.dr.s.mean=mean(div(long_ld,double_dd))&o.nr.s.mean=mean(neg(long_ld))&o.nr.s.mean=mean(abs(neg(long_ld)))&o.pr.s.sum=sum(pow(int_id,float_fd))&o.pr.s.sumc=sum(pow_if_dd)} hits=100 status=0 QTime=82 
   [junit4]   2> 149338 T637 oas.SolrTestCaseJ4.setUp ###Starting addTest
   [junit4]   2> 149339 T637 oas.SolrTestCaseJ4.tearDown ###Ending addTest
   [junit4]   2> 149342 T637 oas.SolrTestCaseJ4.setUp ###Starting concatenateTest
   [junit4]   2> 149343 T637 oas.SolrTestCaseJ4.tearDown ###Ending concatenateTest
   [junit4]   2> 149346 T637 oas.SolrTestCaseJ4.setUp ###Starting multiplyTest
   [junit4]   2> 149346 T637 oas.SolrTestCaseJ4.tearDown ###Ending multiplyTest
   [junit4]   2> 149350 T637 oas.SolrTestCaseJ4.setUp ###Starting powerTest
   [junit4]   2> 149350 T637 oas.SolrTestCaseJ4.tearDown ###Ending powerTest
   [junit4]   2> 149354 T637 oas.SolrTestCaseJ4.setUp ###Starting negateTest
   [junit4]   2> 149354 T637 oas.SolrTestCaseJ4.tearDown ###Ending negateTest
   [junit4]   2> 149358 T637 oas.SolrTestCaseJ4.setUp ###Starting absoluteValueTest
   [junit4]   2> 149358 T637 oas.SolrTestCaseJ4.tearDown ###Ending absoluteValueTest
   [junit4]   2> 149361 T637 oas.SolrTestCaseJ4.setUp ###Starting divideTest
   [junit4]   2> 149362 T637 oas.SolrTestCaseJ4.tearDown ###Ending divideTest
   [junit4]   2> 149371 T637 oas.SolrTestCaseJ4.setUp ###Starting constantDateTest
   [junit4]   2> 149371 T637 oas.SolrTestCaseJ4.tearDown ###Ending constantDateTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FunctionTest -Dtests.method=constantDateTest -Dtests.seed=642CDE876511ED30 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_QA -Dtests.timezone=SystemV/HST10 -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J1 | FunctionTest.constantDateTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([642CDE876511ED30:21C059215302A172]:0)
   [junit4]    > 	at org.apache.solr.analytics.util.valuesource.FunctionTest.constantDateTest(FunctionTest.java:183)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 149393 T637 oas.SolrTestCaseJ4.setUp ###Starting dateMathTest
   [junit4]   2> 149394 T637 oas.SolrTestCaseJ4.tearDown ###Ending dateMathTest
   [junit4]   2> 149397 T637 oas.SolrTestCaseJ4.setUp ###Starting constantStringTest
   [junit4]   2> 149397 T637 oas.SolrTestCaseJ4.tearDown ###Ending constantStringTest
   [junit4]   2> 149401 T637 oas.SolrTestCaseJ4.setUp ###Starting constantNumberTest
   [junit4]   2> 149401 T637 oas.SolrTestCaseJ4.tearDown ###Ending constantNumberTest
   [junit4]   2> 149404 T637 oas.SolrTestCaseJ4.setUp ###Starting reverseTest
   [junit4]   2> 149405 T637 oas.SolrTestCaseJ4.tearDown ###Ending reverseTest
   [junit4]   2> 149408 T637 oas.SolrTestCaseJ4.setUp ###Starting missingTest
   [junit4]   2> 149408 T637 oas.SolrTestCaseJ4.tearDown ###Ending missingTest
   [junit4]   2> 149409 T637 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 149409 T637 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=18346879
   [junit4]   2> 149410 T637 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@18373bd
   [junit4]   2> 149410 T637 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,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> 149410 T637 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 149410 T637 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 149411 T637 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 149411 T637 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 149411 T637 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 149411 T637 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-FunctionTest-1385324166919 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-FunctionTest-1385324166919;done=false>>]
   [junit4]   2> 149412 T637 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-FunctionTest-1385324166919
   [junit4]   2> 149412 T637 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-FunctionTest-1385324166919/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-FunctionTest-1385324166919/index;done=false>>]
   [junit4]   2> 149412 T637 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-FunctionTest-1385324166919/index
   [junit4]   2> NOTE: test params are: codec=Lucene46: {rev_sd=MockFixedIntBlock(blockSize=1182), concat_first_sd=PostingsFormat(name=Memory doPackFST= false), dm_2y_dtd=Pulsing41(freqCutoff=8 minBlockSize=31 maxBlockSize=133), neg_i_dd=MockFixedIntBlock(blockSize=1182), const_04_dtd=MockFixedIntBlock(blockSize=1182), const_00_dtd=MockFixedIntBlock(blockSize=1182), const_second_sd=Pulsing41(freqCutoff=8 minBlockSize=31 maxBlockSize=133), double_dd=MockVariableIntBlock(baseBlockSize=123), concat_second_sd=MockFixedIntBlock(blockSize=1182), mult_if_dd=PostingsFormat(name=Memory doPackFST= false), pow_ld_dd=MockVariableIntBlock(baseBlockSize=123), date_dtd=PostingsFormat(name=Memory doPackFST= false), const_first_sd=Pulsing41(freqCutoff=8 minBlockSize=31 maxBlockSize=133), miss_dd=PostingsFormat(name=Memory doPackFST= false), const_10_dd=MockVariableIntBlock(baseBlockSize=123), id=PostingsFormat(name=Memory doPackFST= false), string_sd=PostingsFormat(name=Memory doPackFST= false), pow_if_dd=PostingsFormat(name=Memory doPackFST= false), long_ld=PostingsFormat(name=Memory doPackFST= false), dm_2m_dtd=Pulsing41(freqCutoff=8 minBlockSize=31 maxBlockSize=133), const_8_dd=PostingsFormat(name=Memory doPackFST= false), neg_l_dd=Pulsing41(freqCutoff=8 minBlockSize=31 maxBlockSize=133), int_id=PostingsFormat(name=Memory doPackFST= false), mult_ldf_dd=MockVariableIntBlock(baseBlockSize=123), div_ld_dd=MockFixedIntBlock(blockSize=1182), float_fd=MockFixedIntBlock(blockSize=1182), div_if_dd=Pulsing41(freqCutoff=8 minBlockSize=31 maxBlockSize=133), add_if_dd=MockVariableIntBlock(baseBlockSize=123), add_ldf_dd=PostingsFormat(name=Memory doPackFST= false)}, docValues:{rev_sd=DocValuesFormat(name=SimpleText), concat_first_sd=DocValuesFormat(name=Lucene45), dm_2y_dtd=DocValuesFormat(name=Memory), neg_i_dd=DocValuesFormat(name=SimpleText), const_04_dtd=DocValuesFormat(name=SimpleText), const_00_dtd=DocValuesFormat(name=SimpleText), const_second_sd=DocValuesFormat(name=Memory), double_dd=DocValuesFormat(name=Disk), concat_second_sd=DocValuesFormat(name=SimpleText), mult_if_dd=DocValuesFormat(name=Lucene45), pow_ld_dd=DocValuesFormat(name=Disk), date_dtd=DocValuesFormat(name=Lucene45), const_first_sd=DocValuesFormat(name=Memory), miss_dd=DocValuesFormat(name=Lucene45), datedv=DocValuesFormat(name=Memory), const_10_dd=DocValuesFormat(name=Disk), string_sd=DocValuesFormat(name=Lucene45), pow_if_dd=DocValuesFormat(name=Lucene45), long_ld=DocValuesFormat(name=Lucene45), dm_2m_dtd=DocValuesFormat(name=Memory), longdv=DocValuesFormat(name=Disk), const_8_dd=DocValuesFormat(name=Lucene45), neg_l_dd=DocValuesFormat(name=Memory), int_id=DocValuesFormat(name=Lucene45), mult_ldf_dd=DocValuesFormat(name=Disk), div_ld_dd=DocValuesFormat(name=SimpleText), floatdv=DocValuesFormat(name=Disk), float_fd=DocValuesFormat(name=SimpleText), stringdv=DocValuesFormat(name=Lucene45), div_if_dd=DocValuesFormat(name=Memory), intdv=DocValuesFormat(name=SimpleText), add_if_dd=DocValuesFormat(name=Disk), stringdvm=DocValuesFormat(name=Disk), doubledv=DocValuesFormat(name=Lucene45), add_ldf_dd=DocValuesFormat(name=Lucene45)}, sim=DefaultSimilarity, locale=ar_QA, timezone=SystemV/HST10
   [junit4]   2> NOTE: Linux 3.8.0-33-generic i386/Oracle Corporation 1.7.0_45 (32-bit)/cpus=8,threads=1,free=56050536,total=123871232
   [junit4]   2> NOTE: All tests run in this JVM: [ChaosMonkeySafeLeaderTest, PathHierarchyTokenizerFactoryTest, TestRecovery, TestInfoStreamLogging, SpellCheckComponentTest, SuggesterWFSTTest, DirectSolrConnectionTest, SpellCheckCollatorTest, TestDynamicFieldResource, TestSchemaVersionResource, MinimalSchemaTest, TestPartialUpdateDeduplication, FieldFacetExtrasTest, FunctionTest]
   [junit4] Completed on J1 in 1.26s, 13 tests, 1 failure <<< FAILURES!

[...truncated 949 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:400: 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:492: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:908: There were test failures: 353 suites, 1558 tests, 1 failure, 36 ignored (7 assumptions)

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



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_45) - Build # 8450 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8450/
Java: 64bit/jdk1.7.0_45 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest

Error Message:
9 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest:     1) Thread[id=4388, name=qtp774549338-4388, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    2) Thread[id=4384, name=qtp774549338-4384 Selector1, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)         at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:744)    3) Thread[id=4385, name=qtp774549338-4385 Acceptor0 SelectChannelConnector@127.0.0.1:58848, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241)         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:744)    4) Thread[id=4389, name=qtp774549338-4389, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    5) Thread[id=4383, name=qtp774549338-4383 Selector0, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)         at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:744)    6) Thread[id=4382, name=HashSessionScavenger-107, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.lang.Object.wait(Native Method)         at java.util.TimerThread.mainLoop(Timer.java:552)         at java.util.TimerThread.run(Timer.java:505)    7) Thread[id=4390, name=qtp774549338-4390, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    8) Thread[id=4387, name=qtp774549338-4387, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    9) Thread[id=4386, name=qtp774549338-4386 Acceptor1 SelectChannelConnector@127.0.0.1:58848, state=BLOCKED, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225)         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:744)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 9 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest: 
   1) Thread[id=4388, name=qtp774549338-4388, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   2) Thread[id=4384, name=qtp774549338-4384 Selector1, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
        at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
   3) Thread[id=4385, name=qtp774549338-4385 Acceptor0 SelectChannelConnector@127.0.0.1:58848, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241)
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
   4) Thread[id=4389, name=qtp774549338-4389, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   5) Thread[id=4383, name=qtp774549338-4383 Selector0, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
        at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
   6) Thread[id=4382, name=HashSessionScavenger-107, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.lang.Object.wait(Native Method)
        at java.util.TimerThread.mainLoop(Timer.java:552)
        at java.util.TimerThread.run(Timer.java:505)
   7) Thread[id=4390, name=qtp774549338-4390, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   8) Thread[id=4387, name=qtp774549338-4387, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   9) Thread[id=4386, name=qtp774549338-4386 Acceptor1 SelectChannelConnector@127.0.0.1:58848, state=BLOCKED, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225)
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
	at __randomizedtesting.SeedInfo.seed([C0E6E0E201CA9635]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=4382, name=HashSessionScavenger-107, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.lang.Object.wait(Native Method)         at java.util.TimerThread.mainLoop(Timer.java:552)         at java.util.TimerThread.run(Timer.java:505)    2) Thread[id=4386, name=qtp774549338-4386 Acceptor1 SelectChannelConnector@127.0.0.1:58848, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:102)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:744)    3) Thread[id=4384, name=qtp774549338-4384 Selector1, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)         at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:744)    4) Thread[id=4385, name=qtp774549338-4385 Acceptor0 SelectChannelConnector@127.0.0.1:58848, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:102)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:744)    5) Thread[id=4383, name=qtp774549338-4383 Selector0, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)         at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)         at java.lang.Thread.run(Thread.java:744)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=4382, name=HashSessionScavenger-107, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.lang.Object.wait(Native Method)
        at java.util.TimerThread.mainLoop(Timer.java:552)
        at java.util.TimerThread.run(Timer.java:505)
   2) Thread[id=4386, name=qtp774549338-4386 Acceptor1 SelectChannelConnector@127.0.0.1:58848, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:102)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
   3) Thread[id=4384, name=qtp774549338-4384 Selector1, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
        at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
   4) Thread[id=4385, name=qtp774549338-4385 Acceptor0 SelectChannelConnector@127.0.0.1:58848, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:102)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
   5) Thread[id=4383, name=qtp774549338-4383 Selector0, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
        at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:744)
	at __randomizedtesting.SeedInfo.seed([C0E6E0E201CA9635]:0)


FAILED:  org.apache.solr.analytics.NoFacetTest.stddevTest

Error Message:
Oops: (double raws) 4661448815188901888 - 4628496337733101339 < 4442235333156365461 Calculated diff 4661418334251202777 Let's see what the JVM thinks these bits are. FloatResult:  4299.0 floatTest: 27.72225134241226 Diff 4271.277748657588

Stack Trace:
java.lang.AssertionError: Oops: (double raws) 4661448815188901888 - 4628496337733101339 < 4442235333156365461 Calculated diff 4661418334251202777 Let's see what the JVM thinks these bits are. FloatResult:  4299.0 floatTest: 27.72225134241226 Diff 4271.277748657588
	at __randomizedtesting.SeedInfo.seed([C0E6E0E201CA9635:C526A05731A9923A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.analytics.NoFacetTest.stddevTest(NoFacetTest.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:744)




Build Log:
[...truncated 110 lines...]
ERROR: Failed to update http://svn.apache.org/repos/asf/lucene/dev/trunk
org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS /repos/asf/lucene/dev/trunk failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:148)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:339)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:328)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:482)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:364)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:274)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:157)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:908)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:889)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:872)
	at hudson.FilePath.act(FilePath.java:917)
	at hudson.FilePath.act(FilePath.java:890)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:848)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:786)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
	at hudson.model.Run.execute(Run.java:1679)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:230)
Caused by: svn: E175002: OPTIONS /repos/asf/lucene/dev/trunk failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 38 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/lucene/dev/trunk'
svn: E175002: unknown host
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 37 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/lucene/dev/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 38 more
Caused by: svn: E175002: unknown host
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:517)
	... 38 more
Caused by: java.net.UnknownHostException: svn.apache.org
	at java.net.InetAddress.getAllByName0(InetAddress.java:1250)
	at java.net.InetAddress.getAllByName(InetAddress.java:1162)
	at java.net.InetAddress.getAllByName(InetAddress.java:1098)
	at java.net.InetAddress.getByName(InetAddress.java:1048)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:189)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:66)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:280)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:451)
	... 38 more
ERROR: Subversion update failed
java.io.IOException
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:207)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:908)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:889)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:872)
	at hudson.FilePath.act(FilePath.java:917)
	at hudson.FilePath.act(FilePath.java:890)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:848)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:786)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
	at hudson.model.Run.execute(Run.java:1679)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:230)
Caused by: hudson.scm.subversion.UpdaterException: failed to perform svn update
	... 17 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS /repos/asf/lucene/dev/trunk failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:388)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1020)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:148)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:339)
	at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:328)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:482)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:364)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:274)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:157)
	... 16 more
Caused by: svn: E175002: OPTIONS /repos/asf/lucene/dev/trunk failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 38 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS request failed on '/repos/asf/lucene/dev/trunk'
svn: E175002: unknown host
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:777)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382)
	... 37 more
Caused by: svn: E175002: OPTIONS request failed on '/repos/asf/lucene/dev/trunk'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:775)
	... 38 more
Caused by: svn: E175002: unknown host
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:517)
	... 38 more
Caused by: java.net.UnknownHostException: svn.apache.org
	at java.net.InetAddress.getAllByName0(InetAddress.java:1250)
	at java.net.InetAddress.getAllByName(InetAddress.java:1162)
	at java.net.InetAddress.getAllByName(InetAddress.java:1098)
	at java.net.InetAddress.getByName(InetAddress.java:1048)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:189)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:66)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:280)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:451)
	... 38 more
Retrying after 10 seconds
Cleaning up /var/lib/jenkins/workspace/Lucene-Solr-trunk-Linux/.
Updating http://svn.apache.org/repos/asf/lucene/dev/trunk at revision '2013-11-24T18:13:18.821 +0000'
U         solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java
U         solr/core/src/java/org/apache/solr/analytics/request/AnalyticsRequestFactory.java
At revision 1545025
No emails were triggered.
[Lucene-Solr-trunk-Linux] $ /bin/sh -xe /tmp/hudson4839961387365369509.sh
+ echo Using JDK: 64bit/jdk1.7.0_45 -XX:-UseCompressedOops -XX:+UseSerialGC
Using JDK: 64bit/jdk1.7.0_45 -XX:-UseCompressedOops -XX:+UseSerialGC
+ /var/lib/jenkins/tools/java/64bit/jdk1.7.0_45/bin/java -XX:-UseCompressedOops -XX:+UseSerialGC -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
[Lucene-Solr-trunk-Linux] $ /var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/bin/ant "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.disableHdfs=true -Dtests.multiplier=3 -Dtests.jvms=2 jenkins-hourly
Buildfile: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml

jenkins-hourly:

clean:

clean:
     [echo] Building solr...

clean:

-test-with-heapdumps-enabled:
     [echo] Java HotSpot(TM) 64-Bit Server VM: Enabling heap dumps on OutOfMemoryError to dir '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/heapdumps'.
    [mkdir] Created dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/heapdumps

test:

-run-test:
    [mkdir] Created dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.3.0 - 20130110142753 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/ivy-settings.xml

-clover.load:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.1.5 in public
[ivy:cachepath] :: resolution report :: resolve 493ms :: artifacts dl 3ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

test-core:

-clover.disable:

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/ivy-settings.xml

-clover.load:

-clover.classpath:

-clover.setup:

clover:

resolve:

init:

compile-core:
    [mkdir] Created dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java
    [javac] Compiling 680 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 3 files to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java

compile-test-framework:

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/ivy-settings.xml

resolve:

init:

compile-lucene-core:

ivy-availability-check:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

compile-codecs:
     [echo] Building codecs...

ivy-availability-check:
     [echo] Building codecs...

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java
    [javac] Compiling 71 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java
     [copy] Copying 3 files to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java
    [javac] Compiling 128 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 4 files to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java

compile-core:

compile-test:
    [mkdir] Created dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/test
    [javac] Compiling 387 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/test
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 34 files to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/test

install-junit4-taskdef:

validate:

resolve-groovy:

-init-totals:

-test:
    [mkdir] Created dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test
    [mkdir] Created dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/temp
    [mkdir] Created dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/.caches/test-stats/core
   [junit4] <JUnit4> says hallo! Master seed: EC42E06524256284
   [junit4] Executing 371 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J1 PID(17047@serv1.sd-datasolutions.de).
   [junit4] Started J0 PID(17048@serv1.sd-datasolutions.de).
   [junit4] Suite: org.apache.lucene.search.TestSort
   [junit4] Completed on J0 in 2.69s, 39 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BBinaryDocValues
   [junit4] Completed on J0 in 0.00s, 0 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestDeterminism
   [junit4] Completed on J0 in 2.78s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestCollectionUtil
   [junit4] Completed on J1 in 7.13s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestAssertions
   [junit4] Completed on J1 in 0.08s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPositionIncrement
   [junit4] Completed on J1 in 0.74s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFuzzyQuery
   [junit4] Completed on J1 in 0.84s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSearchAfter
   [junit4] Completed on J0 in 14.89s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.junitcompat.TestReproduceMessage
   [junit4] Completed on J0 in 0.73s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene42.TestLucene42DocValuesFormat
   [junit4] IGNOR/A 0.06s J0 | TestLucene42DocValuesFormat.testTwoBytesOneMissing
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene42DocValuesFormat.testLongMissingVsFieldCache
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene42DocValuesFormat.testByteMissingVsFieldCache
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.02s J0 | TestLucene42DocValuesFormat.testTwoNumbersOneMissingWithMerging
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene42DocValuesFormat.testShortMissingVsFieldCache
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene42DocValuesFormat.testThreeNumbersOneMissingWithMerging
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene42DocValuesFormat.testTwoNumbersOneMissing
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene42DocValuesFormat.testIntMissingVsFieldCache
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene42DocValuesFormat.testThreeBytesOneMissingWithMerging
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene42DocValuesFormat.testTwoBytesOneMissingWithMerging
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene42DocValuesFormat.testThreads2
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] Completed on J0 in 29.91s, 81 tests, 11 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCrash
   [junit4] Completed on J0 in 0.94s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCustomNorms
   [junit4] Completed on J0 in 1.74s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.junitcompat.TestFailOnFieldCacheInsanity
   [junit4] Completed on J0 in 0.04s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTwoPhaseCommitTool
   [junit4] Completed on J0 in 0.04s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat
   [junit4] IGNOR/A 0.06s J1 | TestPerFieldDocValuesFormat.testHugeBinaryValueLimit
   [junit4]    > Assumption #1: test requires codec with limits on max binary field length
   [junit4] Completed on J1 in 45.71s, 79 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestLiveFieldValues
   [junit4] Completed on J1 in 5.69s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDuelingCodecs
   [junit4] Completed on J1 in 11.83s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDoc
   [junit4] Completed on J1 in 0.19s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelCompositeReader
   [junit4] Completed on J1 in 0.67s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat
   [junit4] Completed on J1 in 2.05s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestPayloadSpans
   [junit4] Completed on J1 in 0.89s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test4GBStoredFields
   [junit4] IGNOR/A 0.01s J1 | Test4GBStoredFields.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J1 in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestQueryBuilder
   [junit4] Completed on J1 in 0.09s, 19 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestWAH8DocIdSet
   [junit4] Completed on J1 in 0.90s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSumDocFreq
   [junit4] Completed on J1 in 0.28s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestThreadedForceMerge
   [junit4] Completed on J1 in 0.71s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.junitcompat.TestBeforeAfterOverrides
   [junit4] Completed on J1 in 0.07s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.document.TestDocument
   [junit4] Completed on J1 in 0.09s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentsWriterStallControl
   [junit4] Completed on J0 in 24.21s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.junitcompat.TestSameRandomnessLocalePassedOrNot
   [junit4] Completed on J0 in 0.06s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAllFilesHaveCodecHeader
   [junit4] Completed on J0 in 0.17s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.junitcompat.TestReproduceMessageWithRepeated
   [junit4] Completed on J0 in 0.09s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestSearchForDuplicates
   [junit4] Completed on J0 in 0.65s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestComplexExplanationsOfNonMatches
   [junit4] Completed on J0 in 0.23s, 22 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.fst.Test2BFST
   [junit4] Completed on J0 in 0.00s, 0 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.payloads.TestPayloadExplanations
   [junit4] Completed on J1 in 1.47s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleExplanationsOfNonMatches
   [junit4] Completed on J1 in 0.64s, 69 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTerm
   [junit4] Completed on J1 in 0.05s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestRAMDirectory
   [junit4] Completed on J1 in 1.00s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestPosition
   [junit4] Completed on J1 in 0.00s, 0 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanQueryVisitSubscorers
   [junit4] Completed on J1 in 0.13s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTimeLimitingCollector
   [junit4] Completed on J0 in 4.42s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestArrayUtil
   [junit4] Completed on J0 in 4.92s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions
   [junit4] Completed on J1 in 16.61s, 27 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMixedCodecs
   [junit4] Completed on J1 in 1.72s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterReader
   [junit4] Completed on J0 in 11.46s, 22 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestWildcardRandom
   [junit4] Completed on J0 in 0.28s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterUnicode
   [junit4] Completed on J1 in 6.00s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestConsistentFieldNumbers
   [junit4] Completed on J1 in 2.54s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestWindowsMMap
   [junit4] Completed on J1 in 0.21s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestSimilarityBase
   [junit4] Completed on J1 in 0.91s, 30 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterOnJRECrash.testNRTThreads
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J1 in 0.02s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestShardSearching
   [junit4] Completed on J0 in 10.19s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanExplanationsOfNonMatches
   [junit4] Completed on J0 in 0.14s, 31 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixFilter
   [junit4] Completed on J0 in 0.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestCharTermAttributeImpl
   [junit4] Completed on J0 in 0.46s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestReaderClosed
   [junit4] Completed on J0 in 0.08s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestVirtualMethod
   [junit4] Completed on J0 in 0.02s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.payloads.TestPayloadTermQuery
   [junit4] Completed on J0 in 0.53s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTransactions
   [junit4] Completed on J1 in 2.25s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestDirectory
   [junit4] IGNOR/A 0.01s J1 | TestDirectory.testThreadSafety
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J1 in 1.20s, 8 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestWorstCaseTestBehavior
   [junit4] Completed on J1 in 0.02s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNGramPhraseQuery
   [junit4] Completed on J1 in 0.04s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNewestSegment
   [junit4] Completed on J1 in 0.05s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestNearSpansOrdered
   [junit4] Completed on J1 in 0.25s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleExplanations
   [junit4] Completed on J0 in 2.68s, 69 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentsWriterDeleteQueue
   [junit4] Completed on J0 in 0.21s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNorms
   [junit4] Completed on J1 in 1.47s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestVersion
   [junit4] Completed on J1 in 0.02s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNot
   [junit4] Completed on J1 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestComplexExplanations
   [junit4] Completed on J0 in 1.13s, 22 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestNumericUtils
   [junit4] Completed on J1 in 2.07s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestCopyBytes
   [junit4] Completed on J1 in 0.66s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.junitcompat.TestJUnitRuleOrder
   [junit4] Completed on J1 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortDocValues
   [junit4] Completed on J1 in 0.39s, 23 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOmitNorms
   [junit4] Completed on J1 in 0.58s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBoolean2
   [junit4] Completed on J1 in 7.22s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSmallFloat
   [junit4] Completed on J1 in 0.12s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene40.TestBitVector
   [junit4] Completed on J1 in 0.78s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestNamedSPILoader
   [junit4] Completed on J1 in 0.03s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMerging
   [junit4] Completed on J0 in 11.39s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestPForDeltaDocIdSet
   [junit4] Completed on J0 in 0.87s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterConfig
   [junit4] Completed on J0 in 0.06s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDocBoost
   [junit4] Completed on J0 in 0.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixRandom
   [junit4] Completed on J0 in 1.12s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.fst.TestBytesStore
   [junit4] Completed on J0 in 12.14s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanFirstQuery
   [junit4] Completed on J0 in 0.08s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDeletionPolicy
   [junit4] Completed on J0 in 3.85s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestGraphTokenizers
   [junit4] Completed on J1 in 19.63s, 21 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCodecHoldsOpenFiles
   [junit4] Completed on J1 in 0.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.payloads.TestPayloadNearQuery
   [junit4] Completed on J1 in 0.28s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestCharFilter
   [junit4] Completed on J1 in 0.03s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestCustomSearcherSort
   [junit4] Completed on J0 in 2.49s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimilarityProvider
   [junit4] Completed on J0 in 0.07s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestWildcard
   [junit4] Completed on J0 in 0.30s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexableField
   [junit4] Completed on J0 in 0.52s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
   [junit4] Completed on J1 in 5.82s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiLevelSkipList
   [junit4] Completed on J1 in 0.10s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene40.TestLucene40PostingsReader
   [junit4] Completed on J0 in 4.30s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSnapshotDeletionPolicy
   [junit4] Completed on J1 in 1.77s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimatorOnWildAnimals
   [junit4] Completed on J1 in 0.78s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanExplanations
   [junit4] Completed on J1 in 1.11s, 31 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestInPlaceMergeSorter
   [junit4] Completed on J1 in 0.35s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDateFilter
   [junit4] Completed on J1 in 0.04s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene41.TestBlockPostingsFormat
   [junit4] Completed on J1 in 1.75s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTermScorer
   [junit4] Completed on J1 in 0.03s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTThreads
   [junit4] Completed on J0 in 7.43s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMaxTermFrequency
   [junit4] Completed on J0 in 0.13s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.junitcompat.TestFailIfDirectoryNotClosed
   [junit4] Completed on J0 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStoredFieldsFormat
   [junit4] IGNOR/A 0.00s J1 | TestStoredFieldsFormat.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J1 in 4.43s, 10 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCodecs
   [junit4] Completed on J1 in 0.54s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpans
   [junit4] Completed on J1 in 0.44s, 26 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestToken
   [junit4] Completed on J1 in 0.86s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestBufferedIndexInput
   [junit4] Completed on J1 in 0.25s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixQuery
   [junit4] Completed on J1 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene41.TestLucene41StoredFieldsFormat
   [junit4] IGNOR/A 0.00s J1 | TestLucene41StoredFieldsFormat.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J1 in 4.78s, 10 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocsAndPositions
   [junit4] Completed on J1 in 0.54s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDirectoryReaderReopen
   [junit4] Completed on J1 in 1.88s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene40.TestLucene40StoredFieldsFormat
   [junit4] IGNOR/A 0.00s J1 | TestLucene40StoredFieldsFormat.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J1 in 3.59s, 10 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestHugeRamFile
   [junit4] Completed on J1 in 0.96s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterDelete.testApplyDeletesOnFlush
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J1 in 4.98s, 22 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestFieldMaskingSpanQuery
   [junit4] IGNOR/A 0.01s J1 | TestFieldMaskingSpanQuery.testSimple2
   [junit4]    > Assumption #1: Broken scoring: LUCENE-3723
   [junit4] IGNOR/A 0.01s J1 | TestFieldMaskingSpanQuery.testSpans2
   [junit4]    > Assumption #1: Broken scoring: LUCENE-3723
   [junit4] Completed on J1 in 0.41s, 11 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.junitcompat.TestSetupTeardownChaining
   [junit4] Completed on J1 in 0.03s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDateSort
   [junit4] Completed on J1 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermVectorsFormat
   [junit4] Completed on J1 in 10.29s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermVectorsReader
   [junit4] Completed on J1 in 0.12s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestRateLimiter
   [junit4] Completed on J1 in 1.21s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestLazyProxSkipping
   [junit4] Completed on J1 in 0.46s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestElevationComparator
   [junit4] Completed on J1 in 0.08s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPrefixCodedTerms
   [junit4] Completed on J1 in 0.31s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTotalHitCountCollector
   [junit4] Completed on J1 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestCompressingTermVectorsFormat
   [junit4] Completed on J0 in 40.56s, 40 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOutOfFileDescriptors
   [junit4] Completed on J1 in 9.59s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestUTF32ToUTF8
   [junit4] Completed on J0 in 4.91s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexCommit
   [junit4] Completed on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocTermOrds
   [junit4] Completed on J0 in 0.89s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestForTooMuchCloning
   [junit4] Completed on J0 in 0.12s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] Completed on J1 in 7.50s, 15 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestMockDirectoryWrapper
   [junit4] Completed on J1 in 0.02s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene40.TestLucene40DocValuesFormat
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetTwoDocumentsFirstMissing
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetFixedLengthVsStoredFields
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetTwoFields
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testTwoBytesOneMissingWithMerging
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testTwoNumbersOneMissingWithMerging
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetVariableLengthSingleValuedVsStoredFields
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetMergeAwayAllValues
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetVariableLengthVsUninvertedField
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetTwoDocumentsLastMissing
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetTwoDocumentsFirstMissingMerge
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testThreeNumbersOneMissingWithMerging
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetFixedLengthSingleValuedVsStoredFields
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testThreeBytesOneMissingWithMerging
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetTwoDocumentsLastMissingMerge
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testTwoNumbersOneMissing
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testLongMissingVsFieldCache
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetFixedLengthVsUninvertedField
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.00s J0 | TestLucene40DocValuesFormat.testSortedSetThreeValuesTwoDocs
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetVariableLengthVsStoredFields
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testShortMissingVsFieldCache
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetTwoValuesUnordered
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.00s J0 | TestLucene40DocValuesFormat.testSortedSetTwoValues
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testTwoBytesOneMissing
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetTwoDocumentsMerged
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testByteMissingVsFieldCache
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testSortedSetTermsEnum
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.00s J0 | TestLucene40DocValuesFormat.testSortedSetOneValue
   [junit4]    > Assumption #1: Codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testIntMissingVsFieldCache
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] IGNOR/A 0.01s J0 | TestLucene40DocValuesFormat.testThreads2
   [junit4]    > Assumption #1: Codec does not support getDocsWithField
   [junit4] Completed on J0 in 9.18s, 78 tests, 29 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIsCurrent
   [junit4] Completed on J0 in 0.02s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNoDeletionPolicy
   [junit4] Completed on J0 in 0.05s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFieldCacheTermsFilter
   [junit4] Completed on J0 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastDecompressionMode
   [junit4] Completed on J0 in 2.94s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestExternalCodecs
   [junit4] Completed on J0 in 0.51s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPhraseQuery
   [junit4] Completed on J0 in 1.26s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentReader
   [junit4] Completed on J0 in 0.72s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestLookaheadTokenFilter
   [junit4] Completed on J0 in 9.78s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.junitcompat.TestSeedFromUncaught
   [junit4] Completed on J0 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.Test2BPagedBytes
   [junit4] Completed on J0 in 0.00s, 0 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestOpenBitSet
   [junit4] Completed on J1 in 28.01s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSimpleSearchEquivalence
   [junit4] Completed on J1 in 1.37s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanSearchEquivalence
   [junit4] Completed on J1 in 0.50s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNumericRangeQuery64
   [junit4] Completed on J0 in 11.35s, 34 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanMinShouldMatch
   [junit4] Completed on J0 in 2.84s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiValuedNumericRangeQuery
   [junit4] Completed on J0 in 0.75s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterLockRelease
   [junit4] Completed on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRecyclingByteBlockAllocator
   [junit4] Completed on J0 in 0.04s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestControlledRealTimeReopenThread
   [junit4] Completed on J0 in 4.22s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestRegexpQuery
   [junit4] Completed on J0 in 0.06s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene40.TestLucene40TermVectorsFormat
   [junit4] Completed on J1 in 9.21s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestIntsRef
   [junit4] Completed on J1 in 0.01s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpansAdvanced2
   [junit4] Completed on J0 in 0.22s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestRollback
   [junit4] Completed on J0 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermVectorsWriter
   [junit4] Completed on J0 in 0.11s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterForceMerge
   [junit4] Completed on J0 in 1.34s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.packed.TestEliasFanoDocIdSet
   [junit4] Completed on J0 in 0.83s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene41.TestBlockPostingsFormat3
   [junit4] Completed on J0 in 6.60s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.junitcompat.TestCodecReported
   [junit4] Completed on J0 in 0.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentTermDocs
   [junit4] Completed on J0 in 0.40s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestCompiledAutomaton
   [junit4] Completed on J0 in 0.50s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSloppyMath
   [junit4] Completed on J0 in 0.12s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene40.TestReuseDocsEnum
   [junit4] Completed on J0 in 0.93s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFieldCacheSanityChecker
   [junit4] Completed on J0 in 0.60s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery
   [junit4] Completed on J0 in 4.50s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestMockCharFilter
   [junit4] Completed on J0 in 0.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNRTReaderWithThreads
   [junit4] Completed on J0 in 1.15s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BPostings
   [junit4] IGNOR/A 0.01s J0 | Test2BPostings.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4] Completed on J1 in 31.17s, 57 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocValuesFormat
   [junit4] IGNOR/A 0.01s J1 | TestDocValuesFormat.testHugeBinaryValueLimit
   [junit4]    > Assumption #1: test requires codec with limits on max binary field length
   [junit4] Completed on J1 in 27.19s, 78 tests, 1 skipped
   [junit4] 
   [junit4] HEARTBEAT J0 PID(17048@serv1.sd-datasolutions.de): 2013-11-24T18:19:48, stalled for 66.3s at: TestNumericDocValuesUpdates.testTonsOfUpdates
   [junit4] Suite: org.apache.lucene.util.fst.TestFSTs
   [junit4] IGNOR/A 0.00s J1 | TestFSTs.testBigSet
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J1 in 25.42s, 18 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.packed.TestPackedInts
   [junit4] IGNOR/A 0.00s J1 | TestPackedInts.testBlockReaderOverflow
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J1 in 16.55s, 27 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestNumericRangeQuery32
   [junit4] Completed on J1 in 4.08s, 27 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAddIndexes
   [junit4] Completed on J1 in 3.84s, 22 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestMultiMMap
   [junit4] Completed on J1 in 6.20s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSearcherManager
   [junit4] Completed on J1 in 5.62s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanOr
   [junit4] Completed on J1 in 1.00s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestBasics
   [junit4] Completed on J1 in 2.80s, 28 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFlushByRamOrCountsPolicy
   [junit4] Completed on J1 in 2.78s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
   [junit4] Completed on J1 in 2.87s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPersistentSnapshotDeletionPolicy
   [junit4] Completed on J1 in 2.00s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestAtomicUpdate
   [junit4] Completed on J1 in 4.54s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressAdvance
   [junit4] Completed on J1 in 1.01s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterCommit
   [junit4] IGNOR/A 0.01s J1 | TestIndexWriterCommit.testCommitOnCloseDiskUsage
   [junit4]    > Assumption #1: This test cannot run with Memory codec
   [junit4] Completed on J1 in 1.07s, 12 tests, 1 skipped
   [junit4] 
   [junit4] HEARTBEAT J0 PID(17048@serv1.sd-datasolutions.de): 2013-11-24T18:20:48, stalled for  126s at: TestNumericDocValuesUpdates.testTonsOfUpdates
   [junit4] Suite: org.apache.lucene.search.TestSearchWithThreads
   [junit4] Completed on J1 in 4.46s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestConcurrentMergeScheduler
   [junit4] Completed on J1 in 4.98s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestHighCompressionMode
   [junit4] Completed on J1 in 6.53s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNeverDelete
   [junit4] Completed on J1 in 5.26s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCompoundFile
   [junit4] Completed on J1 in 0.94s, 18 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestLongPostings
   [junit4] Completed on J1 in 2.40s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressIndexing
   [junit4] Completed on J1 in 3.28s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestMinimize
   [junit4] Completed on J1 in 2.22s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestRollingUpdates
   [junit4] Completed on J1 in 1.90s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene41.TestBlockPostingsFormat2
   [junit4] Completed on J1 in 1.45s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDocTermOrdsRewriteMethod
   [junit4] Completed on J1 in 3.74s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTieredMergePolicy
   [junit4] Completed on J1 in 4.69s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestLevenshteinAutomata
   [junit4] Completed on J1 in 0.53s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestByteSlices
   [junit4] Completed on J1 in 5.29s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermsEnum
   [junit4] Completed on J1 in 4.89s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestWeakIdentityMap
   [junit4] Completed on J1 in 9.22s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestNumericDocValuesUpdates
   [junit4] Completed on J0 in 187.98s, 31 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTopFieldCollector
   [junit4] Completed on J0 in 0.15s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelTermEnum
   [junit4] Completed on J0 in 0.03s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.spans.TestSpanMultiTermQueryWrapper
   [junit4] Completed on J0 in 0.16s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFilteredQuery
   [junit4] Completed on J0 in 0.36s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDirectoryReader
   [junit4] Completed on J1 in 1.33s, 25 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDocTermOrdsRangeFilter
   [junit4] Completed on J1 in 1.22s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestCompressingStoredFieldsFormat
   [junit4] IGNOR/A 0.00s J1 | TestCompressingStoredFieldsFormat.testBigDocuments {#0 seed=[EC42E06524256284:1D68BA3A9709CCA3]}
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] IGNOR/A 0.00s J1 | TestCompressingStoredFieldsFormat.testBigDocuments {#1 seed=[EC42E06524256284:A93E06C6A3CB078F]}
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] IGNOR/A 0.00s J1 | TestCompressingStoredFieldsFormat.testBigDocuments {#2 seed=[EC42E06524256284:27D7901AF20F4F44]}
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] IGNOR/A 0.00s J1 | TestCompressingStoredFieldsFormat.testBigDocuments {#3 seed=[EC42E06524256284:16393BFF9EF1146D]}
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] IGNOR/A 0.00s J1 | TestCompressingStoredFieldsFormat.testBigDocuments {#4 seed=[EC42E06524256284:5AF8BE523FF9D4D6]}
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J1 in 18.58s, 55 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestLockFactory
   [junit4] IGNOR/A 0.00s J1 | TestLockFactory.testStressLocksNativeFSLockFactory
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] IGNOR/A 0.00s J1 | TestLockFactory.testStressLocks
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly)
   [junit4] Completed on J1 in 1.05s, 11 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentMerger
   [junit4] Completed on J1 in 0.50s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBagOfPositions
   [junit4] Completed on J1 in 1.21s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestFixedBitSet
   [junit4] Completed on J1 in 12.96s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestDoubleBarrelLRUCache
   [junit4] Completed on J1 in 1.02s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTopDocsMerge
   [junit4] Completed on J0 in 47.50s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnDiskFull
   [junit4] Completed on J0 in 0.50s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BTerms
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.analysis.TestMockAnalyzer
   [junit4] Completed on J1 in 17.92s, 17 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestNRTCachingDirectory
   [junit4] Completed on J1 in 0.84s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestRegexpRandom2
   [junit4] Completed on J0 in 8.83s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFieldCacheRewriteMethod
   [junit4] Completed on J0 in 1.79s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterNRTIsCurrent
   [junit4] Completed on J1 in 3.52s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiThreadTermVectors
   [junit4] Completed on J1 in 0.27s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat2
   [junit4] Completed on J1 in 0.80s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestPagedBytes
   [junit4] Completed on J0 in 3.04s, 3 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFieldsReader
   [junit4] Completed on J0 in 0.37s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocValuesIndexing
   [junit4] Completed on J0 in 0.35s, 30 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiDocValues
   [junit4] IGNOR/A 0.01s J1 | TestMultiDocValues.testSortedSetWithDups
   [junit4]    > Assumption #1: codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J1 | TestMultiDocValues.testSortedSet
   [junit4]    > Assumption #1: codec does not support SORTED_SET
   [junit4] IGNOR/A 0.01s J1 | TestMultiDocValues.testDocsWithField
   [junit4]    > Assumption #1: codec does not support docsWithField
   [junit4] Completed on J1 in 1.27s, 7 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTermsEnum2
   [junit4] Completed on J1 in 1.07s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPostingsFormat
   [junit4] Completed on J0 in 2.37s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.Test2BDocs
   [junit4] Completed on J0 in 0.50s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestDeterminizeLexicon
   [junit4] Completed on J1 in 1.90s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPostingsOffsets
   [junit4] Completed on J1 in 1.33s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFieldCache
   [junit4] Completed on J0 in 1.87s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestTransactionRollback
   [junit4] Completed on J1 in 0.68s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestFlex
   [junit4] Completed on J1 in 0.14s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastCompressionMode
   [junit4] Completed on J1 in 1.68s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene40.TestLucene40PostingsFormat
   [junit4] Completed on J0 in 2.26s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestMaxFailuresRule
   [junit4] Completed on J1 in 0.84s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiPhraseQuery
   [junit4] Completed on J1 in 0.27s, 16 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressIndexing2
   [junit4] Completed on J0 in 1.47s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.TestMergeSchedulerExternal
   [junit4] Completed on J1 in 0.39s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestFieldCacheRangeFilter
   [junit4] Completed on J0 in 1.02s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOmitPositions
   [junit4] Completed on J0 in 0.16s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestBagOfPostings
   [junit4] Completed on J1 in 1.02s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelAtomicReader
   [junit4] Completed on J0 in 0.13s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestBytesRefHash
   [junit4] Completed on J1 in 2.13s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexInput
   [junit4] Completed on J1 in 0.90s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestStressNRT
   [junit4] Completed on J0 in 3.19s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDisjunctionMaxQuery
   [junit4] Completed on J0 in 0.53s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestSpecialOperations
   [junit4] Completed on J0 in 0.19s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery2
   [junit4] Completed on J1 in 1.30s, 9 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestForceMergeForever
   [junit4] Completed on J0 in 0.49s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestOmitTf
   [junit4] Completed on J1 in 0.45s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestQueryWrapperFilter
   [junit4] Completed on J1 in 0.26s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSameScoresWithThreads
   [junit4] Completed on J0 in 1.45s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTermRangeQuery
   [junit4] Completed on J0 in 0.07s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestDocumentWriter
   [junit4] Completed on J0 in 0.29s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCrashCausesCorruptIndex
   [junit4] Completed on J0 in 0.23s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestMultiFields
   [junit4] Completed on J1 in 3.13s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestMultiTermConstantScore
   [junit4] Completed on J1 in 1.54s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPayloads
   [junit4] Completed on J1 in 0.18s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.similarities.TestSimilarity2
   [junit4] Completed on J1 in 0.09s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTermRangeFilter
   [junit4] Completed on J1 in 0.67s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTermVectors
   [junit4] Completed on J1 in 0.16s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPerSegmentDeletes
   [junit4] Completed on J1 in 0.06s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIntBlockPool
   [junit4] Completed on J1 in 0.47s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestPrefixInBooleanQuery
   [junit4] Completed on J1 in 0.08s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestTopDocsCollector
   [junit4] Completed on J1 in 0.05s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestSegmentTermEnum
   [junit4] Completed on J1 in 0.02s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestUniqueTermCount
   [junit4] Completed on J1 in 0.06s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestBooleanQuery
   [junit4] Completed on J1 in 0.22s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestUnicodeUtil
   [junit4] Completed on J1 in 0.62s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.automaton.TestBasicOperations
   [junit4] Completed on J1 in 0.38s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestSortRandom
   [junit4] Completed on J1 in 0.48s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestAutomatonQuery
   [junit4] Completed on J1 in 0.11s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestParallelReaderEmptyIndex
   [junit4] Completed on J1 in 0.18s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.codecs.lucene41.TestForUtil
   [junit4] Completed on J1 in 0.10s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory
   [junit4] Completed on J1 in 0.04s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestDocValuesScoring
   [junit4] Completed on J1 in 0.09s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestSentinelIntSet
   [junit4] Completed on J1 in 0.17s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestRegexpRandom
   [junit4] Completed on J1 in 0.05s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestCheckIndex
   [junit4] Completed on J1 in 0.04s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestPayloadsOnVectors
   [junit4] Completed on J1 in 0.07s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.search.TestCachingWrapperFilter
   [junit4] Completed on J1 in 0.48s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.junitcompat.Test

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

l.select(SelectorImpl.java:98)
   [junit4]    >         at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
   [junit4]    >         at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    4) Thread[id=4385, name=qtp774549338-4385 Acceptor0 SelectChannelConnector@127.0.0.1:58848, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]    >         at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:102)
   [junit4]    >         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    5) Thread[id=4383, name=qtp774549338-4383 Selector0, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]    >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
   [junit4]    >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]    >         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]    >         at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
   [junit4]    >         at org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0E6E0E201CA9635]:0)
   [junit4] Completed on J0 in 205.14s, 1 test, 2 errors <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.SolrXmlInZkTest
   [junit4] Completed on J0 in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestImplicitCoreProperties
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestNRTOpen
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestNonNRTOpen
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestSolrXmlPersistence
   [junit4] Completed on J0 in 0.01s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestSolrXmlPersistor
   [junit4] Completed on J0 in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.admin.CoreAdminCreateDiscoverTest
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.admin.InfoHandlerTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.DistributedDebugComponentTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.SuggestComponentTest
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestCopyFieldCollectionResource
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestDefaultSearchFieldResource
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestFieldCollectionResource
   [junit4] Completed on J0 in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestFieldTypeResource
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaNameResource
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaSimilarityResource
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaVersionResource
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSolrQueryParserDefaultOperatorResource
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestUniqueKeyFieldResource
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.ChangedSchemaMergeTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.EnumFieldTest
   [junit4] Completed on J0 in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchemaAddField
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestAddFieldRealTimeGet
   [junit4] Completed on J0 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestMaxScoreQueryParser
   [junit4] Completed on J0 in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestNoOpRegenerator
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestRecoveryHdfs
   [junit4] Completed on J0 in 0.02s, 10 tests, 10 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.join.BJQParserTest
   [junit4] Completed on J0 in 0.01s, 9 tests, 9 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.TestAnalyzeInfixSuggestions
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.AddBlockUpdateTest
   [junit4] Completed on J0 in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactoryTest
   [junit4] Completed on J0 in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.ParsingFieldUpdateProcessorsTest
   [junit4] Completed on J0 in 0.02s, 33 tests, 33 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.TestRandomMergePolicy
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] HEARTBEAT J1 PID(28053@serv1.sd-datasolutions.de): 2013-11-24T18:58:42, stalled for 61.2s at: ShardSplitTest.testDistribSearch
   [junit4] HEARTBEAT J1 PID(28053@serv1.sd-datasolutions.de): 2013-11-24T18:59:42, stalled for  121s at: ShardSplitTest.testDistribSearch
   [junit4] HEARTBEAT J1 PID(28053@serv1.sd-datasolutions.de): 2013-11-24T19:00:42, stalled for  181s at: ShardSplitTest.testDistribSearch
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4] Completed on J1 in 218.56s, 1 test
   [junit4] 
   [junit4] 
   [junit4] Tests with failures:
   [junit4]   - org.apache.solr.analytics.NoFacetTest.stddevTest
   [junit4]   - org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest (suite)
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.67 ..  1356.47 =  1355.80s
   [junit4] JVM J1:     0.68 ..  1525.65 =  1524.97s
   [junit4] Execution time total: 25 minutes 25 seconds
   [junit4] Tests summary: 353 suites, 1558 tests, 2 suite-level errors, 1 failure, 166 ignored (6 assumptions)

BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:400: 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:492: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:908: There were test failures: 353 suites, 1558 tests, 2 suite-level errors, 1 failure, 166 ignored (6 assumptions)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8449/
Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;}

9 tests failed.
REGRESSION:  org.apache.solr.analytics.NoFacetTest.stddevTest

Error Message:
Oops: (double raws) 4661448815188901888 - 4628496337733101339 < 4442235333156365461 Calculated diff 4661418334251202777 Let's see what the JVM thinks these bits are. FloatResult:  4299.0 floatTest: 27.72225134241226 Diff 4271.277748657588

Stack Trace:
java.lang.AssertionError: Oops: (double raws) 4661448815188901888 - 4628496337733101339 < 4442235333156365461 Calculated diff 4661418334251202777 Let's see what the JVM thinks these bits are. FloatResult:  4299.0 floatTest: 27.72225134241226 Diff 4271.277748657588
	at __randomizedtesting.SeedInfo.seed([960426D4786D9EE1:93C46661480E9AEE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.analytics.NoFacetTest.stddevTest(NoFacetTest.java:227)
	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)


REGRESSION:  org.apache.solr.analytics.expression.ExpressionTest.divideTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([960426D4786D9EE1:CE09CD225CAFFC37]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.analytics.expression.ExpressionTest.divideTest(ExpressionTest.java:113)
	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)


REGRESSION:  org.apache.solr.analytics.expression.ExpressionTest.powerTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([960426D4786D9EE1:F8B691D7907AC030]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.analytics.expression.ExpressionTest.powerTest(ExpressionTest.java:126)
	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)


REGRESSION:  org.apache.solr.analytics.expression.ExpressionTest.addTest

Error Message:
For input string: "" encoding="UTF-8"?> <response>  <lst name="responseHeader">   <int name="status">0</int>   <int name="QTime">40</int> </lst> <result name="response" numFound="100" start="0"> </result> <lst name="stats">   <lst name="stats_fields"/> </lst> <lst name="stats">   <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="cnr">     <double name="c10">10.0"

Stack Trace:
java.lang.NumberFormatException: For input string: "" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">0</int>
  <int name="QTime">40</int>
</lst>
<result name="response" numFound="100" start="0">
</result>
<lst name="stats">
  <lst name="stats_fields"/>
</lst>
<lst name="stats">
  <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="cnr">
    <double name="c10">10.0"
	at __randomizedtesting.SeedInfo.seed([960426D4786D9EE1:60288B0A39A299A6]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1312)
	at java.lang.Double.parseDouble(Double.java:551)
	at org.apache.solr.analytics.expression.ExpressionTest.getStatResult(ExpressionTest.java:240)
	at org.apache.solr.analytics.expression.ExpressionTest.addTest(ExpressionTest.java:82)
	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)


REGRESSION:  org.apache.solr.analytics.util.valuesource.FunctionTest.dateMathTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([960426D4786D9EE1:3354B786F0ADFF0E]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.analytics.util.valuesource.FunctionTest.dateMathTest(FunctionTest.java:172)
	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)


REGRESSION:  org.apache.solr.analytics.util.valuesource.FunctionTest.constantDateTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([960426D4786D9EE1:D3E8A1724E7ED2A3]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.analytics.util.valuesource.FunctionTest.constantDateTest(FunctionTest.java:183)
	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)


REGRESSION:  org.apache.solr.handler.component.DistributedQueryElevationComponentTest.testDistribSearch

Error Message:
.responseHeader.params.fl!=version (unordered or missing)

Stack Trace:
junit.framework.AssertionFailedError: .responseHeader.params.fl!=version (unordered or missing)
	at __randomizedtesting.SeedInfo.seed([960426D4786D9EE1:17E2A8CC0F32FEDD]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:808)
	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:827)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:531)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:511)
	at org.apache.solr.handler.component.DistributedQueryElevationComponentTest.doTest(DistributedQueryElevationComponentTest.java:81)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	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)


REGRESSION:  org.apache.solr.handler.component.TermVectorComponentDistributedTest.testDistribSearch

Error Message:
.termVectors.0.test_basictv!=test_offtv (unordered or missing)

Stack Trace:
junit.framework.AssertionFailedError: .termVectors.0.test_basictv!=test_offtv (unordered or missing)
	at __randomizedtesting.SeedInfo.seed([960426D4786D9EE1:17E2A8CC0F32FEDD]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:808)
	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:827)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:531)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:511)
	at org.apache.solr.handler.component.TermVectorComponentDistributedTest.doTest(TermVectorComponentDistributedTest.java:127)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:841)
	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.analytics.facet.QueryFacetTest.queryTest

Error Message:
The query facet dependencies [float3] either do not exist or are defined in a dependency looop.

Stack Trace:
org.apache.solr.common.SolrException: The query facet dependencies [float3] either do not exist or are defined in a dependency looop.
	at __randomizedtesting.SeedInfo.seed([960426D4786D9EE1:B1D68351EC7D174]:0)
	at org.apache.solr.analytics.request.AnalyticsRequestFactory.parse(AnalyticsRequestFactory.java:148)
	at org.apache.solr.analytics.request.AnalyticsStats.execute(AnalyticsStats.java:66)
	at org.apache.solr.handler.component.AnalyticsComponent.process(AnalyticsComponent.java:44)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:209)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1866)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:291)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:273)
	at org.apache.solr.analytics.facet.QueryFacetTest.queryTest(QueryFacetTest.java:105)
	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 9916 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.QueryFacetTest
   [junit4]   2> 164626 T106 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385313092143
   [junit4]   2> 164627 T106 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> 164628 T106 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> 164629 T106 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> 164673 T106 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 164718 T106 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 164719 T106 oass.IndexSchema.readSchema Reading Solr Schema from schema-analytics.xml
   [junit4]   2> 164725 T106 oass.IndexSchema.readSchema [null] Schema name=schema-docValues
   [junit4]   2> 164766 T106 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 164768 T106 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 164769 T106 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> 164769 T106 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 164781 T106 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 164782 T106 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> 164783 T106 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> 164843 T106 oasc.CoreContainer.<init> New CoreContainer -480515543
   [junit4]   2> 164844 T106 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> 164846 T106 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 164846 T106 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 164847 T106 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 164848 T106 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 164848 T106 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 164849 T106 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 164850 T106 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 164850 T106 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 164851 T106 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 164861 T106 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 164861 T106 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 164862 T106 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 164867 T107 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> 164867 T107 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> 164868 T107 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> 164869 T107 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> 164905 T107 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 164932 T107 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 164933 T107 oass.IndexSchema.readSchema Reading Solr Schema from schema-analytics.xml
   [junit4]   2> 164937 T107 oass.IndexSchema.readSchema [collection1] Schema name=schema-docValues
   [junit4]   2> 164963 T107 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 164964 T107 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 164964 T107 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-QueryFacetTest-1385313092143/
   [junit4]   2> 164965 T107 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 164965 T107 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385313092143
   [junit4]   2> 164966 T107 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-QueryFacetTest-1385313092143/index/
   [junit4]   2> 164966 T107 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385313092143/index' doesn't exist. Creating new index...
   [junit4]   2> 164966 T107 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385313092143/index
   [junit4]   2> 164967 T107 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=92.3271484375, floorSegmentMB=2.0537109375, forceMergeDeletesPctAllowed=28.52610851226509, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 164968 T107 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@edcd359e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@efd2d6a4),segFN=segments_1,generation=1}
   [junit4]   2> 164968 T107 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 164970 T107 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 164970 T107 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 164971 T107 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 164973 T107 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 164975 T107 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 164975 T107 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 164976 T107 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=66.2236328125, floorSegmentMB=2.0390625, forceMergeDeletesPctAllowed=11.65429335607575, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5045844762094951
   [junit4]   2> 164977 T107 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@edcd359e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@efd2d6a4),segFN=segments_1,generation=1}
   [junit4]   2> 164977 T107 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 164977 T107 oass.SolrIndexSearcher.<init> Opening Searcher@dc9d7e53 main
   [junit4]   2> 164978 T107 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 164978 T108 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@dc9d7e53 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 164981 T106 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 164987 T106 oas.SolrTestCaseJ4.setUp ###Starting queryTest
   [junit4]   2> ASYNC  NEW_CORE C739 name=collection1 org.apache.solr.core.SolrCore@a2ab7573
   [junit4]   2> 164993 T106 C739 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 164994 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 165005 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10000]} 0 5
   [junit4]   2> 165016 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10001]} 0 1
   [junit4]   2> 165024 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10002]} 0 1
   [junit4]   2> 165032 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10003]} 0 1
   [junit4]   2> 165040 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10004]} 0 1
   [junit4]   2> 165048 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10005]} 0 1
   [junit4]   2> 165055 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10006]} 0 1
   [junit4]   2> 165060 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10007]} 0 0
   [junit4]   2> 165066 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10008]} 0 1
   [junit4]   2> 165071 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10009]} 0 1
   [junit4]   2> 165076 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100010]} 0 1
   [junit4]   2> 165081 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100011]} 0 1
   [junit4]   2> 165086 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100012]} 0 1
   [junit4]   2> 165091 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100013]} 0 1
   [junit4]   2> 165096 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100014]} 0 1
   [junit4]   2> 165101 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100015]} 0 1
   [junit4]   2> 165106 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100016]} 0 1
   [junit4]   2> 165111 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100017]} 0 1
   [junit4]   2> 165116 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100018]} 0 1
   [junit4]   2> 165121 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100019]} 0 1
   [junit4]   2> 165126 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100020]} 0 1
   [junit4]   2> 165131 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100021]} 0 1
   [junit4]   2> 165136 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100022]} 0 1
   [junit4]   2> 165141 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100023]} 0 1
   [junit4]   2> 165146 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100024]} 0 1
   [junit4]   2> 165151 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100025]} 0 1
   [junit4]   2> 165156 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100026]} 0 1
   [junit4]   2> 165161 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100027]} 0 1
   [junit4]   2> 165166 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100028]} 0 1
   [junit4]   2> 165171 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100029]} 0 1
   [junit4]   2> 165176 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100030]} 0 1
   [junit4]   2> 165181 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100031]} 0 1
   [junit4]   2> 165186 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100032]} 0 1
   [junit4]   2> 165191 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100033]} 0 1
   [junit4]   2> 165196 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100034]} 0 1
   [junit4]   2> 165201 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100035]} 0 1
   [junit4]   2> 165206 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100036]} 0 1
   [junit4]   2> 165211 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100037]} 0 1
   [junit4]   2> 165216 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100038]} 0 1
   [junit4]   2> 165221 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100039]} 0 1
   [junit4]   2> 165226 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100040]} 0 1
   [junit4]   2> 165231 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100041]} 0 1
   [junit4]   2> 165236 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100042]} 0 1
   [junit4]   2> 165241 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100043]} 0 1
   [junit4]   2> 165246 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100044]} 0 1
   [junit4]   2> 165251 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100045]} 0 1
   [junit4]   2> 165256 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100046]} 0 1
   [junit4]   2> 165261 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100047]} 0 1
   [junit4]   2> 165266 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100048]} 0 1
   [junit4]   2> 165271 T106 C739 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100049]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C740 name=collection1 org.apache.solr.core.SolrCore@a2ab7573
   [junit4]   2> 165280 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100050]} 0 1
   [junit4]   2> 165285 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100051]} 0 0
   [junit4]   2> 165291 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100052]} 0 1
   [junit4]   2> 165297 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100053]} 0 0
   [junit4]   2> 165302 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100054]} 0 0
   [junit4]   2> 165307 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100055]} 0 0
   [junit4]   2> 165312 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100056]} 0 1
   [junit4]   2> 165317 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100057]} 0 1
   [junit4]   2> 165322 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100058]} 0 1
   [junit4]   2> 165327 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100059]} 0 1
   [junit4]   2> 165332 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100060]} 0 1
   [junit4]   2> 165336 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100061]} 0 0
   [junit4]   2> 165341 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100062]} 0 0
   [junit4]   2> 165346 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100063]} 0 1
   [junit4]   2> 165351 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100064]} 0 1
   [junit4]   2> 165356 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100065]} 0 1
   [junit4]   2> 165362 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100066]} 0 1
   [junit4]   2> 165367 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100067]} 0 1
   [junit4]   2> 165372 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100068]} 0 1
   [junit4]   2> 165377 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100069]} 0 1
   [junit4]   2> 165382 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100070]} 0 1
   [junit4]   2> 165386 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100071]} 0 0
   [junit4]   2> 165391 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100072]} 0 0
   [junit4]   2> 165396 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100073]} 0 0
   [junit4]   2> 165401 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100074]} 0 0
   [junit4]   2> 165406 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100075]} 0 1
   [junit4]   2> 165411 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100076]} 0 1
   [junit4]   2> 165416 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100077]} 0 0
   [junit4]   2> 165421 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100078]} 0 1
   [junit4]   2> 165426 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100079]} 0 1
   [junit4]   2> 165431 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100080]} 0 1
   [junit4]   2> 165436 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100081]} 0 1
   [junit4]   2> 165441 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100082]} 0 1
   [junit4]   2> 165446 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100083]} 0 1
   [junit4]   2> 165451 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100084]} 0 1
   [junit4]   2> 165456 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100085]} 0 0
   [junit4]   2> 165461 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100086]} 0 1
   [junit4]   2> 165466 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100087]} 0 1
   [junit4]   2> 165471 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100088]} 0 1
   [junit4]   2> 165476 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100089]} 0 1
   [junit4]   2> 165481 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100090]} 0 1
   [junit4]   2> 165486 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100091]} 0 1
   [junit4]   2> 165491 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100092]} 0 1
   [junit4]   2> 165496 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100093]} 0 1
   [junit4]   2> 165500 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100094]} 0 0
   [junit4]   2> 165505 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100095]} 0 0
   [junit4]   2> 165510 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100096]} 0 0
   [junit4]   2> 165515 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100097]} 0 0
   [junit4]   2> 165520 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100098]} 0 1
   [junit4]   2> 165525 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100099]} 0 0
   [junit4]   2> 165529 T106 C740 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 165545 T106 C740 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@edcd359e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@efd2d6a4),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@edcd359e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@efd2d6a4),segFN=segments_2,generation=2}
   [junit4]   2> 165546 T106 C740 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 165548 T106 C740 oass.SolrIndexSearcher.<init> Opening Searcher@38c7482 main
   [junit4]   2> 165549 T106 C740 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 165549 T108 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@38c7482 main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C100)}
   [junit4]   2> 165550 T106 C740 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 21
   [junit4]   2> 165569 T106 C740 oasc.SolrException.log ERROR org.apache.solr.common.SolrException: The query facet dependencies [float3] either do not exist or are defined in a dependency looop.
   [junit4]   2> 		at org.apache.solr.analytics.request.AnalyticsRequestFactory.parse(AnalyticsRequestFactory.java:148)
   [junit4]   2> 		at org.apache.solr.analytics.request.AnalyticsStats.execute(AnalyticsStats.java:66)
   [junit4]   2> 		at org.apache.solr.handler.component.AnalyticsComponent.process(AnalyticsComponent.java:44)
   [junit4]   2> 		at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:209)
   [junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1866)
   [junit4]   2> 		at org.apache.solr.util.TestHarness.query(TestHarness.java:291)
   [junit4]   2> 		at org.apache.solr.util.TestHarness.query(TestHarness.java:273)
   [junit4]   2> 		at org.apache.solr.analytics.facet.QueryFacetTest.queryTest(QueryFacetTest.java:105)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
   [junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
   [junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:613)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
   [junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:780)
   [junit4]   2> 	
   [junit4]   2> 165570 T106 C740 oasc.SolrCore.execute [collection1] webapp=null path=null params={olap=true&o.lr.s.mean=mean(long_ld)&o.fr.s.mean=mean(float_fd)&o.fr.qf.lad.q=long_ld:[20+TO+*]&o.fr.qf.lad.q=long_ld:[30+TO+*]&o.fr.qf.lad.q=double_dd:[*+TO+50]&o.pr.qf.float4.d=float3&o.ir.s.percentile_8=percentile(8,int_id)&o.pr.qf.float3.q=result(q1)&o.pr.qf.float3.q=result(q2)&o.pr.qf.float3.q=result(q3)&o.pr.qf.float3.q=result(q1,string_sd,abc2)&o.lr.s.percentile_8=percentile(8,long_ld)&o.ir.s.median=median(int_id)&o.ir.ff.string_sd.h=true&o.pr.ff.string_sd.h=true&rows=0&o.pr.qf=float3&o.pr.qf=float4&o.pr.s.mean=mean(int_id)&o.pr.s.median=median(int_id)&o.ir.qf.float2.q=float_fd:[*+TO+30]&o.pr.hs.q3=concat(const_str(float_fd:[),+percentile(40,int_id),+const_str(+TO+),+median(int_id),+const_str(]))&o.fr.s.sum=sum(float_fd)&q=*:*&o.pr.s.q1=concat(const_str(float_fd:[),+percentile(10,int_id),+const_str(+TO+),+median(int_id),+const_str(]))&o.fr.s.median=median(float_fd)&o.ir.s.sum=sum(int_id)&o.ir.qf.float1.q=float_fd:[*+TO+50]&o.pr.s.sum=sum(int_id)&o.ir.s.mean=mean(int_id)&indent=true&o.pr.s.percentile_8=percentile(8,int_id)&o.lr.qf.string.q=string_sd:abc1&o.lr.qf.string.q=string_sd:abc2&o.pr.ff=string_sd&o.lr.s.median=median(long_ld)&o.fr.qf=lad&o.fr.s.percentile_8=percentile(8,float_fd)&o.pr.qf.float4.q=qresult(q1,float3,result(q1))&o.pr.hs.q2=concat(const_str(float_fd:[),+percentile(30,int_id),+const_str(+TO+),+median(int_id),+const_str(]))&o.lr.s.sum=sum(long_ld)&o.ir.ff=string_sd&o.ir.qf=float1&o.ir.qf=float2&o.lr.qf=string} hits=100 status=400 QTime=12 
   [junit4]   2> 165571 T106 oas.SolrTestCaseJ4.tearDown ###Ending queryTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryFacetTest -Dtests.method=queryTest -Dtests.seed=960426D4786D9EE1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=te -Dtests.timezone=Africa/Timbuktu -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.62s J1 | QueryFacetTest.queryTest <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: The query facet dependencies [float3] either do not exist or are defined in a dependency looop.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([960426D4786D9EE1:B1D68351EC7D174]:0)
   [junit4]    > 	at org.apache.solr.analytics.request.AnalyticsRequestFactory.parse(AnalyticsRequestFactory.java:148)
   [junit4]    > 	at org.apache.solr.analytics.request.AnalyticsStats.execute(AnalyticsStats.java:66)
   [junit4]    > 	at org.apache.solr.handler.component.AnalyticsComponent.process(AnalyticsComponent.java:44)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:209)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1866)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:291)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:273)
   [junit4]    > 	at org.apache.solr.analytics.facet.QueryFacetTest.queryTest(QueryFacetTest.java:105)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:780)
   [junit4]   2> 165601 T106 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 165601 T106 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=-480515543
   [junit4]   2> 165602 T106 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a2ab7573
   [junit4]   2> 165602 T106 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,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> 165603 T106 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 165603 T106 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 165603 T106 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 165604 T106 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 165655 T106 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 165655 T106 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385313092143 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385313092143;done=false>>]
   [junit4]   2> 165656 T106 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385313092143
   [junit4]   2> 165656 T106 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385313092143/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385313092143/index;done=false>>]
   [junit4]   2> 165656 T106 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385313092143/index
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=358), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=358)), sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=te, timezone=Africa/Timbuktu
   [junit4]   2> NOTE: Linux 3.8.0-33-generic x86/IBM Corporation 1.7.0 (32-bit)/cpus=8,threads=1,free=21967280,total=106233856
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryTypes, SpellCheckCollatorTest, TestRandomFaceting, TestComponentsName, HardAutoCommitTest, PathHierarchyTokenizerFactoryTest, TestStressRecovery, TestBinaryResponseWriter, TestCollationField, PluginInfoTest, QueryFacetTest]
   [junit4] Completed on J1 in 1.06s, 1 test, 1 error <<< FAILURES!

[...truncated 116 lines...]
   [junit4] Suite: org.apache.solr.analytics.expression.ExpressionTest
   [junit4]   2> 339903 T596 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385313267420
   [junit4]   2> 339904 T596 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> 339905 T596 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> 339905 T596 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> 339933 T596 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 339960 T596 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 339961 T596 oass.IndexSchema.readSchema Reading Solr Schema from schema-analytics.xml
   [junit4]   2> 339965 T596 oass.IndexSchema.readSchema [null] Schema name=schema-docValues
   [junit4]   2> 339990 T596 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 339991 T596 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 339991 T596 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> 339992 T596 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 340000 T596 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 340000 T596 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> 340000 T596 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> 340038 T596 oasc.CoreContainer.<init> New CoreContainer -1438710095
   [junit4]   2> 340038 T596 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> 340039 T596 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 340040 T596 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 340040 T596 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 340040 T596 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 340041 T596 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 340041 T596 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 340042 T596 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 340042 T596 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 340042 T596 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 340047 T596 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 340047 T596 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 340048 T596 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 340050 T597 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> 340051 T597 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> 340052 T597 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> 340052 T597 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> 340093 T597 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 340127 T597 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 340127 T597 oass.IndexSchema.readSchema Reading Solr Schema from schema-analytics.xml
   [junit4]   2> 340131 T597 oass.IndexSchema.readSchema [collection1] Schema name=schema-docValues
   [junit4]   2> 340159 T597 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 340160 T597 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 340160 T597 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-ExpressionTest-1385313267420/
   [junit4]   2> 340160 T597 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 340161 T597 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385313267420
   [junit4]   2> 340161 T597 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-ExpressionTest-1385313267420/index/
   [junit4]   2> 340162 T597 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385313267420/index' doesn't exist. Creating new index...
   [junit4]   2> 340162 T597 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ExpressionTest-1385313267420/index
   [junit4]   2> 340163 T597 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6138449722975262]
   [junit4]   2> 340164 T597 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@9d583ee6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4702e54b),segFN=segments_1,generation=1}
   [junit4]   2> 340164 T597 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 340165 T597 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 340166 T597 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 340166 T597 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 340167 T597 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 340169 T597 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 340169 T597 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 340170 T597 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7633312814423131]
   [junit4]   2> 340170 T597 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@9d583ee6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4702e54b),segFN=segments_1,generation=1}
   [junit4]   2> 340171 T597 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 340171 T597 oass.SolrIndexSearcher.<init> Opening Searcher@374e4d1b main
   [junit4]   2> 340172 T598 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@374e4d1b main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 340172 T597 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 340174 T596 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> ASYNC  NEW_CORE C854 name=collection1 org.apache.solr.core.SolrCore@f2f5b92e
   [junit4]   2> 340177 T596 C854 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 340178 T596 C854 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 340182 T596 C854 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10000]} 0 1
   [junit4]   2> 340189 T596 C854 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10001]} 0 1
   [junit4]   2> 340193 T596 C854 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10002]} 0 0
   [junit4]   2> 340198 T596 C854 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10003]} 0 1
   [junit4]   2> 340202 T596 C854 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10004]} 0 0
   [junit4]   2> 340207 T596 C854 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10005]} 0 1
   [junit4]   2> 340211 T596 C854 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10006]} 0 0
   [junit4]   2> 340215 T596 C854 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10007]} 0 0
   [junit4]   2> 340220 T596 C854 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10008]} 0 1
   [junit4]   2> 340224 T596 C854 oasup

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

rce.FunctionTest.dateMathTest(FunctionTest.java:172)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:780)
   [junit4]   2> 1279936 T4158 oas.SolrTestCaseJ4.setUp ###Starting multiplyTest
   [junit4]   2> 1279936 T4158 oas.SolrTestCaseJ4.tearDown ###Ending multiplyTest
   [junit4]   2> 1279941 T4158 oas.SolrTestCaseJ4.setUp ###Starting reverseTest
   [junit4]   2> 1279942 T4158 oas.SolrTestCaseJ4.tearDown ###Ending reverseTest
   [junit4]   2> 1279947 T4158 oas.SolrTestCaseJ4.setUp ###Starting powerTest
   [junit4]   2> 1279948 T4158 oas.SolrTestCaseJ4.tearDown ###Ending powerTest
   [junit4]   2> 1279953 T4158 oas.SolrTestCaseJ4.setUp ###Starting divideTest
   [junit4]   2> 1279954 T4158 oas.SolrTestCaseJ4.tearDown ###Ending divideTest
   [junit4]   2> 1279959 T4158 oas.SolrTestCaseJ4.setUp ###Starting absoluteValueTest
   [junit4]   2> 1279959 T4158 oas.SolrTestCaseJ4.tearDown ###Ending absoluteValueTest
   [junit4]   2> 1279964 T4158 oas.SolrTestCaseJ4.setUp ###Starting concatenateTest
   [junit4]   2> 1279965 T4158 oas.SolrTestCaseJ4.tearDown ###Ending concatenateTest
   [junit4]   2> 1279970 T4158 oas.SolrTestCaseJ4.setUp ###Starting constantNumberTest
   [junit4]   2> 1279970 T4158 oas.SolrTestCaseJ4.tearDown ###Ending constantNumberTest
   [junit4]   2> 1279975 T4158 oas.SolrTestCaseJ4.setUp ###Starting negateTest
   [junit4]   2> 1279975 T4158 oas.SolrTestCaseJ4.tearDown ###Ending negateTest
   [junit4]   2> 1279981 T4158 oas.SolrTestCaseJ4.setUp ###Starting constantDateTest
   [junit4]   2> 1279981 T4158 oas.SolrTestCaseJ4.tearDown ###Ending constantDateTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FunctionTest -Dtests.method=constantDateTest -Dtests.seed=960426D4786D9EE1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mt_MT_PREEURO -Dtests.timezone=Cuba -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J0 | FunctionTest.constantDateTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([960426D4786D9EE1:D3E8A1724E7ED2A3]:0)
   [junit4]    > 	at org.apache.solr.analytics.util.valuesource.FunctionTest.constantDateTest(FunctionTest.java:183)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:780)
   [junit4]   2> 1279987 T4158 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1279987 T4158 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=737607178
   [junit4]   2> 1279988 T4158 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@cd5da1ca
   [junit4]   2> 1279988 T4158 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,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> 1279988 T4158 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1279989 T4158 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1279989 T4158 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1279990 T4158 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1279990 T4158 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1279991 T4158 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385314206652 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385314206652;done=false>>]
   [junit4]   2> 1279991 T4158 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385314206652
   [junit4]   2> 1279992 T4158 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385314206652/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385314206652/index;done=false>>]
   [junit4]   2> 1279992 T4158 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-FunctionTest-1385314206652/index
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=420), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=420)), sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=mt_MT_PREEURO, timezone=Cuba
   [junit4]   2> NOTE: Linux 3.8.0-33-generic x86/IBM Corporation 1.7.0 (32-bit)/cpus=8,threads=1,free=68413456,total=205520896
   [junit4]   2> NOTE: All tests run in this JVM: [TestPHPSerializedResponseWriter, MigrateRouteKeyTest, SoftAutoCommitTest, SpellPossibilityIteratorTest, TestTrie, UnloadDistributedZkTest, OverseerCollectionProcessorTest, AddBlockUpdateTest, TestRecoveryHdfs, SuggestComponentTest, TestCollapseQParserPlugin, LegacyHTMLStripCharFilterTest, EnumFieldTest, UpdateParamsTest, SuggesterTest, ClusterStateUpdateTest, TestSolrIndexConfig, DistributedSpellCheckComponentTest, TriLevelCompositeIdRoutingTest, BinaryUpdateRequestHandlerTest, TestValueSourceCache, TestPostingsSolrHighlighter, CSVRequestHandlerTest, ResourceLoaderTest, ReturnFieldsTest, FileBasedSpellCheckerTest, HdfsBasicDistributedZkTest, DocumentBuilderTest, SynonymTokenizerTest, TestLMJelinekMercerSimilarityFactory, TestFaceting, DirectUpdateHandlerOptimizeTest, SearchHandlerTest, ChangedSchemaMergeTest, TestBM25SimilarityFactory, TestRealTimeGet, TestSort, DistributedTermsComponentTest, SolrIndexSplitterTest, EchoParamsTest, SolrCoreTest, SliceStateUpdateTest, TestSolrQueryParser, JsonLoaderTest, FieldFacetExtrasTest, StatelessScriptUpdateProcessorFactoryTest, TestLuceneMatchVersion, LukeRequestHandlerTest, AbstractAnalyticsFacetTest, UUIDFieldTest, TestSolrXmlPersistor, LeaderElectionTest, TestDocSet, RegexBoostProcessorTest, CoreMergeIndexesAdminHandlerTest, SystemInfoHandlerTest, TestDocBasedVersionConstraints, SampleTest, TestSchemaNameResource, TestDynamicFieldCollectionResource, TestSchemaSimilarityResource, TestSuggestSpellingConverter, CoreAdminHandlerTest, TestLFUCache, TestCharFilters, TestSurroundQueryParser, SOLR749Test, AliasIntegrationTest, TestBadConfig, TestGroupingSearch, OverseerTest, IndexSchemaTest, ZkControllerTest, TestReversedWildcardFilterFactory, FieldMutatingUpdateProcessorTest, TermVectorComponentTest, TestUniqueKeyFieldResource, TestExtendedDismaxParser, DistributedQueryElevationComponentTest, TermsComponentTest, RecoveryZkTest, TestSolrXml, ScriptEngineTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, ZkSolrClientTest, TestRandomDVFaceting, TestMultiCoreConfBootstrap, TestStressVersions, TestCoreContainer, SimpleFacetsTest, StatsComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, TestIndexSearcher, HighlighterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestFoldingMultitermQuery, TestStressLucene, SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestUpdate, SortByFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, TestQueryUtils, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, XmlUpdateRequestHandlerTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, ResponseLogComponentTest, TestMergePolicyConfig, MultiTermTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestDefaultSimilarityFactory, TestJmxMonitoredMap, TestFastOutputStream, TestSolrXMLSerializer, TestSystemIdResolver, PrimUtilsTest, DateFieldTest, DOMUtilTest, ClusterStateTest, TestDocumentBuilder, SliceStateTest, FileUtilsTest, NoFacetTest, FunctionTest]
   [junit4] Completed on J0 in 1.01s, 13 tests, 2 failures <<< FAILURES!

[...truncated 178 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:413: 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:492: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:908: There were test failures: 353 suites, 1558 tests, 2 errors, 7 failures, 35 ignored (7 assumptions)

Total time: 52 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/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.7.0_45) - Build # 8448 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.analytics.facet.QueryFacetTest.queryTest

Error Message:
The query facet dependencies [float3] either do not exist or are defined in a dependency looop.

Stack Trace:
org.apache.solr.common.SolrException: The query facet dependencies [float3] either do not exist or are defined in a dependency looop.
	at __randomizedtesting.SeedInfo.seed([3B67895930059F7A:A67EC7B856AFD0EF]:0)
	at org.apache.solr.analytics.request.AnalyticsRequestFactory.parse(AnalyticsRequestFactory.java:148)
	at org.apache.solr.analytics.request.AnalyticsStats.execute(AnalyticsStats.java:66)
	at org.apache.solr.handler.component.AnalyticsComponent.process(AnalyticsComponent.java:44)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:209)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1866)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:291)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:273)
	at org.apache.solr.analytics.facet.QueryFacetTest.queryTest(QueryFacetTest.java:105)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:744)




Build Log:
[...truncated 10376 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.QueryFacetTest
   [junit4]   2> 868910 T1272 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385307752552
   [junit4]   2> 868910 T1272 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> 868911 T1272 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> 868911 T1272 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> 868945 T1272 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 868972 T1272 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 868973 T1272 oass.IndexSchema.readSchema Reading Solr Schema from schema-analytics.xml
   [junit4]   2> 868977 T1272 oass.IndexSchema.readSchema [null] Schema name=schema-docValues
   [junit4]   2> 869019 T1272 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 869020 T1272 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 869020 T1272 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> 869020 T1272 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 869029 T1272 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 869029 T1272 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> 869029 T1272 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> 869068 T1272 oasc.CoreContainer.<init> New CoreContainer 14309373
   [junit4]   2> 869069 T1272 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> 869069 T1272 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 869070 T1272 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 869070 T1272 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 869070 T1272 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 869070 T1272 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 869071 T1272 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 869071 T1272 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 869071 T1272 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 869071 T1272 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 869075 T1272 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 869075 T1272 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 869075 T1272 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 869078 T1273 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> 869079 T1273 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> 869079 T1273 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> 869079 T1273 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> 869111 T1273 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 869140 T1273 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 869141 T1273 oass.IndexSchema.readSchema Reading Solr Schema from schema-analytics.xml
   [junit4]   2> 869146 T1273 oass.IndexSchema.readSchema [collection1] Schema name=schema-docValues
   [junit4]   2> 869171 T1273 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 869172 T1273 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 869173 T1273 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-QueryFacetTest-1385307752552/
   [junit4]   2> 869173 T1273 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 869173 T1273 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385307752552
   [junit4]   2> 869173 T1273 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-QueryFacetTest-1385307752552/index/
   [junit4]   2> 869174 T1273 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385307752552/index' doesn't exist. Creating new index...
   [junit4]   2> 869174 T1273 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385307752552/index
   [junit4]   2> 869174 T1273 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=83.09375, floorSegmentMB=0.9228515625, forceMergeDeletesPctAllowed=14.3140019179908, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 869175 T1273 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11e66ea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af5128),segFN=segments_1,generation=1}
   [junit4]   2> 869175 T1273 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 869176 T1273 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 869176 T1273 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 869176 T1273 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 869179 T1273 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 869180 T1273 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 869180 T1273 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 869181 T1273 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8722601422991834]
   [junit4]   2> 869181 T1273 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11e66ea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af5128),segFN=segments_1,generation=1}
   [junit4]   2> 869181 T1273 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 869182 T1273 oass.SolrIndexSearcher.<init> Opening Searcher@650eed main
   [junit4]   2> 869182 T1274 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@650eed main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 869182 T1273 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 869184 T1272 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 869187 T1272 oas.SolrTestCaseJ4.setUp ###Starting queryTest
   [junit4]   2> ASYNC  NEW_CORE C839 name=collection1 org.apache.solr.core.SolrCore@1045119
   [junit4]   2> 869191 T1272 C839 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 869192 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 2
   [junit4]   2> 869196 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10000]} 0 1
   [junit4]   2> 869202 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10001]} 0 0
   [junit4]   2> 869209 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10002]} 0 1
   [junit4]   2> 869214 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10003]} 0 1
   [junit4]   2> 869220 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10004]} 0 1
   [junit4]   2> 869227 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10005]} 0 1
   [junit4]   2> 869232 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10006]} 0 1
   [junit4]   2> 869236 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10007]} 0 0
   [junit4]   2> 869241 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10008]} 0 1
   [junit4]   2> 869246 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10009]} 0 0
   [junit4]   2> 869252 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100010]} 0 1
   [junit4]   2> 869258 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100011]} 0 1
   [junit4]   2> 869263 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100012]} 0 1
   [junit4]   2> 869268 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100013]} 0 1
   [junit4]   2> 869273 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100014]} 0 1
   [junit4]   2> 869278 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100015]} 0 0
   [junit4]   2> 869283 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100016]} 0 0
   [junit4]   2> 869288 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100017]} 0 0
   [junit4]   2> 869293 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100018]} 0 0
   [junit4]   2> 869298 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100019]} 0 0
   [junit4]   2> 869303 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100020]} 0 0
   [junit4]   2> 869308 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100021]} 0 0
   [junit4]   2> 869314 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100022]} 0 1
   [junit4]   2> 869319 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100023]} 0 1
   [junit4]   2> 869324 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100024]} 0 1
   [junit4]   2> 869330 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100025]} 0 1
   [junit4]   2> 869335 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100026]} 0 0
   [junit4]   2> 869340 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100027]} 0 0
   [junit4]   2> 869345 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100028]} 0 0
   [junit4]   2> 869351 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100029]} 0 1
   [junit4]   2> 869356 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100030]} 0 0
   [junit4]   2> 869361 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100031]} 0 1
   [junit4]   2> 869365 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100032]} 0 0
   [junit4]   2> 869370 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100033]} 0 0
   [junit4]   2> 869375 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100034]} 0 0
   [junit4]   2> 869381 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100035]} 0 1
   [junit4]   2> 869385 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100036]} 0 0
   [junit4]   2> 869390 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100037]} 0 0
   [junit4]   2> 869395 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100038]} 0 1
   [junit4]   2> 869400 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100039]} 0 1
   [junit4]   2> 869405 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100040]} 0 1
   [junit4]   2> 869410 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100041]} 0 1
   [junit4]   2> 869415 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100042]} 0 0
   [junit4]   2> 869420 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100043]} 0 1
   [junit4]   2> 869425 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100044]} 0 1
   [junit4]   2> 869431 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100045]} 0 1
   [junit4]   2> 869436 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100046]} 0 0
   [junit4]   2> 869441 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100047]} 0 0
   [junit4]   2> 869447 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100048]} 0 1
   [junit4]   2> 869452 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100049]} 0 0
   [junit4]   2> 869457 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100050]} 0 0
   [junit4]   2> 869462 T1272 C839 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100051]} 0 0
   [junit4]   2> ASYNC  NEW_CORE C840 name=collection1 org.apache.solr.core.SolrCore@1045119
   [junit4]   2> 869486 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100052]} 0 1
   [junit4]   2> 869493 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100053]} 0 1
   [junit4]   2> 869498 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100054]} 0 0
   [junit4]   2> 869503 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100055]} 0 0
   [junit4]   2> 869511 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100056]} 0 1
   [junit4]   2> 869519 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100057]} 0 1
   [junit4]   2> 869524 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100058]} 0 0
   [junit4]   2> 869529 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100059]} 0 0
   [junit4]   2> 869535 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100060]} 0 0
   [junit4]   2> 869541 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100061]} 0 1
   [junit4]   2> 869547 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100062]} 0 1
   [junit4]   2> 869552 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100063]} 0 0
   [junit4]   2> 869557 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100064]} 0 0
   [junit4]   2> 869563 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100065]} 0 1
   [junit4]   2> 869568 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100066]} 0 0
   [junit4]   2> 869573 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100067]} 0 0
   [junit4]   2> 869578 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100068]} 0 0
   [junit4]   2> 869583 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100069]} 0 0
   [junit4]   2> 869589 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100070]} 0 1
   [junit4]   2> 869594 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100071]} 0 1
   [junit4]   2> 869599 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100072]} 0 0
   [junit4]   2> 869604 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100073]} 0 0
   [junit4]   2> 869609 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100074]} 0 0
   [junit4]   2> 869614 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100075]} 0 0
   [junit4]   2> 869619 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100076]} 0 0
   [junit4]   2> 869624 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100077]} 0 0
   [junit4]   2> 869629 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100078]} 0 0
   [junit4]   2> 869634 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100079]} 0 0
   [junit4]   2> 869640 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100080]} 0 0
   [junit4]   2> 869645 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100081]} 0 0
   [junit4]   2> 869652 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100082]} 0 1
   [junit4]   2> 869657 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100083]} 0 1
   [junit4]   2> 869662 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100084]} 0 1
   [junit4]   2> 869666 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100085]} 0 0
   [junit4]   2> 869671 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100086]} 0 0
   [junit4]   2> 869676 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100087]} 0 1
   [junit4]   2> 869681 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100088]} 0 1
   [junit4]   2> 869685 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100089]} 0 0
   [junit4]   2> 869690 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100090]} 0 1
   [junit4]   2> 869694 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100091]} 0 0
   [junit4]   2> 869699 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100092]} 0 1
   [junit4]   2> 869703 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100093]} 0 0
   [junit4]   2> 869708 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100094]} 0 0
   [junit4]   2> 869713 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100095]} 0 0
   [junit4]   2> 869718 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100096]} 0 0
   [junit4]   2> 869724 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100097]} 0 1
   [junit4]   2> 869729 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100098]} 0 1
   [junit4]   2> 869734 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100099]} 0 1
   [junit4]   2> 869739 T1272 C840 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 869752 T1272 C840 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11e66ea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af5128),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11e66ea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1af5128),segFN=segments_2,generation=2}
   [junit4]   2> 869753 T1272 C840 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 869756 T1272 C840 oass.SolrIndexSearcher.<init> Opening Searcher@11c07ed main
   [junit4]   2> 869756 T1272 C840 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 869756 T1274 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11c07ed main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C100)}
   [junit4]   2> 869757 T1272 C840 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 18
   [junit4]   2> 869773 T1272 C840 oasc.SolrException.log ERROR org.apache.solr.common.SolrException: The query facet dependencies [float3] either do not exist or are defined in a dependency looop.
   [junit4]   2> 		at org.apache.solr.analytics.request.AnalyticsRequestFactory.parse(AnalyticsRequestFactory.java:148)
   [junit4]   2> 		at org.apache.solr.analytics.request.AnalyticsStats.execute(AnalyticsStats.java:66)
   [junit4]   2> 		at org.apache.solr.handler.component.AnalyticsComponent.process(AnalyticsComponent.java:44)
   [junit4]   2> 		at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:209)
   [junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1866)
   [junit4]   2> 		at org.apache.solr.util.TestHarness.query(TestHarness.java:291)
   [junit4]   2> 		at org.apache.solr.util.TestHarness.query(TestHarness.java:273)
   [junit4]   2> 		at org.apache.solr.analytics.facet.QueryFacetTest.queryTest(QueryFacetTest.java:105)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
   [junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	
   [junit4]   2> 869775 T1272 C840 oasc.SolrCore.execute [collection1] webapp=null path=null params={o.lr.qf=string&o.lr.qf.string.q=string_sd:abc1&o.lr.qf.string.q=string_sd:abc2&o.lr.s.sum=sum(long_ld)&o.fr.s.mean=mean(float_fd)&o.fr.s.sum=sum(float_fd)&o.ir.qf.float1.q=float_fd:[*+TO+50]&o.pr.ff.string_sd.h=true&o.ir.ff.string_sd.h=true&o.fr.s.percentile_8=percentile(8,float_fd)&o.ir.qf.float2.q=float_fd:[*+TO+30]&o.lr.s.median=median(long_ld)&o.fr.qf=lad&olap=true&o.pr.qf.float4.d=float3&o.pr.s.sum=sum(int_id)&o.ir.qf=float1&o.ir.qf=float2&o.pr.s.mean=mean(int_id)&o.ir.s.median=median(int_id)&o.pr.qf.float3.q=result(q1)&o.pr.qf.float3.q=result(q2)&o.pr.qf.float3.q=result(q3)&o.pr.qf.float3.q=result(q1,string_sd,abc2)&rows=0&o.pr.ff=string_sd&o.ir.ff=string_sd&indent=true&o.ir.s.sum=sum(int_id)&o.ir.s.mean=mean(int_id)&o.pr.s.q1=concat(const_str(float_fd:[),+percentile(10,int_id),+const_str(+TO+),+median(int_id),+const_str(]))&o.pr.qf.float4.q=qresult(q1,float3,result(q1))&o.ir.s.percentile_8=percentile(8,int_id)&o.pr.s.percentile_8=percentile(8,int_id)&o.lr.s.percentile_8=percentile(8,long_ld)&o.pr.s.median=median(int_id)&o.pr.hs.q3=concat(const_str(float_fd:[),+percentile(40,int_id),+const_str(+TO+),+median(int_id),+const_str(]))&o.fr.qf.lad.q=long_ld:[20+TO+*]&o.fr.qf.lad.q=long_ld:[30+TO+*]&o.fr.qf.lad.q=double_dd:[*+TO+50]&q=*:*&o.pr.hs.q2=concat(const_str(float_fd:[),+percentile(30,int_id),+const_str(+TO+),+median(int_id),+const_str(]))&o.pr.qf=float3&o.pr.qf=float4&o.lr.s.mean=mean(long_ld)&o.fr.s.median=median(float_fd)} hits=100 status=400 QTime=5 
   [junit4]   2> 869776 T1272 oas.SolrTestCaseJ4.tearDown ###Ending queryTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryFacetTest -Dtests.method=queryTest -Dtests.seed=3B67895930059F7A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th_TH -Dtests.timezone=Antarctica/Macquarie -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.61s J1 | QueryFacetTest.queryTest <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: The query facet dependencies [float3] either do not exist or are defined in a dependency looop.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3B67895930059F7A:A67EC7B856AFD0EF]:0)
   [junit4]    > 	at org.apache.solr.analytics.request.AnalyticsRequestFactory.parse(AnalyticsRequestFactory.java:148)
   [junit4]    > 	at org.apache.solr.analytics.request.AnalyticsStats.execute(AnalyticsStats.java:66)
   [junit4]    > 	at org.apache.solr.handler.component.AnalyticsComponent.process(AnalyticsComponent.java:44)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:209)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1866)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:291)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:273)
   [junit4]    > 	at org.apache.solr.analytics.facet.QueryFacetTest.queryTest(QueryFacetTest.java:105)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 869793 T1272 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 869793 T1272 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=14309373
   [junit4]   2> 869794 T1272 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1045119
   [junit4]   2> 869794 T1272 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,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> 869795 T1272 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 869795 T1272 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 869795 T1272 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 869796 T1272 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 869796 T1272 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 869797 T1272 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385307752552/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385307752552/index;done=false>>]
   [junit4]   2> 869797 T1272 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385307752552/index
   [junit4]   2> 869797 T1272 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385307752552 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385307752552;done=false>>]
   [junit4]   2> 869798 T1272 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-QueryFacetTest-1385307752552
   [junit4]   2> NOTE: test params are: codec=Lucene46: {string_sd=PostingsFormat(name=Memory doPackFST= true), long_ld=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), date_dtd=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), id=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), int_id=PostingsFormat(name=Memory doPackFST= true), float_fd=PostingsFormat(name=Memory doPackFST= true), double_dd=FST41}, docValues:{stringdv=DocValuesFormat(name=Disk), long_ld=DocValuesFormat(name=Disk), longdv=DocValuesFormat(name=Memory), int_id=DocValuesFormat(name=SimpleText), float_fd=DocValuesFormat(name=Disk), double_dd=DocValuesFormat(name=Memory), string_sd=DocValuesFormat(name=SimpleText), date_dtd=DocValuesFormat(name=Disk), intdv=DocValuesFormat(name=SimpleText), floatdv=DocValuesFormat(name=Memory), stringdvm=DocValuesFormat(name=Memory), doubledv=DocValuesFormat(name=Disk), datedv=DocValuesFormat(name=Lucene45)}, sim=DefaultSimilarity, locale=th_TH, timezone=Antarctica/Macquarie
   [junit4]   2> NOTE: Linux 3.8.0-33-generic i386/Oracle Corporation 1.7.0_45 (32-bit)/cpus=8,threads=1,free=198382448,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestComponentsName, TestBinaryField, TestFieldCollectionResource, TestFieldTypeCollectionResource, TestRecovery, FileUtilsTest, BlockCacheTest, StressHdfsTest, HdfsBasicDistributedZk2Test, TestRandomFaceting, SignatureUpdateProcessorFactoryTest, AssignTest, ZkNodePropsTest, ChaosMonkeyNothingIsSafeTest, TestHighFrequencyDictionaryFactory, TestCSVResponseWriter, TestDistribDocBasedVersion, NoFacetTest, DirectSolrConnectionTest, PingRequestHandlerTest, TestCopyFieldCollectionResource, TestAnalyzedSuggestions, FieldFacetExtrasTest, OutputWriterTest, MinimalSchemaTest, BasicDistributedZk2Test, DebugComponentTest, MultiTermTest, HighlighterConfigTest, PreAnalyzedUpdateProcessorTest, ShardSplitTest, SpellingQueryConverterTest, FunctionTest, TestStressRecovery, SolrPluginUtilsTest, ExpressionTest, TestFiltering, FieldAnalysisRequestHandlerTest, TestXIncludeConfig, TestUpdate, TestOmitPositions, TestSweetSpotSimilarityFactory, AbstractAnalyticsFacetTest, TestUtils, TestRandomMergePolicy, JSONWriterTest, DisMaxRequestHandlerTest, InfoHandlerTest, NoCacheHeaderTest, PrimUtilsTest, CoreContainerCoreInitFailuresTest, CachingDirectoryFactoryTest, TestJmxIntegration, TestCodecSupport, SolrRequestParserTest, BasicZkTest, TestReload, TestFastOutputStream, QueryFacetTest]
   [junit4] Completed on J1 in 0.91s, 1 test, 1 error <<< FAILURES!

[...truncated 636 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:400: 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:492: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:908: There were test failures: 353 suites, 1558 tests, 1 error, 34 ignored (6 assumptions)

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