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 2017/05/24 15:40:04 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+168) - Build # 19696 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19696/
Java: 64bit/jdk-9-ea+168 -XX:+UseCompressedOops -XX:+UseG1GC

5 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testMaxDocs

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([849C3ADE76326B8A:3D1DEC015AD86F00]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:898)
	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 39 more


FAILED:  org.apache.solr.ltr.TestLTRQParserPlugin.ltrMoreResultsThanReRankedTest

Error Message:
mismatch: '0.09271725'!='0.105360515' @ response/docs/[3]/score

Stack Trace:
java.lang.RuntimeException: mismatch: '0.09271725'!='0.105360515' @ response/docs/[3]/score
	at __randomizedtesting.SeedInfo.seed([5DDA18CDD56A72A:CCA510EB0299F0EB]:0)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:248)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.TestLTRQParserPlugin.ltrMoreResultsThanReRankedTest(TestLTRQParserPlugin.java:94)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.ltr.TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder

Error Message:
mismatch: '3'!='4' @ response/docs/[0]/id

Stack Trace:
java.lang.RuntimeException: mismatch: '3'!='4' @ response/docs/[0]/id
	at __randomizedtesting.SeedInfo.seed([5DDA18CDD56A72A:609181EC1734C0C2]:0)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:248)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder(TestParallelWeightCreation.java:45)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.ltr.TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore

Error Message:
mismatch: '3'!='4' @ response/docs/[0]/id

Stack Trace:
java.lang.RuntimeException: mismatch: '3'!='4' @ response/docs/[0]/id
	at __randomizedtesting.SeedInfo.seed([5DDA18CDD56A72A:58ECB649506AD041]:0)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:248)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore(TestSelectiveWeightCreation.java:230)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.ltr.feature.TestFieldLengthFeature.testRanking

Error Message:
mismatch: '8'!='1' @ response/docs/[0]/id

Stack Trace:
java.lang.RuntimeException: mismatch: '8'!='1' @ response/docs/[0]/id
	at __randomizedtesting.SeedInfo.seed([5DDA18CDD56A72A:9AEB0812452CB8E5]:0)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:248)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.feature.TestFieldLengthFeature.testRanking(TestFieldLengthFeature.java:117)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11407 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_849C3ADE76326B8A-001/init-core-data-001
   [junit4]   2> 376769 WARN  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 376769 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 376770 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 376771 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 376772 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 376798 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 376820 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 376917 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 377002 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e54899c
   [junit4]   2> 377006 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e54899c
   [junit4]   2> 377006 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e54899c
   [junit4]   2> 377010 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 377060 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 377098 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 377172 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 377181 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 377181 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e54899c
   [junit4]   2> 377181 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 377181 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_849C3ADE76326B8A-001/init-core-data-001/]
   [junit4]   2> 377183 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2510165113044708]
   [junit4]   2> 377235 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 377235 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 377236 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 377236 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 377237 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=26.5380859375, floorSegmentMB=2.13671875, forceMergeDeletesPctAllowed=5.372567222541761, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 377237 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b52ff09[collection1] main]
   [junit4]   2> 377238 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 377252 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 377327 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 377327 INFO  (searcherExecutor-2052-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 377327 INFO  (coreLoadExecutor-2051-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568290231271030784
   [junit4]   2> 377327 INFO  (searcherExecutor-2052-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 377327 INFO  (searcherExecutor-2052-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 377327 INFO  (searcherExecutor-2052-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 377327 INFO  (searcherExecutor-2052-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 377327 INFO  (searcherExecutor-2052-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 377328 INFO  (searcherExecutor-2052-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 377328 INFO  (searcherExecutor-2052-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 377328 INFO  (searcherExecutor-2052-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 377329 INFO  (searcherExecutor-2052-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7b52ff09[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 377329 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 377334 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 377334 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 377334 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@53f45197[collection1] realtime]
   [junit4]   2> 377334 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 377335 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 377335 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 377351 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 377367 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 377494 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 377506 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 377527 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e54899c
   [junit4]   2> 377527 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_849C3ADE76326B8A-001/init-core-data-001/]
   [junit4]   2> 377578 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 377578 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 377579 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5aba0102[collection1] main]
   [junit4]   2> 377580 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 377582 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 377583 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 377584 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568290231540514816
   [junit4]   2> 377588 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 377588 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 377593 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 377594 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 377594 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 377594 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 377594 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 377595 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 377595 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 377595 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 377595 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 377597 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5aba0102[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 377597 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@60dc956a[collection1] main]
   [junit4]   2> 377598 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@21465ade
   [junit4]   2> 377598 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=558258910
   [junit4]   2> 377610 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@60dc956a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 377611 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1568290231562534912)]} 0 5
   [junit4]   2> 377611 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1568290231568826368)]} 0 6
   [junit4]   2> 377612 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1568290231568826369)]} 0 6
   [junit4]   2> 377612 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1568290231569874944)]} 0 7
   [junit4]   2> 377612 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1568290231569874945)]} 0 7
   [junit4]   2> 377613 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1568290231569874946)]} 0 7
   [junit4]   2> 377613 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1568290231570923520)]} 0 8
   [junit4]   2> 377613 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1568290231570923521)]} 0 8
   [junit4]   2> 377613 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1568290231570923522)]} 0 8
   [junit4]   2> 377614 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1568290231570923523)]} 0 8
   [junit4]   2> 377614 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1568290231571972096)]} 0 9
   [junit4]   2> 377614 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1568290231571972097)]} 0 9
   [junit4]   2> 377614 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1568290231571972098)]} 0 9
   [junit4]   2> 377615 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1568290231573020672)]} 0 9
   [junit4]   2> 377615 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 377626 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1568290231575117824)]} 0 21
   [junit4]   2> 377627 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1568290231585603584)]} 0 22
   [junit4]   2> 377627 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 377628 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 377628 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:14&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 377629 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[849C3ADE76326B8A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxDocs -Dtests.seed=849C3ADE76326B8A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kam -Dtests.timezone=Pacific/Johnston -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.30s J2 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([849C3ADE76326B8A:3D1DEC015AD86F00]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:898)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]    > 	... 39 more
   [junit4]   2> 377638 INFO  (commitScheduler-2060-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 377649 INFO  (commitScheduler-2060-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@30cf8d7c[collection1] main]
   [junit4]   2> 377669 INFO  (searcherExecutor-2057-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@30cf8d7c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C16)))}
   [junit4]   2> 377670 INFO  (commitScheduler-2060-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 377675 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 377675 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 377676 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@53beeaad[collection1] realtime]
   [junit4]   2> 377676 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 377681 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 377682 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 377700 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 377713 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 377770 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 377775 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 377788 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e54899c
   [junit4]   2> 377788 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_849C3ADE76326B8A-001/init-core-data-001/]
   [junit4]   2> 377886 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 377886 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 377887 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@79e11247[collection1] main]
   [junit4]   2> 377887 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 377888 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 377889 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 377889 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 377890 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 377890 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 377890 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 377890 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 377890 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 377890 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 377890 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 377890 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 377892 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=76.1689453125, floorSegmentMB=1.5576171875, forceMergeDeletesPctAllowed=23.914923681191958, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 377892 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 377892 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@79e11247[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 377892 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@321201d9[collection1] main]
   [junit4]   2> 377893 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4d88f32c
   [junit4]   2> 377893 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1300820780
   [junit4]   2> 377894 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@321201d9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 377897 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1568290231866621952)]} 0 1
   [junit4]   2> 377897 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 379396 INFO  (commitScheduler-2064-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 379409 INFO  (commitScheduler-2064-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@383c5246[collection1] main]
   [junit4]   2> 379409 INFO  (commitScheduler-2064-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 379410 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@383c5246[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 379653 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1568290233707921408)]} 0 1758
   [junit4]   2> 379653 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 379654 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 379655 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1568290233712115712)]} 0 0
   [junit4]   2> 379655 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 381153 INFO  (commitScheduler-2064-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 381156 INFO  (commitScheduler-2064-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@47fc4c82[collection1] main]
   [junit4]   2> 381156 INFO  (commitScheduler-2064-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 381157 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@47fc4c82[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C1)))}
   [junit4]   2> 381407 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1568290235548172288)]} 0 3512
   [junit4]   2> 381408 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 381408 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290235550269440)]} 0 3513
   [junit4]   2> 381409 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290235551318016)]} 0 3514
   [junit4]   2> 381409 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290235551318017)]} 0 3514
   [junit4]   2> 381410 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290235552366592)]} 0 3514
   [junit4]   2> 381410 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290235552366593)]} 0 3515
   [junit4]   2> 381411 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290235552366594)]} 0 3515
   [junit4]   2> 381411 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290235553415168)]} 0 3516
   [junit4]   2> 381411 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290235553415169)]} 0 3516
   [junit4]   2> 381412 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290235554463744)]} 0 3516
   [junit4]   2> 381412 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290235554463745)]} 0 3517
   [junit4]   2> 381413 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 382909 INFO  (commitScheduler-2064-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 382915 INFO  (commitScheduler-2064-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@261c0850[collection1] main]
   [junit4]   2> 382915 INFO  (commitScheduler-2064-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 382917 INFO  (searcherExecutor-2061-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@261c0850[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C1) Uninverting(_3(7.0.0):C11/9:delGen=1)))}
   [junit4]   2> 383170 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 (1568290237392617472)]} 0 5274
   [junit4]   2> 383170 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 383170 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[849C3ADE76326B8A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 383172 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 383172 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 383176 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@62baaf90[collection1] realtime]
   [junit4]   2> 383176 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 4
   [junit4]   2> 383177 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 383177 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 383199 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 383232 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 383306 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 383313 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 383335 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e54899c
   [junit4]   2> 383335 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_849C3ADE76326B8A-001/init-core-data-001/]
   [junit4]   2> 383442 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383442 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383443 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@27411929[collection1] main]
   [junit4]   2> 383444 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 383444 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 383446 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 383449 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 383449 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 383449 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 383449 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 383449 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=176130393, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 383450 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 383450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 383450 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 383450 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 383450 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 383450 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 383452 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@27411929[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383452 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@36cace7f[collection1] main]
   [junit4]   2> 383453 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@473f74aa
   [junit4]   2> 383453 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1195340970
   [junit4]   2> 383454 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@36cace7f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383461 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1568290237700898816)]} 0 2
   [junit4]   2> 383461 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 387460 INFO  (commitScheduler-2068-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 387463 INFO  (commitScheduler-2068-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@78fe00af[collection1] main]
   [junit4]   2> 387463 INFO  (commitScheduler-2068-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 387464 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@78fe00af[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C1)))}
   [junit4]   2> 387484 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1568290241918271488)]} 0 4025
   [junit4]   2> 387485 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 387485 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1568290241922465792)]} 0 4026
   [junit4]   2> 387485 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 389489 INFO  (commitScheduler-2068-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 389496 INFO  (commitScheduler-2068-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@45917297[collection1] main]
   [junit4]   2> 389496 INFO  (commitScheduler-2068-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 389498 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@45917297[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(7.0.0):C1)))}
   [junit4]   2> 389501 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 389502 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 389508 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290244037443584)]} 0 6050
   [junit4]   2> 389509 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290244044783616)]} 0 6050
   [junit4]   2> 389509 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290244044783617)]} 0 6050
   [junit4]   2> 389509 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290244044783618)]} 0 6051
   [junit4]   2> 389510 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290244045832192)]} 0 6051
   [junit4]   2> 389510 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290244045832193)]} 0 6051
   [junit4]   2> 389510 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290244045832194)]} 0 6051
   [junit4]   2> 389510 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290244045832195)]} 0 6051
   [junit4]   2> 389510 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290244045832196)]} 0 6052
   [junit4]   2> 389511 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1568290244045832197)]} 0 6052
   [junit4]   2> 389511 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 389511 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1568290244046880768)]} 0 6053
   [junit4]   2> 389512 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1568290244046880769)]} 0 6053
   [junit4]   2> 389512 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1568290244047929344)]} 0 6053
   [junit4]   2> 389512 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1568290244047929345)]} 0 6053
   [junit4]   2> 389512 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1568290244047929346)]} 0 6053
   [junit4]   2> 389512 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1568290244047929347)]} 0 6053
   [junit4]   2> 389512 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1568290244047929348)]} 0 6053
   [junit4]   2> 389512 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1568290244047929349)]} 0 6053
   [junit4]   2> 389512 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1568290244047929350)]} 0 6053
   [junit4]   2> 389512 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1568290244047929351)]} 0 6054
   [junit4]   2> 389513 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 390513 INFO  (commitScheduler-2068-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 390529 INFO  (commitScheduler-2068-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@72f17aca[collection1] main]
   [junit4]   2> 390529 INFO  (commitScheduler-2068-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 390530 INFO  (searcherExecutor-2065-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@72f17aca[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(7.0.0):C10/9:delGen=1)))}
   [junit4]   2> 390772 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 390773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 390773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[849C3ADE76326B8A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 390773 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 390773 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=99092375
   [junit4]   2> 390773 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 390774 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 390775 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 390775 INFO  (SUITE-AutoCommitTest-seed#[849C3ADE76326B8A]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 390776 INFO  (coreCloseExecutor-2069-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@234c590b
   [junit4]   2> 390776 INFO  (coreCloseExecutor-2069-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 390776 INFO  (coreCloseExecutor-2069-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b5e66f3 commitCommandVersion:0
   [junit4]   2> 390777 INFO  (coreCloseExecutor-2069-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=592206091
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_849C3ADE76326B8A-001
   [junit4]   2> May 24, 2017 3:02:07 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {field_t=PostingsFormat(name=Memory), multiDefault=Lucene50(blocksize=128), subject=Lucene50(blocksize=128), id=PostingsFormat(name=Asserting), text=PostingsFormat(name=Memory)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Memory), intDefault=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Memory), intDvoDefault=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=16, maxMBSortInHeap=5.741034199513313, sim=RandomSimilarity(queryNorm=true): {}, locale=kam, timezone=Pacific/Johnston
   [junit4]   2> NOTE: Linux 4.8.0-52-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=8,threads=1,free=203165768,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [EchoParamsTest, TestCryptoKeys, TestSolrCoreParser, BadIndexSchemaTest, TestFieldCacheReopen, TestStressUserVersions, TestNestedDocsSort, ClusterStateTest, TestSchemaNameResource, TestTlogReplica, SmileWriterTest, TestFreeTextSuggestions, TestCustomStream, TestCollapseQParserPlugin, TestFastOutputStream, TestRandomRequestDistribution, TestCloudManagedSchema, OutputWriterTest, HdfsSyncSliceTest, TestCustomSort, PKIAuthenticationIntegrationTest, TestGroupingSearch, TestDistribIDF, TestLocalFSCloudBackupRestore, CollectionReloadTest, TestSort, BlobRepositoryCloudTest, JsonValidatorTest, BinaryUpdateRequestHandlerTest, TestManagedResource, TestNumericTerms32, SolrCoreCheckLockOnStartupTest, CursorMarkTest, HdfsRecoverLeaseTest, DirectUpdateHandlerOptimizeTest, TestReqParamsAPI, TestConfig, HdfsBasicDistributedZk2Test, ConfigSetsAPITest, TestCoreDiscovery, TestBinaryField, TestSimpleQParserPlugin, TestManagedSchemaAPI, TestSQLHandlerNonCloud, TestPullReplica, TestExportWriter, AutoCommitTest]
   [junit4] Completed [150/713 (1!)] on J2 in 14.27s, 3 tests, 1 error <<< FAILURES!

[...truncated 8165 lines...]
   [junit4] Suite: org.apache.solr.ltr.feature.TestFieldLengthFeature
   [junit4]   2> 0    INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_5DDA18CDD56A72A-001/init-core-data-001
   [junit4]   2> 574  INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 624  INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.e.j.u.log Logging initialized @2201ms
   [junit4]   2> 633  INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 864  INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 917  INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.c.SolrResourceLoader Using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/ltr/src/test-files/solr
   [junit4]   2> 1200 INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1362 INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 1510 INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 1857 WARN  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 1857 WARN  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 1857 WARN  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 1879 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1899 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 1914 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 1919 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/ltr/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1944 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 1946 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1949 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/ltr/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_5DDA18CDD56A72A-001/init-core-data-001/]
   [junit4]   2> 2340 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 2349 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2349 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2365 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2366 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: if uncommited for 1000ms; 
   [junit4]   2> 2385 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@644cebfd[collection1] main]
   [junit4]   2> 2393 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/ltr/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2401 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.ltr.store.rest.ManagedFeatureStore for path /schema/feature-store
   [junit4]   2> 2401 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.ManagedResource No stored data found for /schema/feature-store
   [junit4]   2> 2401 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.l.s.r.ManagedFeatureStore ------ managed feature ~ loading ------
   [junit4]   2> 2402 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.ManagedResource Notified 1 observers of /schema/feature-store
   [junit4]   2> 2402 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.RestManager Registered new managed resource /schema/feature-store
   [junit4]   2> 2402 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.ltr.store.rest.ManagedModelStore for path /schema/model-store
   [junit4]   2> 2403 WARN  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.ManagedResource No stored data found for /schema/model-store
   [junit4]   2> 2403 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.l.s.r.ManagedModelStore INIT model store
   [junit4]   2> 2403 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.l.s.r.ManagedModelStore ------ managed models ~ loading ------
   [junit4]   2> 2403 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.ManagedResource Notified 1 observers of /schema/model-store
   [junit4]   2> 2403 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.r.RestManager Registered new managed resource /schema/model-store
   [junit4]   2> 2409 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2441 INFO  (searcherExecutor-7-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@644cebfd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2442 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568292509822484480
   [junit4]   2> 2450 INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2464 INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2464 INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2464 INFO  (SUITE-TestFieldLengthFeature-seed#[5DDA18CDD56A72A]-wor

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

2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 13034 INFO  (qtp1172095713-269) [    ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/query params={q=*:*&indent=on&fl=*,score&rows=4&wt=json&rq={!ltr+reRankDocs%3D10+model%3Dexternalmodel+efi.user_query%3Dw3}} hits=5 status=0 QTime=2
   [junit4]   2> 13035 ERROR (TEST-TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder-seed#[5DDA18CDD56A72A]) [    ] o.a.s.u.RestTestBase query failed JSON validation. error=mismatch: '3'!='4' @ response/docs/[0]/id
   [junit4]   2>  expected =/response/docs/[0]/id=='3'
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":2,
   [junit4]   2>     "params":{
   [junit4]   2>       "q":"*:*",
   [junit4]   2>       "indent":"on",
   [junit4]   2>       "fl":"*,score",
   [junit4]   2>       "rows":"4",
   [junit4]   2>       "wt":"json",
   [junit4]   2>       "rq":"{!ltr reRankDocs=10 model=externalmodel efi.user_query=w3}"}},
   [junit4]   2>   "response":{"numFound":5,"start":0,"maxScore":0.36707595,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":"4",
   [junit4]   2>         "title":"w3 w3",
   [junit4]   2>         "description":"w4",
   [junit4]   2>         "popularity":4,
   [junit4]   2>         "_version_":1568292520606040064,
   [junit4]   2>         "score":0.36707595},
   [junit4]   2>       {
   [junit4]   2>         "id":"3",
   [junit4]   2>         "title":"w3",
   [junit4]   2>         "description":"w3",
   [junit4]   2>         "popularity":3,
   [junit4]   2>         "_version_":1568292520598700032,
   [junit4]   2>         "score":0.33873552},
   [junit4]   2>       {
   [junit4]   2>         "id":"1",
   [junit4]   2>         "title":"w1 w3",
   [junit4]   2>         "description":"w1",
   [junit4]   2>         "popularity":1,
   [junit4]   2>         "_version_":1568292520582971392,
   [junit4]   2>         "score":0.2545195},
   [junit4]   2>       {
   [junit4]   2>         "id":"2",
   [junit4]   2>         "title":"w2",
   [junit4]   2>         "description":"w2",
   [junit4]   2>         "popularity":2,
   [junit4]   2>         "_version_":1568292520594505728,
   [junit4]   2>         "score":0.0}]
   [junit4]   2>   }}
   [junit4]   2> 
   [junit4]   2>  request = /query?q=*%3A*&fl=*%2Cscore&rows=4&rq=%7B%21ltr+reRankDocs%3D10+model%3Dexternalmodel+efi.user_query%3Dw3%7D&wt=json&indent=on
   [junit4]   2> 
   [junit4]   2> 13035 INFO  (TEST-TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder-seed#[5DDA18CDD56A72A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLTRScoringQueryParallelWeightCreationResultOrder
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestParallelWeightCreation -Dtests.method=testLTRScoringQueryParallelWeightCreationResultOrder -Dtests.seed=5DDA18CDD56A72A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ti -Dtests.timezone=Antarctica/Casey -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.88s J2 | TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: mismatch: '3'!='4' @ response/docs/[0]/id
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5DDA18CDD56A72A:609181EC1734C0C2]:0)
   [junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:248)
   [junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
   [junit4]    > 	at org.apache.solr.ltr.TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder(TestParallelWeightCreation.java:45)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 13039 INFO  (TEST-TestParallelWeightCreation.testLTRQParserThreadInitialization-seed#[5DDA18CDD56A72A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLTRQParserThreadInitialization
   [junit4]   2> 13039 INFO  (TEST-TestParallelWeightCreation.testLTRQParserThreadInitialization-seed#[5DDA18CDD56A72A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLTRQParserThreadInitialization
   [junit4]   2> 13054 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@39cbf6a7{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 13054 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1681484606
   [junit4]   2> 13055 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 13055 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 13055 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 13055 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 13055 INFO  (coreCloseExecutor-225-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@723ec9f7
   [junit4]   2> 13057 INFO  (coreCloseExecutor-225-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1916717559
   [junit4]   2> 13059 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@703490f4{/solr,null,UNAVAILABLE}
   [junit4]   2> 13060 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 13060 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=987298113
   [junit4]   2> 13060 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 13060 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 13060 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 13060 INFO  (SUITE-TestParallelWeightCreation-seed#[5DDA18CDD56A72A]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 13060 INFO  (coreCloseExecutor-227-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ebcee4a
   [junit4]   2> 13061 INFO  (coreCloseExecutor-227-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=515698250
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J2/temp/solr.ltr.TestParallelWeightCreation_5DDA18CDD56A72A-001
   [junit4]   2> May 24, 2017 3:38:17 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {_version_=PostingsFormat(name=LuceneFixedGap), popularity=PostingsFormat(name=Asserting), description=PostingsFormat(name=LuceneVarGapFixedInterval), id=Lucene50(blocksize=128), text=PostingsFormat(name=Asserting), title=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=1569, maxMBSortInHeap=5.489161039575032, sim=RandomSimilarity(queryNorm=false): {}, locale=ti, timezone=Antarctica/Casey
   [junit4]   2> NOTE: Linux 4.8.0-52-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=8,threads=1,free=414116472,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFilterSolrFeature, TestLinearModel, TestUserTermScorerQuery, TestFeatureLogging, TestModelManagerPersistence, TestLTRQParserPlugin, TestLTRReRankingPipeline, TestLTRScoringQuery, TestLTRWithFacet, TestParallelWeightCreation]
   [junit4] Completed [32/33 (4!)] on J2 in 10.95s, 2 tests, 1 error <<< FAILURES!

[...truncated 29846 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_131) - Build # 19697 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19697/
Java: 64bit/jdk1.8.0_131 -XX:-UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.ltr.TestLTRQParserPlugin.ltrMoreResultsThanReRankedTest

Error Message:
mismatch: '0.09271725'!='0.105360515' @ response/docs/[3]/score

Stack Trace:
java.lang.RuntimeException: mismatch: '0.09271725'!='0.105360515' @ response/docs/[3]/score
	at __randomizedtesting.SeedInfo.seed([4AA5909F21FFBD8A:83DD21F8FE30EA4B]:0)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:248)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.TestLTRQParserPlugin.ltrMoreResultsThanReRankedTest(TestLTRQParserPlugin.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.ltr.TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder

Error Message:
mismatch: '3'!='4' @ response/docs/[0]/id

Stack Trace:
java.lang.RuntimeException: mismatch: '3'!='4' @ response/docs/[0]/id
	at __randomizedtesting.SeedInfo.seed([4AA5909F21FFBD8A:2FE9B0FFEB9DDA62]:0)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:248)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder(TestParallelWeightCreation.java:45)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.ltr.TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore

Error Message:
mismatch: '3'!='4' @ response/docs/[0]/id

Stack Trace:
java.lang.RuntimeException: mismatch: '3'!='4' @ response/docs/[0]/id
	at __randomizedtesting.SeedInfo.seed([4AA5909F21FFBD8A:1794875AACC3CAE1]:0)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:248)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore(TestSelectiveWeightCreation.java:230)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.ltr.feature.TestFieldLengthFeature.testRanking

Error Message:
mismatch: '8'!='1' @ response/docs/[0]/id

Stack Trace:
java.lang.RuntimeException: mismatch: '8'!='1' @ response/docs/[0]/id
	at __randomizedtesting.SeedInfo.seed([4AA5909F21FFBD8A:D5933901B985A245]:0)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:248)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
	at org.apache.solr.ltr.feature.TestFieldLengthFeature.testRanking(TestFieldLengthFeature.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 19618 lines...]
   [junit4] Suite: org.apache.solr.ltr.TestSelectiveWeightCreation
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/init-core-data-001
   [junit4]   2> 8400 WARN  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 8400 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 8401 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 8572 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 8581 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 8592 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 8599 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 8633 WARN  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 8633 WARN  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 8633 WARN  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 8640 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 8648 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 8654 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 8657 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/ltr/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 8658 WARN  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 8658 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 8658 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/ltr/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/init-core-data-001/]
   [junit4]   2> 8691 WARN  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 8691 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 8691 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 8692 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 8692 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: if uncommited for 1000ms; 
   [junit4]   2> 8693 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b868d28[collection1] main]
   [junit4]   2> 8693 WARN  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/ltr/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 8693 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.ltr.store.rest.ManagedFeatureStore for path /schema/feature-store
   [junit4]   2> 8693 WARN  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/feature-store
   [junit4]   2> 8693 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore ------ managed feature ~ loading ------
   [junit4]   2> 8693 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 1 observers of /schema/feature-store
   [junit4]   2> 8693 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/feature-store
   [junit4]   2> 8693 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.ltr.store.rest.ManagedModelStore for path /schema/model-store
   [junit4]   2> 8694 WARN  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/model-store
   [junit4]   2> 8694 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedModelStore INIT model store
   [junit4]   2> 8694 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedModelStore ------ managed models ~ loading ------
   [junit4]   2> 8694 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 1 observers of /schema/model-store
   [junit4]   2> 8694 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/model-store
   [junit4]   2> 8694 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 8694 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568303664098967552
   [junit4]   2> 8696 INFO  (searcherExecutor-85-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b868d28[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8696 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 8698 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 8698 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 8699 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-003/cores/core
   [junit4]   2> 8756 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 8762 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@561f1b95{/solr,null,AVAILABLE}
   [junit4]   2> 8776 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@44f3d991{SSL,[ssl, http/1.1]}{127.0.0.1:33517}
   [junit4]   2> 8777 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.Server Started @9708ms
   [junit4]   2> 8777 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33517, configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-001, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-003/cores}
   [junit4]   2> 8777 ERROR (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 8777 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 8777 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 8777 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8777 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T18:35:24.860Z
   [junit4]   2> 8777 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-001/solr.xml
   [junit4]   2> 8813 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-003/cores
   [junit4]   2> 8813 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 8826 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 8848 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 8861 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 8863 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-001/collection1, trusted=true
   [junit4]   2> 8863 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 8864 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-003/cores/core/data/]
   [junit4]   2> 8892 WARN  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 8893 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 8893 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 8893 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 8893 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: if uncommited for 1000ms; 
   [junit4]   2> 8894 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2960c895[collection1] main]
   [junit4]   2> 8894 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-001/collection1/conf
   [junit4]   2> 8895 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.ltr.store.rest.ManagedFeatureStore for path /schema/feature-store
   [junit4]   2> 8895 WARN  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/feature-store
   [junit4]   2> 8895 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore ------ managed feature ~ loading ------
   [junit4]   2> 8895 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 1 observers of /schema/feature-store
   [junit4]   2> 8895 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/feature-store
   [junit4]   2> 8895 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.ltr.store.rest.ManagedModelStore for path /schema/model-store
   [junit4]   2> 8895 WARN  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/model-store
   [junit4]   2> 8895 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedModelStore INIT model store
   [junit4]   2> 8895 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedModelStore ------ managed models ~ loading ------
   [junit4]   2> 8895 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 1 observers of /schema/model-store
   [junit4]   2> 8895 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/model-store
   [junit4]   2> 8895 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 8895 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568303664309731328
   [junit4]   2> 8896 INFO  (searcherExecutor-96-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2960c895[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9341 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#33517
   [junit4]   2> 9442 INFO  (qtp1608442861-126) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">1</field><field+name%3D"title">w3+w1</field><field+name%3D"description">w1</field><field+name%3D"popularity">1</field></doc></add>}{add=[1 (1568303664881205248)]} 0 2
   [junit4]   2> 9447 INFO  (qtp1608442861-121) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">2</field><field+name%3D"title">w2</field><field+name%3D"description">w2</field><field+name%3D"popularity">2</field></doc></add>}{add=[2 (1568303664887496704)]} 0 2
   [junit4]   2> 9450 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">3</field><field+name%3D"title">w3</field><field+name%3D"description">w3</field><field+name%3D"popularity">3</field></doc></add>}{add=[3 (1568303664891691008)]} 0 0
   [junit4]   2> 9453 INFO  (qtp1608442861-127) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">4</field><field+name%3D"title">w3+w3</field><field+name%3D"description">w4</field><field+name%3D"popularity">4</field></doc></add>}{add=[4 (1568303664893788160)]} 0 0
   [junit4]   2> 9456 INFO  (qtp1608442861-126) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">5</field><field+name%3D"title">w5</field><field+name%3D"description">w5</field><field+name%3D"popularity">5</field></doc></add>}{add=[5 (1568303664897982464)]} 0 0
   [junit4]   2> 9458 INFO  (qtp1608442861-121) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1568303664900079616,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9458 INFO  (qtp1608442861-121) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3f6823ee commitCommandVersion:1568303664900079616
   [junit4]   2> 9462 INFO  (qtp1608442861-121) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ddcbdf7[collection1] main]
   [junit4]   2> 9462 INFO  (qtp1608442861-121) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 9463 INFO  (searcherExecutor-96-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ddcbdf7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C5)))}
   [junit4]   2> 9463 INFO  (qtp1608442861-121) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<commit/>}{commit=} 0 4
   [junit4]   2> 9464 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.l.TestRerankBase send 
   [junit4]   2> [ {
   [junit4]   2>     "name" : "matchedTitle",
   [junit4]   2>     "class" : "org.apache.solr.ltr.feature.SolrFeature",
   [junit4]   2>     "params" : {
   [junit4]   2>         "q" : "{!terms f=title}${user_query}"
   [junit4]   2>     }
   [junit4]   2> }, {
   [junit4]   2>     "name" : "docPopularity",
   [junit4]   2>     "class" : "org.apache.solr.ltr.feature.FieldValueFeature",
   [junit4]   2>     "store": "fstore2",
   [junit4]   2>     "params" : {
   [junit4]   2>         "field" : "popularity"
   [junit4]   2>     }
   [junit4]   2> }, {
   [junit4]   2>     "name":"originalScore",
   [junit4]   2>     "class":"org.apache.solr.ltr.feature.OriginalScoreFeature",
   [junit4]   2>     "store": "fstore2",
   [junit4]   2>     "params":{}
   [junit4]   2> }, {
   [junit4]   2>     "name" : "occurrences",
   [junit4]   2>     "class" : "org.apache.solr.ltr.feature.ValueFeature",
   [junit4]   2>     "store": "fstore3",
   [junit4]   2>     "params" : {
   [junit4]   2>         "value" : "${myOcc}",
   [junit4]   2>         "required" : false
   [junit4]   2>     }
   [junit4]   2> }, {
   [junit4]   2>     "name":"originalScore",
   [junit4]   2>     "class":"org.apache.solr.ltr.feature.OriginalScoreFeature",
   [junit4]   2>     "store": "fstore3",
   [junit4]   2>     "params":{}
   [junit4]   2> }, {
   [junit4]   2>     "name" : "popularity",
   [junit4]   2>     "class" : "org.apache.solr.ltr.feature.ValueFeature",
   [junit4]   2>     "store": "fstore4",
   [junit4]   2>     "params" : {
   [junit4]   2>         "value" : "${myPop}",
   [junit4]   2>         "required" : true
   [junit4]   2>     }
   [junit4]   2> }, {
   [junit4]   2>     "name":"originalScore",
   [junit4]   2>     "class":"org.apache.solr.ltr.feature.OriginalScoreFeature",
   [junit4]   2>     "store": "fstore4",
   [junit4]   2>     "params":{}
   [junit4]   2> }, {
   [junit4]   2>     "name" : "titlePhraseMatch",
   [junit4]   2>     "class" : "org.apache.solr.ltr.feature.SolrFeature",
   [junit4]   2>     "params" : {
   [junit4]   2>         "q" : "{!field f=title}${user_query}"
   [junit4]   2>     }
   [junit4]   2> }, {
   [junit4]   2>     "name" : "titlePhrasesMatch",
   [junit4]   2>     "class" : "org.apache.solr.ltr.feature.SolrFeature",
   [junit4]   2>     "params" : {
   [junit4]   2>         "fq" : [ "{!field f=title}${userTitlePhrase1}", "{!field f=title}${userTitlePhrase2}"]
   [junit4]   2>     }
   [junit4]   2> } ]
   [junit4]   2> 
   [junit4]   2> 9466 INFO  (qtp1608442861-128) [    x:collection1] /solr SolrSchemaRestApi: [Restlet] ServerServlet: component class is null
   [junit4]   2> 9466 INFO  (qtp1608442861-128) [    x:collection1] /solr SolrSchemaRestApi: [Restlet] Attaching application: org.apache.solr.rest.SolrSchemaRestApi@5ca3ef04 to URI: /solr/schema
   [junit4]   2> Geg 25, 2017 2:35:25 AM org.restlet.Application start
   [junit4]   2> INFO: Starting org.apache.solr.rest.SolrSchemaRestApi application
   [junit4]   2> 9470 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.r.SolrSchemaRestApi createInboundRoot started for /schema
   [junit4]   2> 9470 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /feature-store
   [junit4]   2> 9470 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /managed
   [junit4]   2> 9470 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /model-store
   [junit4]   2> 9470 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.r.RestManager Attached 3 ManagedResource endpoints to Restlet router: /schema
   [junit4]   2> 9470 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.r.SolrSchemaRestApi createInboundRoot complete for /schema
   [junit4]   2> 9471 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [org.apache.solr.ltr.store.rest.ManagedFeatureStore@3326ab4e] for /schema/feature-store
   [junit4]   2> 9471 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.r.ManagedResource Processing update to /schema/feature-store: [{name=matchedTitle, class=org.apache.solr.ltr.feature.SolrFeature, params={q={!terms f=title}${user_query}}}, {name=docPopularity, class=org.apache.solr.ltr.feature.FieldValueFeature, store=fstore2, params={field=popularity}}, {name=originalScore, class=org.apache.solr.ltr.feature.OriginalScoreFeature, store=fstore2, params={}}, {name=occurrences, class=org.apache.solr.ltr.feature.ValueFeature, store=fstore3, params={value=${myOcc}, required=false}}, {name=originalScore, class=org.apache.solr.ltr.feature.OriginalScoreFeature, store=fstore3, params={}}, {name=popularity, class=org.apache.solr.ltr.feature.ValueFeature, store=fstore4, params={value=${myPop}, required=true}}, {name=originalScore, class=org.apache.solr.ltr.feature.OriginalScoreFeature, store=fstore4, params={}}, {name=titlePhraseMatch, class=org.apache.solr.ltr.feature.SolrFeature, params={q={!field f=title}${user_query}}}, {name=titlePhrasesMatch, class=org.apache.solr.ltr.feature.SolrFeature, params={fq=[{!field f=title}${userTitlePhrase1}, {!field f=title}${userTitlePhrase2}]}}] is a java.util.ArrayList
   [junit4]   2> 9471 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore register feature based on {name=matchedTitle, class=org.apache.solr.ltr.feature.SolrFeature, params={q={!terms f=title}${user_query}}}
   [junit4]   2> 9475 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore register feature based on {name=docPopularity, class=org.apache.solr.ltr.feature.FieldValueFeature, store=fstore2, params={field=popularity}}
   [junit4]   2> 9477 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore register feature based on {name=originalScore, class=org.apache.solr.ltr.feature.OriginalScoreFeature, store=fstore2, params={}}
   [junit4]   2> 9478 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore register feature based on {name=occurrences, class=org.apache.solr.ltr.feature.ValueFeature, store=fstore3, params={value=${myOcc}, required=false}}
   [junit4]   2> 9480 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore register feature based on {name=originalScore, class=org.apache.solr.ltr.feature.OriginalScoreFeature, store=fstore3, params={}}
   [junit4]   2> 9480 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore register feature based on {name=popularity, class=org.apache.solr.ltr.feature.ValueFeature, store=fstore4, params={value=${myPop}, required=true}}
   [junit4]   2> 9480 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore register feature based on {name=originalScore, class=org.apache.solr.ltr.feature.OriginalScoreFeature, store=fstore4, params={}}
   [junit4]   2> 9480 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore register feature based on {name=titlePhraseMatch, class=org.apache.solr.ltr.feature.SolrFeature, params={q={!field f=title}${user_query}}}
   [junit4]   2> 9481 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore register feature based on {name=titlePhrasesMatch, class=org.apache.solr.ltr.feature.SolrFeature, params={fq=[{!field f=title}${userTitlePhrase1}, {!field f=title}${userTitlePhrase2}]}}
   [junit4]   2> 9481 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_feature-store.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-001/collection1/conf
   [junit4]   2> 9481 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/feature-store params={indent=on&wt=json} status=0 QTime=15
   [junit4]   2> Geg 25, 2017 2:35:25 AM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2017-05-25	02:35:25	127.0.0.1	-	127.0.0.1	33517	PUT	/solr/schema/feature-store	wt=json&indent=on	200	-	1516	14	https://127.0.0.1:33517	Apache-HttpClient/4.4.1 (Java/1.8.0_131)	-
   [junit4]   2> 9482 WARN  (qtp1608442861-128) [    x:collection1] o.e.j.s.ServletHandler Error for /solr/collection1/schema/feature-store
   [junit4]   2> java.lang.AssertionError: Attempted close of response output stream.
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter$2$1.close(SolrDispatchFilter.java:517)
   [junit4]   2> 	at org.eclipse.jetty.server.Dispatcher.commitResponse(Dispatcher.java:270)
   [junit4]   2> 	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:202)
   [junit4]   2> 	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:74)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:383)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 9485 INFO  (qtp1608442861-127) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [ManagedModelStore [store=ModelStore [availableModels=[]], featureStores=org.apache.solr.ltr.store.rest.ManagedFeatureStore@3326ab4e]] for /schema/model-store
   [junit4]   2> 9485 INFO  (qtp1608442861-127) [    x:collection1] o.a.s.r.ManagedResource Processing update to /schema/model-store: {class=org.apache.solr.ltr.model.LinearModel, name=externalmodel, features=[{name=titlePhraseMatch}], params={weights={titlePhraseMatch=0.555}}} is a java.util.LinkedHashMap
   [junit4]   2> 9489 INFO  (qtp1608442861-127) [    x:collection1] o.a.s.l.s.r.ManagedModelStore adding model externalmodel
   [junit4]   2> 9490 INFO  (qtp1608442861-127) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_model-store.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-001/collection1/conf
   [junit4]   2> 9490 INFO  (qtp1608442861-127) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/model-store params={indent=on&wt=json} status=0 QTime=5
   [junit4]   2> Geg 25, 2017 2:35:25 AM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2017-05-25	02:35:25	127.0.0.1	-	127.0.0.1	33517	PUT	/solr/schema/model-store	wt=json&indent=on	200	-	237	6	https://127.0.0.1:33517	Apache-HttpClient/4.4.1 (Java/1.8.0_131)	-
   [junit4]   2> 9492 WARN  (qtp1608442861-127) [    x:collection1] o.e.j.s.ServletHandler Error for /solr/collection1/schema/model-store
   [junit4]   2> java.lang.AssertionError: Attempted close of response output stream.
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter$2$1.close(SolrDispatchFilter.java:517)
   [junit4]   2> 	at org.eclipse.jetty.server.Dispatcher.commitResponse(Dispatcher.java:270)
   [junit4]   2> 	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:202)
   [junit4]   2> 	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:74)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:383)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 9495 INFO  (qtp1608442861-127) [    x:collection1] o.a.s.r.RestManager Found ManagedResource [ManagedModelStore [store=ModelStore [availableModels=[externalmodel]], featureStores=org.apache.solr.ltr.store.rest.ManagedFeatureStore@3326ab4e]] for /schema/model-store
   [junit4]   2> 9495 INFO  (qtp1608442861-127) [    x:collection1] o.a.s.r.ManagedResource Processing update to /schema/model-store: {class=org.apache.solr.ltr.model.LinearModel, name=externalmodel2, store=fstore2, features=[{name=docPopularity}], params={weights={docPopularity=0.5}}} is a java.util.LinkedHashMap
   [junit4]   2> 9495 INFO  (qtp1608442861-127) [    x:collection1] o.a.s.l.s.r.ManagedModelStore adding model externalmodel2
   [junit4]   2> 9495 INFO  (qtp1608442861-127) [    x:collection1] o.a.s.r.ManagedResourceStorage Saved JSON object to path _schema_model-store.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001/tempDir-001/collection1/conf
   [junit4]   2> 9495 INFO  (qtp1608442861-127) [    x:collection1] o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/model-store params={indent=on&wt=json} status=0 QTime=1
   [junit4]   2> Geg 25, 2017 2:35:25 AM org.restlet.engine.log.LogFilter afterHandle
   [junit4]   2> INFO: 2017-05-25	02:35:25	127.0.0.1	-	127.0.0.1	33517	PUT	/solr/schema/model-store	wt=json&indent=on	200	-	254	1	https://127.0.0.1:33517	Apache-HttpClient/4.4.1 (Java/1.8.0_131)	-
   [junit4]   2> 9496 WARN  (qtp1608442861-127) [    x:collection1] o.e.j.s.ServletHandler Error for /solr/collection1/schema/model-store
   [junit4]   2> java.lang.AssertionError: Attempted close of response output stream.
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter$2$1.close(SolrDispatchFilter.java:517)
   [junit4]   2> 	at org.eclipse.jetty.server.Dispatcher.commitResponse(Dispatcher.java:270)
   [junit4]   2> 	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:202)
   [junit4]   2> 	at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:74)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:383)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 9507 INFO  (TEST-TestSelectiveWeightCreation.testScoringQueryWeightCreation-seed#[4AA5909F21FFBD8A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testScoringQueryWeightCreation
   [junit4]   2> 9579 INFO  (qtp1608442861-126) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<delete><id>10</id></delete>}{delete=[10 (-1568303665025908736)]} 0 1
   [junit4]   2> 9582 INFO  (qtp1608442861-121) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<delete><id>11</id></delete>}{delete=[11 (-1568303665030103040)]} 0 0
   [junit4]   2> 9614 INFO  (TEST-TestSelectiveWeightCreation.testScoringQueryWeightCreation-seed#[4AA5909F21FFBD8A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testScoringQueryWeightCreation
   [junit4]   2> 9629 INFO  (TEST-TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore-seed#[4AA5909F21FFBD8A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSelectiveWeightsRequestFeaturesFromDifferentStore
   [junit4]   2> 9646 INFO  (qtp1608442861-128) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/query params={q=*:*&indent=on&fl=*,score,fv:[fv]&rows=5&wt=json&rq={!ltr+reRankDocs%3D10+model%3Dexternalmodel+efi.user_query%3Dw3+efi.userTitlePhrase1%3Dw2+efi.userTitlePhrase2%3Dw1}} hits=5 status=0 QTime=6
   [junit4]   2> 9648 ERROR (TEST-TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore-seed#[4AA5909F21FFBD8A]) [    ] o.a.s.u.RestTestBase query failed JSON validation. error=mismatch: '3'!='4' @ response/docs/[0]/id
   [junit4]   2>  expected =/response/docs/[0]/id=='3'
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":6,
   [junit4]   2>     "params":{
   [junit4]   2>       "q":"*:*",
   [junit4]   2>       "indent":"on",
   [junit4]   2>       "fl":"*,score,fv:[fv]",
   [junit4]   2>       "rows":"5",
   [junit4]   2>       "wt":"json",
   [junit4]   2>       "rq":"{!ltr reRankDocs=10 model=externalmodel efi.user_query=w3 efi.userTitlePhrase1=w2 efi.userTitlePhrase2=w1}"}},
   [junit4]   2>   "response":{"numFound":5,"start":0,"maxScore":0.36707595,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":"4",
   [junit4]   2>         "title":"w3 w3",
   [junit4]   2>         "description":"w4",
   [junit4]   2>         "popularity":4,
   [junit4]   2>         "_version_":1568303664893788160,
   [junit4]   2>         "score":0.36707595,
   [junit4]   2>         "fv":"matchedTitle=1.0,titlePhraseMatch=0.6613981,titlePhrasesMatch=0.0"},
   [junit4]   2>       {
   [junit4]   2>         "id":"3",
   [junit4]   2>         "title":"w3",
   [junit4]   2>         "description":"w3",
   [junit4]   2>         "popularity":3,
   [junit4]   2>         "_version_":1568303664891691008,
   [junit4]   2>         "score":0.33873552,
   [junit4]   2>         "fv":"matchedTitle=1.0,titlePhraseMatch=0.6103343,titlePhrasesMatch=0.0"},
   [junit4]   2>       {
   [junit4]   2>         "id":"1",
   [junit4]   2>         "title":"w3 w1",
   [junit4]   2>         "description":"w1",
   [junit4]   2>         "popularity":1,
   [junit4]   2>         "_version_":1568303664881205248,
   [junit4]   2>         "score":0.2545195,
   [junit4]   2>         "fv":"matchedTitle=1.0,titlePhraseMatch=0.4585937,titlePhrasesMatch=0.0"},
   [junit4]   2>       {
   [junit4]   2>         "id":"2",
   [junit4]   2>         "title":"w2",
   [junit4]   2>         "description":"w2",
   [junit4]   2>         "popularity":2,
   [junit4]   2>         "_version_":1568303664887496704,
   [junit4]   2>         "score":0.0,
   [junit4]   2>         "fv":"matchedTitle=0.0,titlePhraseMatch=0.0,titlePhrasesMatch=0.0"},
   [junit4]   2>       {
   [junit4]   2>         "id":"5",
   [junit4]   2>         "title":"w5",
   [junit4]   2>         "description":"w5",
   [junit4]   2>         "popularity":5,
   [junit4]   2>         "_version_":1568303664897982464,
   [junit4]   2>         "score":0.0,
   [junit4]   2>         "fv":"matchedTitle=0.0,titlePhraseMatch=0.0,titlePhrasesMatch=0.0"}]
   [junit4]   2>   }}
   [junit4]   2> 
   [junit4]   2>  request = /query?q=*%3A*&fl=*%2Cscore%2Cfv%3A%5Bfv%5D&rows=5&rq=%7B%21ltr+reRankDocs%3D10+model%3Dexternalmodel+efi.user_query%3Dw3+efi.userTitlePhrase1%3Dw2+efi.userTitlePhrase2%3Dw1%7D&wt=json&indent=on
   [junit4]   2> 
   [junit4]   2> 9648 INFO  (TEST-TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore-seed#[4AA5909F21FFBD8A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSelectiveWeightsRequestFeaturesFromDifferentStore
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSelectiveWeightCreation -Dtests.method=testSelectiveWeightsRequestFeaturesFromDifferentStore -Dtests.seed=4AA5909F21FFBD8A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lt-LT -Dtests.timezone=Asia/Hong_Kong -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.04s J0 | TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: mismatch: '3'!='4' @ response/docs/[0]/id
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4AA5909F21FFBD8A:1794875AACC3CAE1]:0)
   [junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:248)
   [junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
   [junit4]    > 	at org.apache.solr.ltr.TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore(TestSelectiveWeightCreation.java:230)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 9656 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@44f3d991{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 9657 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1818565922
   [junit4]   2> 9657 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 9657 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 9657 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 9657 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9657 INFO  (coreCloseExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@224686eb
   [junit4]   2> 9661 INFO  (coreCloseExecutor-101-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 9661 INFO  (coreCloseExecutor-101-thread-1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3f6823ee commitCommandVersion:0
   [junit4]   2> 9679 INFO  (coreCloseExecutor-101-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=575047403
   [junit4]   2> 9681 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@561f1b95{/solr,null,UNAVAILABLE}
   [junit4]   2> 9683 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 9683 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2115643148
   [junit4]   2> 9683 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 9688 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 9688 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 9688 INFO  (SUITE-TestSelectiveWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9689 INFO  (coreCloseExecutor-103-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@594f940c
   [junit4]   2> 9690 INFO  (coreCloseExecutor-103-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1498387468
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_4AA5909F21FFBD8A-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {field=DFR GZ(0.3)}, locale=lt-LT, timezone=Asia/Hong_Kong
   [junit4]   2> NOTE: Linux 4.8.0-52-generic amd64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=8,threads=1,free=361235088,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLTRReRankingPipeline, TestRankingFeature, TestMultipleAdditiveTreesModel, TestLTRWithSort, TestSelectiveWeightCreation]
   [junit4] Completed [14/33 (1!)] on J0 in 1.31s, 2 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.ltr.feature.TestFieldLengthFeature
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_4AA5909F21FFBD8A-001/init-core-data-001
   [junit4]   2> 9765 WARN  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 9765 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 9766 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 9767 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 9773 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 9781 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 9808 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 9838 WARN  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 9838 WARN  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 9838 WARN  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 9849 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 9864 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 9880 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 9886 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/ltr/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 9887 WARN  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via JMX.
   [junit4]   2> 9887 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 9887 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/ltr/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_4AA5909F21FFBD8A-001/init-core-data-001/]
   [junit4]   2> 9917 WARN  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 9917 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 9917 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 9917 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 9917 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: if uncommited for 1000ms; 
   [junit4]   2> 9918 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c0c43b4[collection1] main]
   [junit4]   2> 9918 WARN  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/ltr/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 9919 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.ltr.store.rest.ManagedFeatureStore for path /schema/feature-store
   [junit4]   2> 9919 WARN  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/feature-store
   [junit4]   2> 9919 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore ------ managed feature ~ loading ------
   [junit4]   2> 9919 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 1 observers of /schema/feature-store
   [junit4]   2> 9919 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/feature-store
   [junit4]   2> 9919 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.ltr.store.rest.ManagedModelStore for path /schema/model-store
   [junit4]   2> 9919 WARN  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/model-store
   [junit4]   2> 9919 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedModelStore INIT model store
   [junit4]   2> 9919 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedModelStore ------ managed models ~ loading ------
   [junit4]   2> 9919 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 1 observers of /schema/model-store
   [junit4]   2> 9919 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/model-store
   [junit4]   2> 9919 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 9920 INFO  (searcherExecutor-111-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c0c43b4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9920 INFO  (coreLoadExecutor-110-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568303665384521728
   [junit4]   2> 9922 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 9924 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 9924 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 9924 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_4AA5909F21FFBD8A-001/tempDir-003/cores/core
   [junit4]   2> 9927 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 9928 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ce0da2b{/solr,null,AVAILABLE}
   [junit4]   2> 9929 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ead4d5{SSL,[ssl, http/1.1]}{127.0.0.1:38325}
   [junit4]   2> 9929 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.Server Started @10860ms
   [junit4]   2> 9929 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38325, configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_4AA5909F21FFBD8A-001/tempDir-001, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_4AA5909F21FFBD8A-001/tempDir-003/cores}
   [junit4]   2> 9929 ERROR (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 9929 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 9930 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 9930 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 9936 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T18:35:26.019Z
   [junit4]   2> 9936 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_4AA5909F21FFBD8A-001/tempDir-001/solr.xml
   [junit4]   2> 9961 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_4AA5909F21FFBD8A-001/tempDir-003/cores
   [junit4]   2> 9961 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 9969 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 9977 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 9984 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 9986 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_4AA5909F21FFBD8A-001/tempDir-001/collection1, trusted=true
   [junit4]   2> 9986 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 9986 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_4AA5909F21FFBD8A-001/tempDir-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_4AA5909F21FFBD8A-001/tempDir-003/cores/core/data/]
   [junit4]   2> 10021 WARN  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 10022 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 10022 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 10022 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 10022 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: if uncommited for 1000ms; 
   [junit4]   2> 10023 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@766b49d1[collection1] main]
   [junit4]   2> 10023 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.feature.TestFieldLengthFeature_4AA5909F21FFBD8A-001/tempDir-001/collection1/conf
   [junit4]   2> 10024 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.ltr.store.rest.ManagedFeatureStore for path /schema/feature-store
   [junit4]   2> 10024 WARN  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/feature-store
   [junit4]   2> 10024 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedFeatureStore ------ managed feature ~ loading ------
   [junit4]   2> 10024 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 1 observers of /schema/feature-store
   [junit4]   2> 10024 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/feature-store
   [junit4]   2> 10024 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.ltr.store.rest.ManagedModelStore for path /schema/model-store
   [junit4]   2> 10024 WARN  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.r.ManagedResource No stored data found for /schema/model-store
   [junit4]   2> 10024 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedModelStore INIT model store
   [junit4]   2> 10024 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.l.s.r.ManagedModelStore ------ managed models ~ loading ------
   [junit4]   2> 10024 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 1 observers of /schema/model-store
   [junit4]   2> 10024 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.r.RestManager Registered new managed resource /schema/model-store
   [junit4]   2> 10024 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 10025 INFO  (coreLoadExecutor-121-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568303665494622208
   [junit4]   2> 10025 INFO  (searcherExecutor-122-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@766b49d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 10464 INFO  (SUITE-TestFieldLengthFeature-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#38325
   [junit4]   2> 10491 INFO  (qtp534206673-158) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">1</field><field+name%3D"title">w1</field><field+name%3D"description">w1</field></doc></add>}{add=[1 (1568303665981161472)]} 0 2
   [junit4]   2> 10496 INFO  (qtp534206673-159) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">2</field><field+name%3D"title">w2+2asd+asdd+didid</field><field+name%3D"description">w2+2asd+asdd+didid</field></doc></add>}{add=[2 (1568303665987452928)]} 0 0
   [junit4]   2> 10498 INFO  (qtp534206673-160) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">3</field><field+name%3D"title">w3</field><field+name%3D"description">w3</field></doc></add>}{add=[3 (1568303665990598656)]} 0 0
   [junit4]   2> 10500 INFO  (qtp534206673-153) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">4</field><field+name%3D"title">w4</field><field+name%3D"description">w4</field></doc></add>}{add=[4 (1568303665992695808)]} 0 0
   [junit4]   2> 10503 INFO  (qtp534206673-158) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">5</field><field+name%3D"title">w5</field><field+name%3D"description">w5</field></doc></add>}{add=[5 (1568303665994792960)]} 0 0
   [junit4]   2> 10505 INFO  (qtp534206673-159) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">6</field><field+name%3D"title">w1+w2</field><field+name%3D"description">w1+w2</field></doc></add>}{add=[6 (1568303665996890112)]} 0 0
   [junit4]   2> 10507 INFO  (qtp534206673-160) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">7</field><field+name%3D"title">w1+w2+w3+w4+w5</field><field+name%3D"description">w1+w2+w3+w4+w5+w8</field></doc></add>}{add=[7 (1568303666000035840)]} 0 0
   [junit4]   2> 10510 INFO  (qtp534206673-153) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<add><doc><field+name%3D"id">8</field><field+name%3D"title">w1+w1+w1+w2+w2+w8</field><field+name%3D"description">w1+w1+w1+w2+w2</field></doc></add>}{add=[8 (1568303666003181568)]} 0 0
   [junit4]   2> 10512 INFO  (qtp534206673-153) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1568303666005278720,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10513 INFO  (qtp534206673-153) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@13124e8c commitCommandVersion:1568303666005278720
   [junit4]   2> 10528 INFO  (qtp534206673-153) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a977a0[collection1] main]
   [junit4]   2> 10529 INFO  (qtp534206673-153) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 10529 INFO  (searcherExecutor-122-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2a977a0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C8)))}
   [junit4]   2> 10529 INFO  (qtp534206673-153) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={stream.body=<commit/>}{commit=} 0 17
   [junit4]   2> 10534 INFO  (TEST-TestFieldLengthFeature.testRanking-seed#[4AA5909F21FFBD8A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRanking
   [junit4]   2> 10535 INFO  (TEST-TestFieldLengthFeature.testRanking-seed#[4AA5909F21FFBD8A]) [    ] o.a.s.l.TestRerankBase loading feauture 
   [junit4]   2> {
   [junit4]   2> "name":"title-length",
   [junit4]   2> "store":"test",
   [junit4]   2> "class":"org.apache.solr.ltr.feature.FieldLengthFeature",
   [junit4]   2> "params":{"field":"title"}
   [junit4]   2> }
   [junit4]   2>  
   [junit4]   2> 10536 INFO  (qtp534206673-159) [    x:collection1] /solr SolrSchemaRestApi: [Restlet] ServerServlet: component class is null
   [junit4]   2> 10537 INFO  (qtp534206673-159) [    x:collection1] /solr SolrSchemaRestApi: [Restlet] Attaching application: org.apache.solr.rest.SolrSchemaRestApi@8b79905 to URI: /solr/schema
   [junit4]   2> may 24, 2017 1:35:26 PM org.restlet.Application start
   [junit4]   2> INFORMACIÓN: Starting org.apache.solr.rest.SolrSchemaRestApi application
   [junit4]   2> 10540 INFO  (qtp534206673-159) [    x:collection1] o.a.s.r.SolrSchemaRestApi createInboundRoot started for /schema
   [junit4]   2> 10540 INFO  (qtp534206673-159) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /feature-store
   [junit4]   2> 10540 INFO  (qtp534206673-159) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /managed
   [junit4]   2> 10540 INFO  (qtp534206673-159) [    x:collection1] o.a.s.r.RestManager Attached managed resource at path: /model-store
   [junit4]   2> 10540 INFO  (qtp534206673-159) [    x:collection1] o.a.s.r.RestManager Attached 3 ManagedResource endpoints to Restlet router: /schema
   [junit4]  

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

ler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 7359 INFO  (qtp950985032-62) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/query params={q=*:*&indent=on&fl=*,score&rows=4&wt=json&rq={!ltr+reRankDocs%3D10+model%3Dexternalmodel+efi.user_query%3Dw3}} hits=5 status=0 QTime=14
   [junit4]   2> 7364 ERROR (TEST-TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder-seed#[4AA5909F21FFBD8A]) [    ] o.a.s.u.RestTestBase query failed JSON validation. error=mismatch: '3'!='4' @ response/docs/[0]/id
   [junit4]   2>  expected =/response/docs/[0]/id=='3'
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":14,
   [junit4]   2>     "params":{
   [junit4]   2>       "q":"*:*",
   [junit4]   2>       "indent":"on",
   [junit4]   2>       "fl":"*,score",
   [junit4]   2>       "rows":"4",
   [junit4]   2>       "wt":"json",
   [junit4]   2>       "rq":"{!ltr reRankDocs=10 model=externalmodel efi.user_query=w3}"}},
   [junit4]   2>   "response":{"numFound":5,"start":0,"maxScore":0.36707595,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":"4",
   [junit4]   2>         "title":"w3 w3",
   [junit4]   2>         "description":"w4",
   [junit4]   2>         "popularity":4,
   [junit4]   2>         "_version_":1568303662687584256,
   [junit4]   2>         "score":0.36707595},
   [junit4]   2>       {
   [junit4]   2>         "id":"3",
   [junit4]   2>         "title":"w3",
   [junit4]   2>         "description":"w3",
   [junit4]   2>         "popularity":3,
   [junit4]   2>         "_version_":1568303662680244224,
   [junit4]   2>         "score":0.33873552},
   [junit4]   2>       {
   [junit4]   2>         "id":"1",
   [junit4]   2>         "title":"w1 w3",
   [junit4]   2>         "description":"w1",
   [junit4]   2>         "popularity":1,
   [junit4]   2>         "_version_":1568303662637252608,
   [junit4]   2>         "score":0.2545195},
   [junit4]   2>       {
   [junit4]   2>         "id":"2",
   [junit4]   2>         "title":"w2",
   [junit4]   2>         "description":"w2",
   [junit4]   2>         "popularity":2,
   [junit4]   2>         "_version_":1568303662671855616,
   [junit4]   2>         "score":0.0}]
   [junit4]   2>   }}
   [junit4]   2> 
   [junit4]   2>  request = /query?q=*%3A*&fl=*%2Cscore&rows=4&rq=%7B%21ltr+reRankDocs%3D10+model%3Dexternalmodel+efi.user_query%3Dw3%7D&wt=json&indent=on
   [junit4]   2> 
   [junit4]   2> 7364 INFO  (TEST-TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder-seed#[4AA5909F21FFBD8A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLTRScoringQueryParallelWeightCreationResultOrder
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestParallelWeightCreation -Dtests.method=testLTRScoringQueryParallelWeightCreationResultOrder -Dtests.seed=4AA5909F21FFBD8A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Europe/Gibraltar -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.27s J1 | TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: mismatch: '3'!='4' @ response/docs/[0]/id
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4AA5909F21FFBD8A:2FE9B0FFEB9DDA62]:0)
   [junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:248)
   [junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:192)
   [junit4]    > 	at org.apache.solr.ltr.TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder(TestParallelWeightCreation.java:45)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 7370 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@571e4b7a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 7371 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=690169116
   [junit4]   2> 7371 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 7376 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 7376 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 7376 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 7383 INFO  (coreCloseExecutor-52-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2b89ec09
   [junit4]   2> 7404 INFO  (coreCloseExecutor-52-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=730459145
   [junit4]   2> 7406 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@78eb5a75{/solr,null,UNAVAILABLE}
   [junit4]   2> 7407 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 7407 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1827095454
   [junit4]   2> 7407 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 7407 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 7407 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 7408 INFO  (SUITE-TestParallelWeightCreation-seed#[4AA5909F21FFBD8A]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 7410 INFO  (coreCloseExecutor-54-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2444ee53
   [junit4]   2> 7411 INFO  (coreCloseExecutor-54-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=608497235
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J1/temp/solr.ltr.TestParallelWeightCreation_4AA5909F21FFBD8A-001
   [junit4]   2> May 24, 2017 6:35:23 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {_version_=Lucene50(blocksize=128), popularity=FST50, description=PostingsFormat(name=MockRandom), id=FST50, text=FSTOrd50, title=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=800, maxMBSortInHeap=6.380065722847742, sim=RandomSimilarity(queryNorm=true): {}, locale=es, timezone=Europe/Gibraltar
   [junit4]   2> NOTE: Linux 4.8.0-52-generic amd64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=8,threads=1,free=467214728,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLTRScoringQuery, TestUserTermScoreWithQ, TestParallelWeightCreation]
   [junit4] Completed [21/33 (4!)] on J1 in 11.38s, 2 tests, 1 error <<< FAILURES!

[...truncated 36981 lines...]