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/26 18:54:22 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 8471 - Failure!

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

6 tests failed.
REGRESSION:  org.apache.solr.analytics.expression.ExpressionTest.powerTest

Error Message:
empty String

Stack Trace:
java.lang.NumberFormatException: empty String
	at __randomizedtesting.SeedInfo.seed([F0530C52F59A6165:9EE1BB511D8D3FB4]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1082)
	at java.lang.Double.parseDouble(Double.java:551)
	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
	at org.apache.solr.analytics.expression.ExpressionTest.powerTest(ExpressionTest.java:119)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:613)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:780)


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

Error Message:
empty String

Stack Trace:
java.lang.NumberFormatException: empty String
	at __randomizedtesting.SeedInfo.seed([F0530C52F59A6165:F85B64F751B731D5]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1082)
	at java.lang.Double.parseDouble(Double.java:551)
	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
	at org.apache.solr.analytics.expression.ExpressionTest.negateTest(ExpressionTest.java:132)
	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:
empty String

Stack Trace:
java.lang.NumberFormatException: empty String
	at __randomizedtesting.SeedInfo.seed([F0530C52F59A6165:A85EE7A4D15803B3]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1082)
	at java.lang.Double.parseDouble(Double.java:551)
	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
	at org.apache.solr.analytics.expression.ExpressionTest.divideTest(ExpressionTest.java:106)
	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.absoluteValueTest

Error Message:
empty String

Stack Trace:
java.lang.NumberFormatException: empty String
	at __randomizedtesting.SeedInfo.seed([F0530C52F59A6165:D1FF2C4738073903]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1082)
	at java.lang.Double.parseDouble(Double.java:551)
	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
	at org.apache.solr.analytics.expression.ExpressionTest.absoluteValueTest(ExpressionTest.java:143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:613)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:780)


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

Error Message:
.responseHeader.params.sort!=rows (unordered or missing)

Stack Trace:
junit.framework.AssertionFailedError: .responseHeader.params.sort!=rows (unordered or missing)
	at __randomizedtesting.SeedInfo.seed([F0530C52F59A6165:71B5824A82C50159]: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.GeneratedMethodAccessor49.invoke(Unknown Source)
	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_offtv!=test_basictv (unordered or missing)

Stack Trace:
junit.framework.AssertionFailedError: .termVectors.0.test_offtv!=test_basictv (unordered or missing)
	at __randomizedtesting.SeedInfo.seed([F0530C52F59A6165:71B5824A82C50159]: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.GeneratedMethodAccessor49.invoke(Unknown Source)
	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 10567 lines...]
   [junit4] Suite: org.apache.solr.handler.component.TermVectorComponentDistributedTest
   [junit4]   2> 1078236 T3728 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_ey/xs
   [junit4]   2> 1078240 T3728 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1078241 T3728 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1078243 T3728 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41846
   [junit4]   2> 1078244 T3728 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1078244 T3728 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1078245 T3728 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> 1078246 T3728 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1078254 T3728 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/solr.xml
   [junit4]   2> 1078288 T3728 oasc.CoreContainer.<init> New CoreContainer 977329423
   [junit4]   2> 1078289 T3728 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> 1078290 T3728 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1078291 T3728 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1078292 T3728 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1078292 T3728 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1078293 T3728 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1078294 T3728 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1078294 T3728 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1078295 T3728 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1078295 T3728 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1078300 T3728 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1078301 T3728 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1078301 T3728 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1078305 T3738 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> 1078306 T3738 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> 1078306 T3738 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> 1078307 T3738 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> 1078344 T3738 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1078387 T3738 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1078388 T3738 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1078394 T3738 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1078703 T3738 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1078708 T3738 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1078711 T3738 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1078716 T3738 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1078719 T3738 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1078722 T3738 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1078723 T3738 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1078723 T3738 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1078724 T3738 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1078724 T3738 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1078724 T3738 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1078725 T3738 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1078725 T3738 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=./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/control/data/
   [junit4]   2> 1078726 T3738 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c73e08e
   [junit4]   2> 1078727 T3738 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/control/data
   [junit4]   2> 1078727 T3738 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/control/data/index/
   [junit4]   2> 1078728 T3738 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1078728 T3738 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/control/data/index
   [junit4]   2> 1078729 T3738 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@f9c4ff28
   [junit4]   2> 1078729 T3738 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@25c4f4bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39e2ea8e)),segFN=segments_1,generation=1}
   [junit4]   2> 1078730 T3738 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1078730 T3738 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 1078732 T3738 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1078733 T3738 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1078733 T3738 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1078734 T3738 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1078734 T3738 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1078734 T3738 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1078735 T3738 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1078735 T3738 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1078735 T3738 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1078736 T3738 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1078736 T3738 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1078737 T3738 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1078737 T3738 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1078737 T3738 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1078738 T3738 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1078738 T3738 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1078739 T3738 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 1078739 T3738 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 1078740 T3738 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1078740 T3738 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1078741 T3738 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1078741 T3738 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1078741 T3738 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1078742 T3738 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1078742 T3738 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1078743 T3738 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1078743 T3738 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1078743 T3738 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1078744 T3738 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1078744 T3738 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1078745 T3738 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1078745 T3738 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1078746 T3738 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 1078746 T3738 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 1078747 T3738 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1078749 T3738 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1078751 T3738 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1078751 T3738 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1078752 T3738 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=82.71875, floorSegmentMB=1.369140625, forceMergeDeletesPctAllowed=15.131870326612955, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1078753 T3738 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@25c4f4bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39e2ea8e)),segFN=segments_1,generation=1}
   [junit4]   2> 1078753 T3738 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1078754 T3738 oass.SolrIndexSearcher.<init> Opening Searcher@1695a66a main
   [junit4]   2> 1078754 T3738 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1078757 T3738 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1078772 T3739 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1695a66a main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1078775 T3738 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1078775 T3728 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1078776 T3728 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1078778 T3728 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1078780 T3728 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57378
   [junit4]   2> 1078781 T3728 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1078781 T3728 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1078782 T3728 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> 1078782 T3728 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1078790 T3728 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/solr.xml
   [junit4]   2> 1078824 T3728 oasc.CoreContainer.<init> New CoreContainer 1520845946
   [junit4]   2> 1078825 T3728 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> 1078826 T3728 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1078827 T3728 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1078828 T3728 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1078828 T3728 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1078829 T3728 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1078829 T3728 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1078830 T3728 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1078831 T3728 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1078831 T3728 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1078836 T3728 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1078836 T3728 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1078837 T3728 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1078840 T3750 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> 1078840 T3750 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> 1078841 T3750 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> 1078842 T3750 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> 1078878 T3750 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1078920 T3750 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1078920 T3750 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1078926 T3750 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1079242 T3750 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1079248 T3750 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1079250 T3750 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1079255 T3750 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1079259 T3750 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1079262 T3750 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1079263 T3750 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1079263 T3750 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1079263 T3750 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1079264 T3750 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1079264 T3750 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1079265 T3750 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1079265 T3750 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=./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/shard0/data/
   [junit4]   2> 1079265 T3750 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c73e08e
   [junit4]   2> 1079267 T3750 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/shard0/data
   [junit4]   2> 1079267 T3750 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/shard0/data/index/
   [junit4]   2> 1079268 T3750 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/shard0/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1079268 T3750 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/shard0/data/index
   [junit4]   2> 1079269 T3750 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@9c76ce6b
   [junit4]   2> 1079269 T3750 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1220f82d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2dd854c)),segFN=segments_1,generation=1}
   [junit4]   2> 1079270 T3750 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1079270 T3750 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 1079273 T3750 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1079273 T3750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1079274 T3750 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1079274 T3750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1079274 T3750 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1079275 T3750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1079275 T3750 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1079275 T3750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1079276 T3750 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1079276 T3750 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1079277 T3750 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1079277 T3750 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1079277 T3750 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1079278 T3750 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1079278 T3750 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1079279 T3750 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1079279 T3750 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 1079280 T3750 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 1079280 T3750 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1079281 T3750 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1079281 T3750 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1079282 T3750 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1079282 T3750 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1079283 T3750 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1079283 T3750 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1079284 T3750 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1079284 T3750 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1079285 T3750 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1079285 T3750 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1079286 T3750 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1079286 T3750 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1079287 T3750 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1079287 T3750 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 1079288 T3750 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 1079290 T3750 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1079292 T3750 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1079295 T3750 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1079296 T3750 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1079297 T3750 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=82.71875, floorSegmentMB=1.369140625, forceMergeDeletesPctAllowed=15.131870326612955, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1079298 T3750 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1220f82d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2dd854c)),segFN=segments_1,generation=1}
   [junit4]   2> 1079298 T3750 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1079299 T3750 oass.SolrIndexSearcher.<init> Opening Searcher@4aeddd26 main
   [junit4]   2> 1079300 T3750 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1079305 T3750 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1079323 T3751 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4aeddd26 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1079327 T3750 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1079328 T3728 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1079329 T3728 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C1002 name=collection1 org.apache.solr.core.SolrCore@3d01e6b2
   [junit4]   2> 1079339 T3737 C1002 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={wt=javabin&version=2} {add=[0 (1452789442607579136)]} 0 3
   [junit4]   2> ASYNC  NEW_CORE C1003 name=collection1 org.apache.solr.core.SolrCore@61eaf432
   [junit4]   2> 1079350 T3747 C1003 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={wt=javabin&version=2} {add=[0 (1452789442621210624)]} 0 2
   [junit4]   2> 1079354 T3734 C1002 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[1 (1452789442625404928)]} 0 1
   [junit4]   2> 1079357 T3748 C1003 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[1 (1452789442629599232)]} 0 1
   [junit4]   2> 1079360 T3735 C1002 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={wt=javabin&version=2} {add=[2 (1452789442631696384)]} 0 1
   [junit4]   2> 1079363 T3749 C1003 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[2 (1452789442634842112)]} 0 1
   [junit4]   2> 1079366 T3736 C1002 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={wt=javabin&version=2} {add=[3 (1452789442637987840)]} 0 1
   [junit4]   2> 1079368 T3746 C1003 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[3 (1452789442641133568)]} 0 0
   [junit4]   2> 1079371 T3737 C1002 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={wt=javabin&version=2} {add=[4 (1452789442643230720)]} 0 1
   [junit4]   2> 1079373 T3747 C1003 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[4 (1452789442646376448)]} 0 0
   [junit4]   2> 1079376 T3734 C1002 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[5 (1452789442649522176)]} 0 0
   [junit4]   2> 1079378 T3748 C1003 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={wt=javabin&version=2} {add=[5 (1452789442651619328)]} 0 0
   [junit4]   2> 1079381 T3735 C1002 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={wt=javabin&version=2} {add=[6 (1452789442653716480)]} 0 1
   [junit4]   2> 1079383 T3749 C1003 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[6 (1452789442656862208)]} 0 0
   [junit4]   2> 1079386 T3736 C1002 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[7 (1452789442658959360)]} 0 1
   [junit4]   2> 1079388 T3746 C1003 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[7 (1452789442662105088)]} 0 0
   [junit4]   2> 1079390 T3737 C1002 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[8 (1452789442664202240)]} 0 0
   [junit4]   2> 1079393 T3747 C1003 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[8 (1452789442666299392)]} 0 1
   [junit4]   2> 1079395 T3734 C1002 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[9 (1452789442669445120)]} 0 0
   [junit4]   2> 1079398 T3748 C1003 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={version=2&wt=javabin} {add=[9 (1452789442672590848)]} 0 0
   [junit4]   2> 1079400 T3735 C1002 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1079403 T3735 C1002 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@25c4f4bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39e2ea8e)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@25c4f4bb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39e2ea8e)),segFN=segments_2,generation=2}
   [junit4]   2> 1079404 T3735 C1002 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1079406 T3735 C1002 oass.SolrIndexSearcher.<init> Opening Searcher@aeb05c3a main
   [junit4]   2> 1079407 T3735 C1002 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1079409 T3739 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@aeb05c3a main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):c10)}
   [junit4]   2> 1079410 T3735 C1002 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={wt=javabin&version=2&waitSearcher=true&softCommit=false&commit=true} {commit=} 0 10
   [junit4]   2> 1079412 T3749 C1003 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1079415 T3749 C1003 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1220f82d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2dd854c)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1220f82d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2dd854c)),segFN=segments_2,generation=2}
   [junit4]   2> 1079416 T3749 C1003 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1079417 T3749 C1003 oass.SolrIndexSearcher.<init> Opening Searcher@59464fb0 main
   [junit4]   2> 1079418 T3749 C1003 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1079419 T3751 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@59464fb0 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):c10)}
   [junit4]   2> 1079420 T3749 C1003 oasup.LogUpdateProcessor.finish [collection1] webapp=/_ey/xs path=/update params={waitSearcher=true&softCommit=false&commit=true&wt=javabin&version=2} {commit=} 0 8
   [junit4]   2> 1079426 T3736 C1002 oasc.SolrCore.execute [collection1] webapp=/_ey/xs path=/select params={q=id:0&tv=true&sort=id+desc&qt=tvrh&shards.qt=tvrh&wt=javabin&tv.tf=true&version=2&distrib=false} hits=1 status=0 QTime=4 
   [junit4]   2> 1079432 T3748 C1003 oasc.SolrCore.execute [collection1] webapp=/_ey/xs path=/select params={tv=true&sort=id+desc&fl=id&rows=10&isShard=true&tv.tf=true&NOW=1385487978653&start=0&shards.qt=tvrh&q=id:0&version=2&distrib=false&shard.url=[ff01::114]:33332/_ey/xs|127.0.0.1:57378/_ey/xs|[ff01::083]:33332/_ey/xs&fsv=true&wt=javabin&qt=tvrh} hits=1 status=0 QTime=0 
   [junit4]   2> 1079435 T3749 C1003 oasc.SolrCore.execute [collection1] webapp=/_ey/xs path=/select params={version=2&shard.url=[ff01::114]:33332/_ey/xs|127.0.0.1:57378/_ey/xs|[ff01::083]:33332/_ey/xs&distrib=false&isShard=true&wt=javabin&tv.tf=true&shards.qt=tvrh&NOW=1385487978653&qt=tvrh&tv=true&q=id:0&ids=0} status=0 QTime=1 
   [junit4]   2> 1079435 T3746 C1003 oasc.SolrCore.execute [collection1] webapp=/_ey/xs path=/select params={q=id:0&tv=true&sort=id+desc&shards.qt=tvrh&qt=tvrh&wt=javabin&tv.tf=true&shards=[ff01::114]:33332/_ey/xs|127.0.0.1:57378/_ey/xs|[ff01::083]:33332/_ey/xs&version=2} hits=1 status=0 QTime=7 
   [junit4]   2> 1079438 T3737 C1002 oasc.SolrCore.execute [collection1] webapp=/_ey/xs path=/select params={q=id:0&fl=*,score&tv.fl=test_basictv,test_offtv&tv=true&sort=id+asc&shards.qt=tvrh&qt=tvrh&wt=javabin&tv.tf=true&version=2&distrib=false} hits=1 status=0 QTime=1 
   [junit4]   2> 1079443 T3748 C1003 oasc.SolrCore.execute [collection1] webapp=/_ey/xs path=/select params={rows=10&isShard=true&tv.tf=true&shards.qt=tvrh&NOW=1385487978665&start=0&tv=true&sort=id+asc&fl=id,score&version=2&shard.url=127.0.0.1:57378/_ey/xs&distrib=false&fsv=true&wt=javabin&qt=tvrh&tv.fl=test_basictv,test_offtv&q=id:0} hits=1 status=0 QTime=1 
   [junit4]   2> 1079445 T3749 C1003 oasc.SolrCore.execute [collection1] webapp=/_ey/xs path=/select params={ids=0&fl=*,score&tv=true&NOW=1385487978665&shards.qt=tvrh&tv.tf=true&isShard=true&q=id:0&tv.fl=test_basictv,test_offtv&qt=tvrh&wt=javabin&version=2&distrib=false&shard.url=127.0.0.1:57378/_ey/xs} status=0 QTime=0 
   [junit4]   2> 1079446 T3747 C1003 oasc.SolrCore.execute [collection1] webapp=/_ey/xs path=/select params={version=2&wt=javabin&tv.tf=true&shards=127.0.0.1:57378/_ey/xs&shards.qt=tvrh&qt=tvrh&tv=true&sort=id+asc&fl=*,score&tv.fl=test_basictv,test_offtv&q=id:0} hits=1 status=0 QTime=6 
   [junit4]   2> 1079447 T3728 oas.BaseDistributedSearchTestCase.compareSolrResponses ERROR Mismatched responses:
   [junit4]   2> 	{responseHeader={status=0,QTime=6},response={numFound=1,start=0,maxScore=2.609438,docs=[SolrDocument{id=0, range_facet_si=0, range_facet_l=[0], range_facet_sl=[0], test_posofftv=[This is a title and another title], test_basictv=[This is a title and another title], test_notv=[This is a title and another title], test_postv=[This is a title and another title], test_offtv=[This is a title and another title], _version_=1452789442621210624, intDefault=42, timestamp=Tue Nov 26 09:46:18 PST 2013, multiDefault=[muLti-Default], score=2.609438}]},termVectors={uniqueKeyFieldName=id,0={uniqueKey=0,test_offtv={anoth={tf=1},titl={tf=2}},test_basictv={anoth={tf=1},titl={tf=2}}}}}
   [junit4]   2> 	{responseHeader={status=0,QTime=1},response={numFound=1,start=0,maxScore=2.609438,docs=[SolrDocument{id=0, range_facet_si=0, range_facet_l=[0], range_facet_sl=[0], test_posofftv=[This is a title and another title], test_basictv=[This is a title and another title], test_notv=[This is a title and another title], test_postv=[This is a title and another title], test_offtv=[This is a title and another title], _version_=1452789442607579136, intDefault=42, timestamp=Tue Nov 26 09:46:18 PST 2013, multiDefault=[muLti-Default], score=2.609438}]},termVectors={uniqueKeyFieldName=id,0={uniqueKey=0,test_basictv={anoth={tf=1},titl={tf=2}},test_offtv={anoth={tf=1},titl={tf=2}}}}}
   [junit4]   2> 1079469 T3728 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=977329423
   [junit4]   2> 1079470 T3728 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d01e6b2
   [junit4]   2> 1079476 T3728 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=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=1285,transaction_logs_total_number=1}
   [junit4]   2> 1079477 T3728 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1079478 T3728 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1079478 T3728 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1079479 T3728 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1079480 T3728 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1079481 T3728 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/control/data [CachedDir<<refCount=0;path=./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/control/data;done=false>>]
   [junit4]   2> 1079481 T3728 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/control/data
   [junit4]   2> 1079482 T3728 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/control/data/index [CachedDir<<refCount=0;path=./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/control/data/index;done=false>>]
   [junit4]   2> 1079483 T3728 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/control/data/index
   [junit4]   2> 1079483 T3728 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_ey/xs,null}
   [junit4]   2> 1079557 T3728 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1520845946
   [junit4]   2> 1079557 T3728 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@61eaf432
   [junit4]   2> 1079574 T3728 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=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=1285,transaction_logs_total_number=1}
   [junit4]   2> 1079575 T3728 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1079575 T3728 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1079576 T3728 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1079577 T3728 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1079577 T3728 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1079578 T3728 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/shard0/data [CachedDir<<refCount=0;path=./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/shard0/data;done=false>>]
   [junit4]   2> 1079579 T3728 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/shard0/data
   [junit4]   2> 1079579 T3728 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/shard0/data/index [CachedDir<<refCount=0;path=./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/shard0/data/index;done=false>>]
   [junit4]   2> 1079580 T3728 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.handler.component.TermVectorComponentDistributedTest-1385487977465/shard0/data/index
   [junit4]   2> 1079581 T3728 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_ey/xs,null}
   [junit4]   2> 1079640 T3728 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TermVectorComponentDistributedTest -Dtests.method=testDistribSearch -Dtests.seed=F0530C52F59A6165 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kk_KZ -Dtests.timezone=America/Whitehorse -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.41s J1 | TermVectorComponentDistributedTest.testDistribSearch <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: .termVectors.0.test_offtv!=test_basictv (unordered or missing)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F0530C52F59A6165:71B5824A82C50159]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:808)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:827)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:531)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:511)
   [junit4]    > 	at org.apache.solr.handler.component.TermVectorComponentDistributedTest.doTest(TermVectorComponentDistributedTest.java:127)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:841)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:780)
   [junit4]   2> 1079649 T3728 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, locale=kk_KZ, timezone=America/Whitehorse
   [junit4]   2> NOTE: Linux 3.8.0-33-generic x86/IBM Corporation 1.7.0 (32-bit)/cpus=8,threads=1,free=59453720,total=196739072
   [junit4]   2> NOTE: All tests run in this JVM: [TestFoldingMultitermQuery, DeleteShardTest, DistributedDebugComponentTest, ZkNodePropsTest, NotRequiredUniqueKeyTest, TestComponentsName, SolrCoreCheckLockOnStartupTest, MinimalSchemaTest, TestUpdate, BasicDistributedZk2Test, SuggesterWFSTTest, PrimUtilsTest, TestArbitraryIndexDir, StressHdfsTest, PreAnalyzedUpdateProcessorTest, QueryResultKeyTest, TestQuerySenderListener, SolrPluginUtilsTest, HdfsUnloadDistributedZkTest, TestDistribDocBasedVersion, DebugComponentTest, TestZkChroot, TestNumberUtils, TestSchemaVersionResource, DocumentAnalysisRequestHandlerTest, TestSweetSpotSimilarityFactory, InfoHandlerTest, RequestHandlersTest, TestRTGBase, StatsComponentTest, TestFieldCollectionResource, ShardRoutingCustomTest, SolrIndexConfigTest, TestDistributedSearch, PingRequestHandlerTest, BadIndexSchemaTest, PreAnalyzedFieldTest, TestSolrJ, TestSolrQueryParserDefaultOperatorResource, RAMDirectoryFactoryTest, TestCoreDiscovery, BasicZkTest, TestBinaryField, CoreContainerCoreInitFailuresTest, TestFastWriter, FieldFacetTest, TestShardHandlerFactory, TestCSVLoader, TestQueryTypes, TestXIncludeConfig, TestCopyFieldCollectionResource, TestIBSimilarityFactory, TestModifyConfFiles, CoreAdminCreateDiscoverTest, DirectSolrConnectionTest, TestFuzzyAnalyzedSuggestions, SolrRequestParserTest, TestLazyCores, TestMultiCoreConfBootstrap, HdfsBasicDistributedZk2Test, BadCopyFieldTest, TestInfoStreamLogging, ModifyConfFileTest, CachingDirectoryFactoryTest, ConvertedLegacyTest, DirectUpdateHandlerTest, SolrXmlInZkTest, UniqFieldsUpdateProcessorFactoryTest, SpellingQueryConverterTest, TestSolrQueryParserResource, LeaderElectionIntegrationTest, TestDFRSimilarityFactory, ChaosMonkeyNothingIsSafeTest, TestCSVResponseWriter, SignatureUpdateProcessorFactoryTest, TestRecovery, SuggesterTSTTest, TestFastLRUCache, PathHierarchyTokenizerFactoryTest, TestFiltering, SolrCmdDistributorTest, TestSchemaResource, TestClassNameShortening, DistanceFunctionTest, SpellCheckComponentTest, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, ZkSolrClientTest, ZkCLITest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest]
   [junit4] Completed on J1 in 1.44s, 1 test, 1 failure <<< FAILURES!

[...truncated 64 lines...]
   [junit4] Suite: org.apache.solr.handler.component.DistributedQueryElevationComponentTest
   [junit4]   2> 1205263 T4046 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1205267 T4046 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1205268 T4046 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1205271 T4046 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56531
   [junit4]   2> 1205272 T4046 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1205272 T4046 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1205273 T4046 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> 1205274 T4046 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1205282 T4046 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/solr.xml
   [junit4]   2> 1205315 T4046 oasc.CoreContainer.<init> New CoreContainer -1265749836
   [junit4]   2> 1205315 T4046 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> 1205317 T4046 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1205317 T4046 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1205318 T4046 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1205319 T4046 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1205319 T4046 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1205320 T4046 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1205320 T4046 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1205321 T4046 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1205322 T4046 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1205326 T4046 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1205327 T4046 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1205328 T4046 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1205331 T4056 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> 1205331 T4056 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> 1205332 T4056 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> 1205332 T4056 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> 1205361 T4056 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1205392 T4056 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-elevate.xml
   [junit4]   2> 1205393 T4056 oass.IndexSchema.readSchema Reading Solr Schema from schema11.xml
   [junit4]   2> 1205397 T4056 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 1205524 T4056 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1205526 T4056 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1205529 T4056 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1205529 T4056 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=./org.apache.solr.handler.component.DistributedQueryElevationComponentTest-1385488104492/control/data/
   [junit4]   2> 1205530 T4056 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c73e08e
   [junit4]   2> 1205531 T4056 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.component.DistributedQueryElevationComponentTest-1385488104492/control/data
   [junit4]   2> 1205531 T4056 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.handler.component.DistributedQueryElevationComponentTest-1385488104492/control/data/index/
   [junit4]   2> 1205531 T4056 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.handler.component.DistributedQueryElevationComponentTest-1385488104492/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1205532 T4056 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.handler.component.DistributedQueryElevationComponentTest-1385488104492/control/data/index
   [junit4]   2> 1205532 T4056 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=76.9482421875, floorSegmentMB=0.240234375, forceMergeDeletesPctAllowed=19.10908402550379, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1205533 T4056 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@374422c9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@176bfab8),segFN=segments_1,generation=1}
   [junit4]   2> 1205534 T4056 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1205538 T4056 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1205539 T4056 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1205539 T4056 oasc.RequestHandlers.initHandlersFromConfig created /elevate: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1205540 T4056 oasc.RequestHandlers.initHandlersFromConfig created /dataElevate: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1205541 T4056 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1205542 T4056 oasc.RequestHandlers.initHandlersFromConfig WARN no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 1205543 T4056 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1205544 T4056 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [SCHEMA11.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SOLRCONFIG-MERGEPOLICY-DEFAULTS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SCHEMA-SWEETSPOT.XML, SCHEMA15.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, ELEVATE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, ANALYZINGINFIXSUGGEST.TXT, BAD-SOLRCONFIG-MULTIPLE-CFS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-EXTERNALVERSIONCONSTRAINT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-NOCACHE.XML, OPEN-EXCHANGE-RATES.JSON, ADDFIELDS.UPDATEPROCESSOR.JS, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMA-ENUMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-REST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-ELEVATE.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SOLRCONFIG-BASIC.XML, FUZZYSUGGEST.TXT, SOLRCONFIG-COMPONENTS-NAME.XML, SCHEMA_CODEC.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-SNIPPET-TYPE.XML, HUNSPELL-TEST.AFF, SOLRCONFIG-TLOG.XML, SOLRCONFIG-COLLAPSEQPARSER.XML, SCHEMA-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, SCHEMA-SYNONYM-TOKENIZER.XML, SOLRCONFIG-MASTER2.XML, SCHEMA-REPLICATION2.XML, KEEP-2.TXT, SOLRCONFIG-MASTER.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SOLRCONFIG-DEFAULTS.XML, SCHEMA-SNIPPET-FIELD.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-SLAVE1.XML, SCHEMA-COPYFIELD-TEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, KEEP-1.TXT, SOLRCONFIG-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-NOOPREGEN.XML, STOPTYPES-1.TXT, BAD-SCHEMA-DUP-FIELD.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SOLRCONFIG-TEST-MISC.XML, SOLRCONFIG-HIGHLIGHT.XML, STOP-SNOWBALL.TXT, SOLRCONFIG-INDEXCONFIG.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-CHARFILTERS.XML, BAD-SCHEMA-DYNAMICFIELD-DEFAULT-VAL.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD-UNIQUE-KEY.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-TRIE.XML, SOLRCONFIG-PARSING-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, WDFTYPES.TXT, SOLRCONFIG-TIEREDMERGEPOLICY.XML, BAD-MP-SOLRCONFIG.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SOLRCONFIG_CODEC.XML, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, SCHEMA-ANALYTICS.XML, SCHEMA-IB.XML, SCHEMA-DOCVALUES.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-SUGGESTERCOMPONENT.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, SCHEMA-DOCVALUESMULTI.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, STOPWITHBOM.TXT, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SCHEMA-COLLATE.XML, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SOLRCONFIG-IMPLICITPROPERTIES.XML, SYNONYMS.TXT, FRENCHARTICLES.TXT, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SOLRCONFIG-DELPOLICY2.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, STOPWORDSWRONGENCODING.TXT, PHRASESUGGEST.TXT, ENUMSCONFIG.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SCHEMA-REPLICATION1.XML, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-BEHAVIOR.XML, STOPWORDS.TXT, SOLRCONFIG-LOGMERGEPOLICY.XML, SCHEMA-SIM.XML, SCHEMA-BINARYFIELD.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-LAZYWRITER.XML, DA_COMPOUNDDICTIONARY.TXT, SCHEMA-MINIMAL.XML, SOLRCONFIG-SLAVE.XML, BAD-SCHEMA-DYNAMICFIELD-REQUIRED.XML, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SCHEMA-LMDIRICHLET.XML, BAD-SOLRCONFIG-MULTIPLE-DIRFACTORY.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-SNIPPET-TYPES.INCL, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, SCHEMA12.XML, HYPHENATION.DTD, SOLRCONFIG-TRANSFORMERS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SOLRCONFIG-MINIMAL.XML, STOP-2.TXT, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-SPELLCHECKER.XML, JASUGGEST.TXT, SCHEMA-REQUIRED-FIELDS.XML, SCHEMA-XINCLUDE.XML, BAD-CURRENCY.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-INFOSTREAM-LOGGING.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, SCHEMA-REVERSED.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, CURRENCY.XML, SCHEMA-NUMERIC.XML, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SCHEMA-EFF.XML, SCHEMA-SPATIAL.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SCHEMA-TINY.XML, SOLRCONFIG-REQHANDLER.INCL, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-TFIDF.XML, SOLRCONFIG-REPEATER.XML, SCHEMA-PHRASESUGGEST.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SIMPLEQPPLUGIN.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SOLR-749.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SOLRCONFIG-CACHING.XML, SCHEMA-STOP-KEEP.XML, SOLRCONFIG_PERF.XML, STOPTYPES-2.TXT, SCHEMASURROUND.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-WARMER.XML, SOLRCONFIG-MERGEPOLICY-LEGACY.XML, BAD-SOLRCONFIG-MULTIPLE-INDEXCONFIGS.XML, DA_UTF8.XML, SOLRCONFIG-MASTER3.XML, STOP-1.TXT, SOLRCONFIG-MASTER1.XML, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML, SCHEMA-LMJELINEKMERCER.XML, MAPPING-ISOLATIN1ACCENT.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, STEMDICT.TXT, SCHEMA-BM25.XML, SCHEMA-FOLDING.XML, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, PROTWORDS.TXT, BAD_SOLRCONFIG.XML, XSLT, SCHEMA-DOCVALUESMISSING.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, BAD-SOLRCONFIG-WARMER-NO-REOPEN.XML]
   [junit4]   2> 1205546 T4056 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1205546 T4056 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1205547 T4056 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=43.51953125, floorSegmentMB=1.0517578125, forceMergeDeletesPctAllowed=2.9012537510872227, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2681958582706997
   [junit4]   2> 1205548 T4056 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@374422c9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@176bfab8),segFN=segments_1,generation=1}
   [junit4]   2> 1205548 T4056 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1

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

8 T4728 oas.SolrTestCaseJ4.setUp ###Starting addTest
   [junit4]   2> 1270054 T4728 oas.SolrTestCaseJ4.tearDown ###Ending addTest
   [junit4]   2> 1270062 T4728 oas.SolrTestCaseJ4.setUp ###Starting absoluteValueTest
   [junit4]   2> 1270064 T4728 oas.SolrTestCaseJ4.tearDown ###Ending absoluteValueTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ExpressionTest -Dtests.method=absoluteValueTest -Dtests.seed=F0530C52F59A6165 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr__#Latn -Dtests.timezone=Europe/Sarajevo -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J0 | ExpressionTest.absoluteValueTest <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: empty String
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F0530C52F59A6165:D1FF2C4738073903]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1082)
   [junit4]    > 	at java.lang.Double.parseDouble(Double.java:551)
   [junit4]    > 	at org.apache.solr.analytics.AbstractAnalyticsStatsTest.getStatResult(AbstractAnalyticsStatsTest.java:98)
   [junit4]    > 	at org.apache.solr.analytics.expression.ExpressionTest.absoluteValueTest(ExpressionTest.java:143)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:780)
   [junit4]   2> 1270071 T4728 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1270072 T4728 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1657461707
   [junit4]   2> 1270072 T4728 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@cfb052b1
   [junit4]   2> 1270073 T4728 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> 1270074 T4728 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1270074 T4728 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1270075 T4728 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1270076 T4728 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1270076 T4728 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1270077 T4728 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1385488169145/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1385488169145/index;done=false>>]
   [junit4]   2> 1270077 T4728 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1385488169145/index
   [junit4]   2> 1270078 T4728 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1385488169145 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1385488169145;done=false>>]
   [junit4]   2> 1270078 T4728 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ExpressionTest-1385488169145
   [junit4]   2> NOTE: test params are: codec=Lucene46: {id=PostingsFormat(name=Lucene41VarGapFixedInterval), float_fd=PostingsFormat(name=Direct), long_ld=PostingsFormat(name=Lucene41VarGapFixedInterval), string_sd=PostingsFormat(name=Direct), double_dd=PostingsFormat(name=MockSep), date_dtd=PostingsFormat(name=Lucene41VarGapFixedInterval), int_id=PostingsFormat(name=Direct)}, docValues:{intdv=DocValuesFormat(name=Memory), float_fd=DocValuesFormat(name=Memory), doubledv=DocValuesFormat(name=Lucene45), longdv=DocValuesFormat(name=SimpleText), stringdv=DocValuesFormat(name=Lucene45), long_ld=DocValuesFormat(name=Lucene45), stringdvm=DocValuesFormat(name=SimpleText), floatdv=DocValuesFormat(name=SimpleText), datedv=DocValuesFormat(name=Disk), string_sd=DocValuesFormat(name=Memory), int_id=DocValuesFormat(name=Memory), double_dd=DocValuesFormat(name=SimpleText), date_dtd=DocValuesFormat(name=Lucene45)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=sr__#Latn, timezone=Europe/Sarajevo
   [junit4]   2> NOTE: Linux 3.8.0-33-generic x86/IBM Corporation 1.7.0 (32-bit)/cpus=8,threads=1,free=77960512,total=192413696
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocSet, TestPHPSerializedResponseWriter, DateMathParserTest, TestSolrIndexConfig, DocValuesMissingTest, TestRandomDVFaceting, TestSolrXmlPersistor, CustomCollectionTest, ScriptEngineTest, TestHighFrequencyDictionaryFactory, UpdateParamsTest, SearchHandlerTest, AddBlockUpdateTest, ResponseLogComponentTest, TestRandomMergePolicy, ClusterStateTest, DirectUpdateHandlerOptimizeTest, FileBasedSpellCheckerTest, JsonLoaderTest, SpatialFilterTest, SliceStateUpdateTest, TestReloadAndDeleteDocs, TestWriterPerf, NoFacetTest, TestFieldResource, TestRecoveryHdfs, CoreMergeIndexesAdminHandlerTest, UpdateRequestProcessorFactoryTest, TestAnalyzeInfixSuggestions, TermVectorComponentTest, TestElisionMultitermQuery, DistributedSpellCheckComponentTest, CacheHeaderTest, TestGroupingSearch, FieldFacetExtrasTest, CopyFieldTest, TestSolrQueryParser, QueryElevationComponentTest, EnumFieldTest, LukeRequestHandlerTest, TestExtendedDismaxParser, ZkControllerTest, FieldMutatingUpdateProcessorTest, EchoParamsTest, TestFieldTypeCollectionResource, CSVRequestHandlerTest, TestReplicationHandler, TestConfig, TestRealTimeGet, TestSolrXMLSerializer, TriLevelCompositeIdRoutingTest, TestLuceneMatchVersion, MigrateRouteKeyTest, SOLR749Test, QueryEqualityTest, SuggestComponentTest, TestPseudoReturnFields, TermsComponentTest, TestLFUCache, SuggesterTest, OverseerCollectionProcessorTest, AbstractAnalyticsFacetTest, TestFieldTypeResource, AnalysisAfterCoreReloadTest, TestBM25SimilarityFactory, TestReversedWildcardFilterFactory, TestCloudManagedSchema, UUIDFieldTest, CoreAdminHandlerTest, TestSchemaSimilarityResource, TestDynamicFieldCollectionResource, TestStressVersions, TestSolrXmlPersistence, HdfsBasicDistributedZkTest, TestLMJelinekMercerSimilarityFactory, URLClassifyProcessorTest, TestMergePolicyConfig, TestDynamicFieldResource, TestAddFieldRealTimeGet, TestCollapseQParserPlugin, BadComponentTest, DistributedTermsComponentTest, ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, OverseerTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, TestJoin, TestSort, TestBadConfig, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SuggesterFSTTest, DocValuesTest, TestTrie, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, RegexBoostProcessorTest, TestCollationField, ReturnFieldsTest, MBeansHandlerTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, HighlighterConfigTest, AlternateDirectoryTest, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestSearchPerf, NumericFieldsTest, OutputWriterTest, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestDefaultSimilarityFactory, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, TestLRUCache, TestUtils, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, SolrTestCaseJ4Test, AbstractAnalyticsStatsTest, ExpressionTest]
   [junit4] Completed on J0 in 1.09s, 12 tests, 4 errors <<< FAILURES!

[...truncated 139 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:491: 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, 4 errors, 2 failures, 34 ignored (6 assumptions)

Total time: 51 minutes 2 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