Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19684/
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([57FBD48F75DDC3E1:9E8365E8AA129420]: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([57FBD48F75DDC3E1:32B7F4EFBFBFA409]: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([57FBD48F75DDC3E1:ACAC34AF8E1B48A]: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([57FBD48F75DDC3E1:C8CD7D11EDA7DC2E]: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 19708 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_57FBD48F75DDC3E1-001/init-core-data-001
   [junit4]   2> 9721 WARN  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 9721 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 9727 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 9734 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 9765 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 9796 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 9828 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 9882 WARN  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 9882 WARN  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 9883 WARN  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 9905 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 9914 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 9920 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 9923 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> 9924 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> 9926 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 9926 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_57FBD48F75DDC3E1-001/init-core-data-001/]
   [junit4]   2> 9970 WARN  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.c.RequestHandlers no default request handler is registered (either 
'/select' or 'standard')
   [junit4]   2> 9971 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 9971 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> 9972 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 9972 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: if uncommited for 1000ms; 
   [junit4]   2> 9974 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@28f53c3b[collection1] main]
   [junit4]   2> 9975 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> 9975 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> 9976 WARN  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for /schema/feature-store
   [junit4]   2> 9976 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.l.s.r.ManagedFeatureStore ------ managed feature ~ loading ------
   [junit4]   2> 9976 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.r.ManagedResource Notified 1 observers of /schema/feature-store
   [junit4]   2> 9976 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource /schema/feature-store
   [junit4]   2> 9976 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> 9976 WARN  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for /schema/model-store
   [junit4]   2> 9976 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.l.s.r.ManagedModelStore INIT model store
   [junit4]   2> 9976 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.l.s.r.ManagedModelStore ------ managed models ~ loading ------
   [junit4]   2> 9976 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.r.ManagedResource Notified 1 observers of /schema/model-store
   [junit4]   2> 9976 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource /schema/model-store
   [junit4]   2> 9976 INFO  (coreLoadExecutor-84-thread-1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 9976 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 1568156254353752064
   [junit4]   2> 9977 INFO  
(searcherExecutor-85-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@28f53c3b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9979 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 9983 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 9983 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 9983 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-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_57FBD48F75DDC3E1-001/tempDir-003/cores/core
   [junit4]   2> 9986 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 9987 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@74eb8a70{/solr,null,AVAILABLE}
   [junit4]   2> 9988 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@52c5f83d{SSL,[ssl, 
http/1.1]}{127.0.0.1:33927}
   [junit4]   2> 9988 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.Server Started @11323ms
   [junit4]   2> 9988 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33927, 
configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_57FBD48F75DDC3E1-001/tempDir-001,
 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_57FBD48F75DDC3E1-001/tempDir-003/cores}
   [junit4]   2> 9989 ERROR 
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 9989 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 9989 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 9989 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 9989 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-23T03:32:23.902Z
   [junit4]   2> 9989 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-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_57FBD48F75DDC3E1-001/tempDir-001/solr.xml
   [junit4]   2> 10050 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-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_57FBD48F75DDC3E1-001/tempDir-003/cores
   [junit4]   2> 10050 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 10064 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 10072 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 10087 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 10090 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_57FBD48F75DDC3E1-001/tempDir-001/collection1,
 trusted=true
   [junit4]   2> 10090 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 10090 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_57FBD48F75DDC3E1-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestSelectiveWeightCreation_57FBD48F75DDC3E1-001/tempDir-003/cores/core/data/]
   [junit4]   2> 10123 WARN  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.c.RequestHandlers no default request handler is registered (either 
'/select' or 'standard')
   [junit4]   2> 10124 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 10124 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> 10124 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 10125 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: if uncommited for 1000ms; 
   [junit4]   2> 10137 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3a2d8719[collection1] main]
   [junit4]   2> 10138 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_57FBD48F75DDC3E1-001/tempDir-001/collection1/conf
   [junit4]   2> 10138 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> 10138 WARN  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for /schema/feature-store
   [junit4]   2> 10138 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.l.s.r.ManagedFeatureStore ------ managed feature ~ loading ------
   [junit4]   2> 10138 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.r.ManagedResource Notified 1 observers of /schema/feature-store
   [junit4]   2> 10138 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource /schema/feature-store
   [junit4]   2> 10138 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> 10139 WARN  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.r.ManagedResource No stored data found for /schema/model-store
   [junit4]   2> 10139 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.l.s.r.ManagedModelStore INIT model store
   [junit4]   2> 10139 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.l.s.r.ManagedModelStore ------ managed models ~ loading ------
   [junit4]   2> 10139 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.r.ManagedResource Notified 1 observers of /schema/model-store
   [junit4]   2> 10139 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.r.RestManager Registered new managed resource /schema/model-store
   [junit4]   2> 10139 INFO  (coreLoadExecutor-95-thread-1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 10140 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 1568156254525718528
   [junit4]   2> 10141 INFO  
(searcherExecutor-96-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3a2d8719[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 10557 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#33927
   [junit4]   2> 10610 INFO  (qtp1479150891-124) [    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
 (1568156255015403520)]} 0 2
   [junit4]   2> 10621 INFO  (qtp1479150891-125) [    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
 (1568156255029035008)]} 0 1
   [junit4]   2> 10626 INFO  (qtp1479150891-123) [    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
 (1568156255035326464)]} 0 1
   [junit4]   2> 10631 INFO  (qtp1479150891-118) [    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
 (1568156255040569344)]} 0 1
   [junit4]   2> 10637 INFO  (qtp1479150891-124) [    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
 (1568156255045812224)]} 0 1
   [junit4]   2> 10639 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10640 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@235623d4 commitCommandVersion:0
   [junit4]   2> 10686 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4ffe9f2d[collection1] main]
   [junit4]   2> 10688 INFO  
(searcherExecutor-96-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4ffe9f2d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C5)))}
   [junit4]   2> 10688 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 10688 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<commit/>}{commit=} 0 49
   [junit4]   2> 10690 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-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> 10694 INFO  (qtp1479150891-124) [    x:collection1] /solr 
SolrSchemaRestApi: [Restlet] ServerServlet: component class is null
   [junit4]   2> 10706 INFO  (qtp1479150891-124) [    x:collection1] /solr 
SolrSchemaRestApi: [Restlet] Attaching application: 
org.apache.solr.rest.SolrSchemaRestApi@7ecd6447 to URI: /solr/schema
   [junit4]   2> نوار 23, 2017 5:32:24 ص org.restlet.Application start
   [junit4]   2> INFO: Starting org.apache.solr.rest.SolrSchemaRestApi 
application
   [junit4]   2> 10717 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.SolrSchemaRestApi createInboundRoot started for /schema
   [junit4]   2> 10717 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.RestManager Attached managed resource at path: /feature-store
   [junit4]   2> 10717 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.RestManager Attached managed resource at path: /managed
   [junit4]   2> 10717 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.RestManager Attached managed resource at path: /model-store
   [junit4]   2> 10717 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.RestManager Attached 3 ManagedResource endpoints to Restlet router: 
/schema
   [junit4]   2> 10717 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.SolrSchemaRestApi createInboundRoot complete for /schema
   [junit4]   2> 10718 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.RestManager Found ManagedResource 
[org.apache.solr.ltr.store.rest.ManagedFeatureStore@39343710] for 
/schema/feature-store
   [junit4]   2> 10719 INFO  (qtp1479150891-124) [    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> 10719 INFO  (qtp1479150891-124) [    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> 10724 INFO  (qtp1479150891-124) [    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> 10727 INFO  (qtp1479150891-124) [    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> 10728 INFO  (qtp1479150891-124) [    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> 10731 INFO  (qtp1479150891-124) [    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> 10731 INFO  (qtp1479150891-124) [    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> 10731 INFO  (qtp1479150891-124) [    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> 10731 INFO  (qtp1479150891-124) [    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> 10731 INFO  (qtp1479150891-124) [    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> 10732 INFO  (qtp1479150891-124) [    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_57FBD48F75DDC3E1-001/tempDir-001/collection1/conf
   [junit4]   2> 10732 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/feature-store 
params={indent=on&wt=json} status=0 QTime=38
   [junit4]   2> نوار 23, 2017 5:32:24 ص org.restlet.engine.log.LogFilter 
afterHandle
   [junit4]   2> INFO: 2017-05-23       05:32:24        127.0.0.1       -       
127.0.0.1       33927   PUT     /solr/schema/feature-store      
wt=json&indent=on       200     -       1516    25      https://127.0.0.1:33927 
Apache-HttpClient/4.4.1 (Java/1.8.0_131)        -
   [junit4]   2> 10734 WARN  (qtp1479150891-124) [    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> 10741 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.RestManager Found ManagedResource [ManagedModelStore [store=ModelStore 
[availableModels=[]], 
featureStores=org.apache.solr.ltr.store.rest.ManagedFeatureStore@39343710]] for 
/schema/model-store
   [junit4]   2> 10749 INFO  (qtp1479150891-124) [    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> 10755 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.l.s.r.ManagedModelStore adding model externalmodel
   [junit4]   2> 10755 INFO  (qtp1479150891-124) [    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_57FBD48F75DDC3E1-001/tempDir-001/collection1/conf
   [junit4]   2> 10755 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/model-store 
params={indent=on&wt=json} status=0 QTime=16
   [junit4]   2> نوار 23, 2017 5:32:24 ص org.restlet.engine.log.LogFilter 
afterHandle
   [junit4]   2> INFO: 2017-05-23       05:32:24        127.0.0.1       -       
127.0.0.1       33927   PUT     /solr/schema/model-store        
wt=json&indent=on       200     -       237     16      https://127.0.0.1:33927 
Apache-HttpClient/4.4.1 (Java/1.8.0_131)        -
   [junit4]   2> 10759 WARN  (qtp1479150891-124) [    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> 10762 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.RestManager Found ManagedResource [ManagedModelStore [store=ModelStore 
[availableModels=[externalmodel]], 
featureStores=org.apache.solr.ltr.store.rest.ManagedFeatureStore@39343710]] for 
/schema/model-store
   [junit4]   2> 10763 INFO  (qtp1479150891-124) [    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> 10763 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.l.s.r.ManagedModelStore adding model externalmodel2
   [junit4]   2> 10770 INFO  (qtp1479150891-124) [    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_57FBD48F75DDC3E1-001/tempDir-001/collection1/conf
   [junit4]   2> 10770 INFO  (qtp1479150891-124) [    x:collection1] 
o.a.s.r.RestManager [collection1]  webapp=/solr path=/schema/model-store 
params={indent=on&wt=json} status=0 QTime=8
   [junit4]   2> نوار 23, 2017 5:32:24 ص org.restlet.engine.log.LogFilter 
afterHandle
   [junit4]   2> INFO: 2017-05-23       05:32:24        127.0.0.1       -       
127.0.0.1       33927   PUT     /solr/schema/model-store        
wt=json&indent=on       200     -       254     9       https://127.0.0.1:33927 
Apache-HttpClient/4.4.1 (Java/1.8.0_131)        -
   [junit4]   2> 10772 WARN  (qtp1479150891-124) [    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> 10777 INFO  
(TEST-TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore-seed#[57FBD48F75DDC3E1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testSelectiveWeightsRequestFeaturesFromDifferentStore
   [junit4]   2> 10783 INFO  (qtp1479150891-123) [    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=5
   [junit4]   2> 10787 ERROR 
(TEST-TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore-seed#[57FBD48F75DDC3E1])
 [    ] 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":5,
   [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_":1568156255040569344,
   [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_":1568156255035326464,
   [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_":1568156255015403520,
   [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_":1568156255029035008,
   [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_":1568156255045812224,
   [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> 10787 INFO  
(TEST-TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore-seed#[57FBD48F75DDC3E1])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testSelectiveWeightsRequestFeaturesFromDifferentStore
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSelectiveWeightCreation 
-Dtests.method=testSelectiveWeightsRequestFeaturesFromDifferentStore 
-Dtests.seed=57FBD48F75DDC3E1 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar-LB -Dtests.timezone=Europe/Gibraltar -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.02s J0 | 
TestSelectiveWeightCreation.testSelectiveWeightsRequestFeaturesFromDifferentStore
 <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: mismatch: '3'!='4' @ 
response/docs/[0]/id
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([57FBD48F75DDC3E1:ACAC34AF8E1B48A]: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> 10799 INFO  
(TEST-TestSelectiveWeightCreation.testScoringQueryWeightCreation-seed#[57FBD48F75DDC3E1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testScoringQueryWeightCreation
   [junit4]   2> 10873 INFO  (qtp1479150891-118) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<delete><id>10</id></delete>}{delete=[10 
(-1568156255293276160)]} 0 1
   [junit4]   2> 10877 INFO  (qtp1479150891-125) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<delete><id>11</id></delete>}{delete=[11 
(-1568156255297470464)]} 0 0
   [junit4]   2> 10919 INFO  
(TEST-TestSelectiveWeightCreation.testScoringQueryWeightCreation-seed#[57FBD48F75DDC3E1])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testScoringQueryWeightCreation
   [junit4]   2> 10921 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@52c5f83d{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 10921 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1036635691
   [junit4]   2> 10922 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 10923 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 10923 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 10923 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 10924 INFO  (coreCloseExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@9e1a3e1
   [junit4]   2> 10925 INFO  (coreCloseExecutor-101-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 10925 INFO  (coreCloseExecutor-101-thread-1) [    
x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@235623d4 commitCommandVersion:0
   [junit4]   2> 10940 INFO  (coreCloseExecutor-101-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=165782497
   [junit4]   2> 10941 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@74eb8a70{/solr,null,UNAVAILABLE}
   [junit4]   2> 10943 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 10943 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=813257814
   [junit4]   2> 10943 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 10943 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 10943 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 10945 INFO  
(SUITE-TestSelectiveWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 10945 INFO  (coreCloseExecutor-103-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@58d48565
   [junit4]   2> 10946 INFO  (coreCloseExecutor-103-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1490322789
   [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_57FBD48F75DDC3E1-001
   [junit4]   2> May 23, 2017 3:32:24 AM 
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=PostingsFormat(name=LuceneVarGapFixedInterval), 
_version_=PostingsFormat(name=Direct), popularity=PostingsFormat(name=Memory), 
description=PostingsFormat(name=LuceneVarGapFixedInterval), id=FST50, 
text=PostingsFormat(name=Memory), title=PostingsFormat(name=Direct)}, 
docValues:{final-score=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1578, 
maxMBSortInHeap=7.323555193432381, sim=RandomSimilarity(queryNorm=false): 
{field=DFR I(F)3(800.0)}, locale=ar-LB, 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=376877768,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestUserTermScorereQDF, 
TestMultipleAdditiveTreesModel, TestExternalValueFeatures, 
TestSelectiveWeightCreation]
   [junit4] Completed [13/33 (1!)] on J0 in 1.55s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 13 lines...]
   [junit4] Suite: org.apache.solr.ltr.TestLTRQParserPlugin
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestLTRQParserPlugin_57FBD48F75DDC3E1-001/init-core-data-001
   [junit4]   2> 14663 WARN  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 14663 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 14664 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 14665 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 14669 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 14679 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 14692 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid field id
   [junit4]   2> 14718 WARN  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 14718 WARN  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 14718 WARN  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via 
JMX.
   [junit4]   2> 14726 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 14746 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 14753 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid 
field id
   [junit4]   2> 14754 INFO  (coreLoadExecutor-175-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> 14755 WARN  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr 
metrics via JMX.
   [junit4]   2> 14755 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 14755 INFO  (coreLoadExecutor-175-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.TestLTRQParserPlugin_57FBD48F75DDC3E1-001/init-core-data-001/]
   [junit4]   2> 14796 WARN  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered 
(either '/select' or 'standard')
   [junit4]   2> 14796 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 14796 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 14797 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 
15000ms; 
   [junit4]   2> 14797 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: if uncommited for 1000ms; 
   [junit4]   2> 14798 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6f04acbb[collection1] main]
   [junit4]   2> 14799 WARN  (coreLoadExecutor-175-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> 14799 INFO  (coreLoadExecutor-175-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> 14800 WARN  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/feature-store
   [junit4]   2> 14800 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.l.s.r.ManagedFeatureStore ------ managed feature ~ loading 
------
   [junit4]   2> 14800 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 1 observers of 
/schema/feature-store
   [junit4]   2> 14800 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered new managed resource 
/schema/feature-store
   [junit4]   2> 14800 INFO  (coreLoadExecutor-175-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> 14800 WARN  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/model-store
   [junit4]   2> 14800 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.l.s.r.ManagedModelStore INIT model store
   [junit4]   2> 14800 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.l.s.r.ManagedModelStore ------ managed models ~ loading 
------
   [junit4]   2> 14800 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 1 observers of 
/schema/model-store
   [junit4]   2> 14800 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered new managed resource 
/schema/model-store
   [junit4]   2> 14800 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 14801 INFO  (coreLoadExecutor-175-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1568156259413131264
   [junit4]   2> 14802 INFO  
(searcherExecutor-176-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6f04acbb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 14804 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 14807 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 14807 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 14807 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-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.TestLTRQParserPlugin_57FBD48F75DDC3E1-001/tempDir-003/cores/core
   [junit4]   2> 14809 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 14810 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43411652{/solr,null,AVAILABLE}
   [junit4]   2> 14811 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@67f20a4{SSL,[ssl, 
http/1.1]}{127.0.0.1:40135}
   [junit4]   2> 14811 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.Server Started @16146ms
   [junit4]   2> 14811 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40135, 
configSetBaseDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestLTRQParserPlugin_57FBD48F75DDC3E1-001/tempDir-001,
 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestLTRQParserPlugin_57FBD48F75DDC3E1-001/tempDir-003/cores}
   [junit4]   2> 14811 ERROR 
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 14812 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 14812 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 14812 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14812 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-23T03:32:28.725Z
   [junit4]   2> 14812 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-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.TestLTRQParserPlugin_57FBD48F75DDC3E1-001/tempDir-001/solr.xml
   [junit4]   2> 14842 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-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.TestLTRQParserPlugin_57FBD48F75DDC3E1-001/tempDir-003/cores
   [junit4]   2> 14842 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 14852 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 14858 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 14864 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.5 with uniqueid 
field id
   [junit4]   2> 14866 INFO  (coreLoadExecutor-186-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.TestLTRQParserPlugin_57FBD48F75DDC3E1-001/tempDir-001/collection1,
 trusted=true
   [junit4]   2> 14867 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 14867 INFO  (coreLoadExecutor-186-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.TestLTRQParserPlugin_57FBD48F75DDC3E1-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestLTRQParserPlugin_57FBD48F75DDC3E1-001/tempDir-003/cores/core/data/]
   [junit4]   2> 16791 WARN  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered 
(either '/select' or 'standard')
   [junit4]   2> 16792 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 16792 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 16792 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 
15000ms; 
   [junit4]   2> 16792 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: if uncommited for 1000ms; 
   [junit4]   2> 16793 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d49f5bc[collection1] main]
   [junit4]   2> 16793 INFO  (coreLoadExecutor-186-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.TestLTRQParserPlugin_57FBD48F75DDC3E1-001/tempDir-001/collection1/conf
   [junit4]   2> 16793 INFO  (coreLoadExecutor-186-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> 16793 WARN  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/feature-store
   [junit4]   2> 16794 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.l.s.r.ManagedFeatureStore ------ managed feature ~ loading 
------
   [junit4]   2> 16794 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 1 observers of 
/schema/feature-store
   [junit4]   2> 16794 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered new managed resource 
/schema/feature-store
   [junit4]   2> 16794 INFO  (coreLoadExecutor-186-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> 16794 WARN  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.r.ManagedResource No stored data found for 
/schema/model-store
   [junit4]   2> 16794 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.l.s.r.ManagedModelStore INIT model store
   [junit4]   2> 16794 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.l.s.r.ManagedModelStore ------ managed models ~ loading 
------
   [junit4]   2> 16794 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.r.ManagedResource Notified 1 observers of 
/schema/model-store
   [junit4]   2> 16794 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.r.RestManager Registered new managed resource 
/schema/model-store
   [junit4]   2> 16794 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 16794 INFO  (coreLoadExecutor-186-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1568156261502943232
   [junit4]   2> 16795 INFO  
(searcherExecutor-187-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7d49f5bc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 16852 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrJettyTestBase Jetty Assigned Port#40135
   [junit4]   2> 16885 INFO  (qtp505780616-226) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<add><doc><field+name%3D"title">bloomberg+different+bla</field><field+name%3D"description">bloomberg</field><field+name%3D"id">6</field><field+name%3D"popularity">1</field></doc></add>}{add=[6
 (1568156261595217920)]} 0 3
   [junit4]   2> 16891 INFO  (qtp505780616-231) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<add><doc><field+name%3D"title">bloomberg+bloomberg+</field><field+name%3D"description">bloomberg</field><field+name%3D"id">7</field><field+name%3D"popularity">2</field></doc></add>}{add=[7
 (1568156261602557952)]} 0 1
   [junit4]   2> 16894 INFO  (qtp505780616-232) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<add><doc><field+name%3D"title">bloomberg+bloomberg+bloomberg</field><field+name%3D"description">bloomberg</field><field+name%3D"id">8</field><field+name%3D"popularity">3</field></doc></add>}{add=[8
 (1568156261606752256)]} 0 1
   [junit4]   2> 16898 INFO  (qtp505780616-233) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<add><doc><field+name%3D"title">bloomberg+bloomberg+bloomberg+bloomberg</field><field+name%3D"description">bloomberg</field><field+name%3D"id">9</field><field+name%3D"popularity">5</field></doc></add>}{add=[9
 (1568156261610946560)]} 0 1
   [junit4]   2> 16900 INFO  (qtp505780616-226) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 16900 INFO  (qtp505780616-226) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@19225bea commitCommandVersion:0
   [junit4]   2> 16904 INFO  (qtp505780616-226) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@22dc356b[collection1] main]
   [junit4]   2> 16905 INFO  (qtp505780616-226) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 16906 INFO  
(searcherExecutor-187-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@22dc356b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C4)))}
   [junit4]   2> 16906 INFO  (qtp505780616-226) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={stream.body=<commit/>}{commit=} 0 6
   [junit4]   2> 16908 INFO  
(SUITE-TestLTRQParserPlugin-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.l.TestRerankBase send 
   [junit4]   2> [
   [junit4]   2>   {
   [junit4]   2>      "name": "title",
   [junit4]   2>      "class": "org.apache.solr.ltr.feature.ValueFeature",
   [junit4]   2>      "params": {
   [junit4]   2>          "value": 1
   [junit4]   2>      }
   [junit4]   2>   },
   [junit4]   2>   {
   [junit4]   2>     "name": "description",
   [junit4]   2>     "class": "org.apache.solr.ltr.feature.ValueFeature",
   [junit4]   2>     "params": {
   [junit4]   2>        "value": 2
   [junit4]   2>     }
   [junit4]   2>   },
   [junit4]   2>   {
   [junit4]   2>     "name": "keywords",
   [junit4]   2>     "class": "org.apache.solr.ltr.feature.ValueFeature",
   [junit4]   2>     "params": {
   [junit4]   2>         "value": 2
   [junit4]   2>     }
   [junit4]   2>   },
   [junit4]   2>  {
   [junit4]   2>      "name": "popularity",
   [junit4]   2>      "class": "org.apache.solr.ltr.feature.ValueFeature",
   [junit4]   2>      "params": {
   [junit4]   2>          "value": 3
   [junit4]   2>      }
   [junit4]   2>  },
   [junit4]   2>  {
   [junit4]   2>      "name": "text",
   [junit4]   2>      "class": "org.apache.solr.ltr.feature.ValueFeature",
   [junit4]   2>      "params": {
   [junit4]   2>          "value": 4
   [junit4]   2>      }
   [junit4]   2>  },
   [junit4]   2>  {
   [junit4]   2>    "name": "queryIntentPerson",
   [junit4]   2>    "class": "org.apache.solr.ltr.feature.ValueFeature",
   [junit4]   2>    "params": {
   [junit4]   2>        "value": 5
   [junit4]   2>    }
   [junit4]   2>  },
   [junit4]   2>  {
   [junit4]   2>    "name": "queryIntentCompany",
   [junit4]   2>    "class": "org.apache.solr.ltr.feature.ValueFeature",
   [junit4]   2>    "params": {
   [junit4]   2>        "value": 5
   [junit4]   2>    }
   [junit4]   2>  }
   [junit4]   2> ]
   [junit4]   2> 
   [junit4]   2> 16909 INFO  (qtp505780616-231) [    x:collection1] /solr 
SolrSchemaRestApi: [Restlet] ServerServlet: component class is null
   [junit4]   2> 16911 INFO  (qtp505780616-231) [    x:collection1] /solr 
SolrSchemaRestApi: [Restlet] Attaching application: 
org.apache.solr.rest.SolrSchemaRestApi@55a4977a to URI: /solr/schema
   [junit4]   2> May 22, 2017 10:32:30 PM org.restlet.Application start
   [junit4]   2>

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

pse.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> 11826 INFO  (qtp2048379217-119) [    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=4
   [junit4]   2> 11827 ERROR 
(TEST-TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder-seed#[57FBD48F75DDC3E1])
 [    ] 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":4,
   [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_":1568156255909838848,
   [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_":1568156255906693120,
   [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_":1568156255878381568,
   [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_":1568156255903547392,
   [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> 11827 INFO  
(TEST-TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder-seed#[57FBD48F75DDC3E1])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testLTRScoringQueryParallelWeightCreationResultOrder
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestParallelWeightCreation 
-Dtests.method=testLTRScoringQueryParallelWeightCreationResultOrder 
-Dtests.seed=57FBD48F75DDC3E1 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-CU -Dtests.timezone=America/Panama -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.92s J1 | 
TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder 
<<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: mismatch: '3'!='4' @ 
response/docs/[0]/id
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([57FBD48F75DDC3E1:32B7F4EFBFBFA409]: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> 11856 INFO  
(TEST-TestParallelWeightCreation.testLTRQParserThreadInitialization-seed#[57FBD48F75DDC3E1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLTRQParserThreadInitialization
   [junit4]   2> 11857 INFO  
(TEST-TestParallelWeightCreation.testLTRQParserThreadInitialization-seed#[57FBD48F75DDC3E1])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLTRQParserThreadInitialization
   [junit4]   2> 11859 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7da8f3a2{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 11859 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=881970438
   [junit4]   2> 11859 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 11859 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 11859 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 11859 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 11872 INFO  (coreCloseExecutor-103-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@52383cd6
   [junit4]   2> 11874 INFO  (coreCloseExecutor-103-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1379417302
   [junit4]   2> 11884 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5efb55cc{/solr,null,UNAVAILABLE}
   [junit4]   2> 11884 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 11884 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=286609764
   [junit4]   2> 11884 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 11884 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 11885 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 11891 INFO  
(SUITE-TestParallelWeightCreation-seed#[57FBD48F75DDC3E1]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 11899 INFO  (coreCloseExecutor-105-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6bd4b3a7
   [junit4]   2> 11910 INFO  (coreCloseExecutor-105-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1809101735
   [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_57FBD48F75DDC3E1-001
   [junit4]   2> May 23, 2017 3:32:25 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=5377, maxDocsPerChunk=7, blockSize=8), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=5377, blockSize=8)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=es-CU, timezone=America/Panama
   [junit4]   2> NOTE: Linux 4.8.0-52-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=8,threads=1,free=429426296,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestValueFeature, 
TestFeatureExtractionFromMultipleSegments, TestEdisMaxSolrFeature, 
TestParallelWeightCreation]
   [junit4] Completed [26/33 (4!)] on J1 in 11.05s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 36968 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to