Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4015/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

9 tests failed.
FAILED:  org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter

Error Message:
Collection not found: routeFieldColl

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: routeFieldColl
        at 
__randomizedtesting.SeedInfo.seed([1D252453251A26C6:B513BA8EBA7BCD9C]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1416)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1099)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1074)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter(CustomCollectionTest.java:166)
        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.cloud.TestSSLRandomization.testRandomizedSslAndClientAuth

Error Message:
Could not find collection:first_collection

Stack Trace:
java.lang.AssertionError: Could not find collection:first_collection
        at 
__randomizedtesting.SeedInfo.seed([1D252453251A26C6:96719534878567BA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:159)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkCreateCollection(TestMiniSolrCloudClusterSSL.java:202)
        at 
org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:172)
        at 
org.apache.solr.cloud.TestSSLRandomization.testRandomizedSslAndClientAuth(TestSSLRandomization.java:50)
        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.cloud.TestSSLRandomization.testSSLRandomizer

Error Message:
org/apache/solr/cloud/TestSSLRandomization$FullyAnnotated

Stack Trace:
java.lang.NoClassDefFoundError: 
org/apache/solr/cloud/TestSSLRandomization$FullyAnnotated
        at 
__randomizedtesting.SeedInfo.seed([1D252453251A26C6:B7ADDDAC81723DD2]:0)
        at 
org.apache.solr.cloud.TestSSLRandomization.testSSLRandomizer(TestSSLRandomization.java:142)
        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)
Caused by: java.lang.ClassNotFoundException: 
org.apache.solr.cloud.TestSSLRandomization$FullyAnnotated
        at java.net.URLClassLoader$1.run(URLClassLoader.java:370)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 40 more
Caused by: java.io.FileNotFoundException: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/classes/test/org/apache/solr/cloud/TestSSLRandomization$FullyAnnotated.class
 (Too many open files)
        at java.io.FileInputStream.open0(Native Method)
        at java.io.FileInputStream.open(FileInputStream.java:195)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at 
sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1288)
        at sun.misc.Resource.cachedInputStream(Resource.java:77)
        at sun.misc.Resource.getByteBuffer(Resource.java:160)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
        ... 46 more


FAILED:  
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
        at 
__randomizedtesting.SeedInfo.seed([1D252453251A26C6:4875CCC189E3E936]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1416)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1099)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1074)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
        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.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  
'org.apache.solr.core.BlobStoreTestRequestHandler' for path 
'overlay/requestHandler/\/test1/class' full output: {   "responseHeader":{     
"status":0,     "QTime":0},   "overlay":{     "znodeVersion":0,     
"runtimeLib":{"colltest":{         "name":"colltest",         "version":1}}}},  
from server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  
'org.apache.solr.core.BlobStoreTestRequestHandler' for path 
'overlay/requestHandler/\/test1/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":0,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}}}},  from server:  null
        at 
__randomizedtesting.SeedInfo.seed([1D252453251A26C6:C5680904D2C78366]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
        at 
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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.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([1699E54BED449C0E:DFE1542C328BCBCF]: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([1699E54BED449C0E:73D5C52B2726FBE6]: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([1699E54BED449C0E:4BA8F28E6078EB65]: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([1699E54BED449C0E:89AF4CD5753E83C1]: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 11621 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/init-core-data-001
   [junit4]   2> 927889 WARN  
(SUITE-CustomCollectionTest-seed#[1D252453251A26C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=54 numCloses=54
   [junit4]   2> 927889 INFO  
(SUITE-CustomCollectionTest-seed#[1D252453251A26C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 927894 INFO  
(SUITE-CustomCollectionTest-seed#[1D252453251A26C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 927895 INFO  
(SUITE-CustomCollectionTest-seed#[1D252453251A26C6]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001
   [junit4]   2> 927895 INFO  
(SUITE-CustomCollectionTest-seed#[1D252453251A26C6]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 927895 INFO  (Thread-705) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 927895 INFO  (Thread-705) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 927899 ERROR (Thread-705) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 927999 INFO  
(SUITE-CustomCollectionTest-seed#[1D252453251A26C6]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55509
   [junit4]   2> 928026 INFO  (jetty-launcher-554-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 928027 INFO  (jetty-launcher-554-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 928027 INFO  (jetty-launcher-554-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 928029 INFO  (jetty-launcher-554-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 928029 INFO  (jetty-launcher-554-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ed3adf1{/solr,null,AVAILABLE}
   [junit4]   2> 928031 INFO  (jetty-launcher-554-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@794b7a4c{HTTP/1.1,[http/1.1]}{127.0.0.1:55511}
   [junit4]   2> 928031 INFO  (jetty-launcher-554-thread-1) [    ] 
o.e.j.s.Server Started @931685ms
   [junit4]   2> 928031 INFO  (jetty-launcher-554-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55511}
   [junit4]   2> 928032 ERROR (jetty-launcher-554-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 928032 INFO  (jetty-launcher-554-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 928032 INFO  (jetty-launcher-554-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 928032 INFO  (jetty-launcher-554-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 928032 INFO  (jetty-launcher-554-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-20T23:26:55.359Z
   [junit4]   2> 928033 INFO  (jetty-launcher-554-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@30f38af8{/solr,null,AVAILABLE}
   [junit4]   2> 928035 INFO  (jetty-launcher-554-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@575e324b{HTTP/1.1,[http/1.1]}{127.0.0.1:55512}
   [junit4]   2> 928035 INFO  (jetty-launcher-554-thread-4) [    ] 
o.e.j.s.Server Started @931688ms
   [junit4]   2> 928035 INFO  (jetty-launcher-554-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55512}
   [junit4]   2> 928035 ERROR (jetty-launcher-554-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 928037 INFO  (jetty-launcher-554-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 928037 INFO  (jetty-launcher-554-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 928037 INFO  (jetty-launcher-554-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 928037 INFO  (jetty-launcher-554-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-20T23:26:55.364Z
   [junit4]   2> 928037 INFO  (jetty-launcher-554-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45c4c559{/solr,null,AVAILABLE}
   [junit4]   2> 928037 INFO  (jetty-launcher-554-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3c9fb82b{HTTP/1.1,[http/1.1]}{127.0.0.1:55514}
   [junit4]   2> 928037 INFO  (jetty-launcher-554-thread-3) [    ] 
o.e.j.s.Server Started @931691ms
   [junit4]   2> 928037 INFO  (jetty-launcher-554-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55514}
   [junit4]   2> 928038 ERROR (jetty-launcher-554-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 928038 INFO  (jetty-launcher-554-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 928038 INFO  (jetty-launcher-554-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 928038 INFO  (jetty-launcher-554-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 928038 INFO  (jetty-launcher-554-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-20T23:26:55.365Z
   [junit4]   2> 928039 INFO  (jetty-launcher-554-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4fcbb874{/solr,null,AVAILABLE}
   [junit4]   2> 928042 INFO  (jetty-launcher-554-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@45f225f5{HTTP/1.1,[http/1.1]}{127.0.0.1:55515}
   [junit4]   2> 928042 INFO  (jetty-launcher-554-thread-2) [    ] 
o.e.j.s.Server Started @931696ms
   [junit4]   2> 928042 INFO  (jetty-launcher-554-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 928042 INFO  (jetty-launcher-554-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55515}
   [junit4]   2> 928043 ERROR (jetty-launcher-554-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 928043 INFO  (jetty-launcher-554-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 928043 INFO  (jetty-launcher-554-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 928043 INFO  (jetty-launcher-554-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 928043 INFO  (jetty-launcher-554-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-20T23:26:55.370Z
   [junit4]   2> 928050 INFO  (jetty-launcher-554-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 928051 INFO  (jetty-launcher-554-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 928060 INFO  (jetty-launcher-554-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 928066 INFO  (jetty-launcher-554-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55509/solr
   [junit4]   2> 928066 INFO  (jetty-launcher-554-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55509/solr
   [junit4]   2> 928072 INFO  (jetty-launcher-554-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55509/solr
   [junit4]   2> 928073 INFO  (jetty-launcher-554-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55509/solr
   [junit4]   2> 928142 INFO  (jetty-launcher-554-thread-4) 
[n:127.0.0.1:55512_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 928142 INFO  (jetty-launcher-554-thread-3) 
[n:127.0.0.1:55514_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 928143 INFO  (jetty-launcher-554-thread-2) 
[n:127.0.0.1:55515_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 928145 INFO  (jetty-launcher-554-thread-3) 
[n:127.0.0.1:55514_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55514_solr
   [junit4]   2> 928145 INFO  (jetty-launcher-554-thread-4) 
[n:127.0.0.1:55512_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55512_solr
   [junit4]   2> 928146 INFO  (jetty-launcher-554-thread-2) 
[n:127.0.0.1:55515_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55515_solr
   [junit4]   2> 928146 INFO  (jetty-launcher-554-thread-3) 
[n:127.0.0.1:55514_solr    ] o.a.s.c.Overseer Overseer 
(id=97997476018585610-127.0.0.1:55514_solr-n_0000000000) starting
   [junit4]   2> 928149 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:55514_solr) 
[n:127.0.0.1:55514_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 928149 INFO  
(zkCallback-575-thread-1-processing-n:127.0.0.1:55512_solr) 
[n:127.0.0.1:55512_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 928150 INFO  
(zkCallback-576-thread-1-processing-n:127.0.0.1:55515_solr) 
[n:127.0.0.1:55515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 928163 INFO  
(zkCallback-573-thread-1-processing-n:127.0.0.1:55511_solr) 
[n:127.0.0.1:55511_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 928176 INFO  (jetty-launcher-554-thread-3) 
[n:127.0.0.1:55514_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55514_solr
   [junit4]   2> 928180 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:55514_solr) 
[n:127.0.0.1:55514_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 928180 INFO  
(zkCallback-573-thread-1-processing-n:127.0.0.1:55511_solr) 
[n:127.0.0.1:55511_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 928180 INFO  
(zkCallback-575-thread-1-processing-n:127.0.0.1:55512_solr) 
[n:127.0.0.1:55512_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 928180 INFO  
(zkCallback-576-thread-1-processing-n:127.0.0.1:55515_solr) 
[n:127.0.0.1:55515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 928191 INFO  (jetty-launcher-554-thread-1) 
[n:127.0.0.1:55511_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 928195 INFO  (jetty-launcher-554-thread-1) 
[n:127.0.0.1:55511_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55511_solr
   [junit4]   2> 928199 INFO  
(zkCallback-575-thread-1-processing-n:127.0.0.1:55512_solr) 
[n:127.0.0.1:55512_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 928199 INFO  
(zkCallback-573-thread-1-processing-n:127.0.0.1:55511_solr) 
[n:127.0.0.1:55511_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 928199 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:55514_solr) 
[n:127.0.0.1:55514_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 928199 INFO  
(zkCallback-576-thread-1-processing-n:127.0.0.1:55515_solr) 
[n:127.0.0.1:55515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 928339 INFO  (jetty-launcher-554-thread-1) 
[n:127.0.0.1:55511_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55511.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928351 INFO  (jetty-launcher-554-thread-1) 
[n:127.0.0.1:55511_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55511.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928351 INFO  (jetty-launcher-554-thread-1) 
[n:127.0.0.1:55511_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55511.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928353 INFO  (jetty-launcher-554-thread-1) 
[n:127.0.0.1:55511_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node1/.
   [junit4]   2> 928359 INFO  (jetty-launcher-554-thread-4) 
[n:127.0.0.1:55512_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55512.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928361 INFO  (jetty-launcher-554-thread-3) 
[n:127.0.0.1:55514_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55514.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928368 INFO  (jetty-launcher-554-thread-3) 
[n:127.0.0.1:55514_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55514.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928368 INFO  (jetty-launcher-554-thread-3) 
[n:127.0.0.1:55514_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55514.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928369 INFO  (jetty-launcher-554-thread-3) 
[n:127.0.0.1:55514_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node3/.
   [junit4]   2> 928381 INFO  (jetty-launcher-554-thread-4) 
[n:127.0.0.1:55512_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55512.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928383 INFO  (jetty-launcher-554-thread-2) 
[n:127.0.0.1:55515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55515.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928384 INFO  (jetty-launcher-554-thread-4) 
[n:127.0.0.1:55512_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55512.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928390 INFO  (jetty-launcher-554-thread-4) 
[n:127.0.0.1:55512_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node4/.
   [junit4]   2> 928391 INFO  (jetty-launcher-554-thread-2) 
[n:127.0.0.1:55515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55515.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928391 INFO  (jetty-launcher-554-thread-2) 
[n:127.0.0.1:55515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55515.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 928393 INFO  (jetty-launcher-554-thread-2) 
[n:127.0.0.1:55515_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node2/.
   [junit4]   2> 928486 INFO  
(SUITE-CustomCollectionTest-seed#[1D252453251A26C6]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 928487 INFO  
(SUITE-CustomCollectionTest-seed#[1D252453251A26C6]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55509/solr ready
   [junit4]   2> 928525 INFO  
(TEST-CustomCollectionTest.testCustomCollectionsAPI-seed#[1D252453251A26C6]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testCustomCollectionsAPI
   [junit4]   2> 928527 INFO  
(TEST-CustomCollectionTest.testCustomCollectionsAPI-seed#[1D252453251A26C6]) [  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 928532 INFO  (qtp1763173179-6096) [n:127.0.0.1:55512_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
shards=a,b,c&replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&name=implicitcoll&router.name=implicit&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 928535 INFO  
(OverseerThreadFactory-2109-thread-1-processing-n:127.0.0.1:55514_solr) 
[n:127.0.0.1:55514_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
implicitcoll
   [junit4]   2> 928648 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica2&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2
   [junit4]   2> 928648 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica1&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2
   [junit4]   2> 928648 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica2&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2
   [junit4]   2> 928648 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 928649 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 928649 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 928650 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_c_replica2&action=CREATE&numShards=3&collection=implicitcoll&shard=c&wt=javabin&version=2
   [junit4]   2> 928651 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_b_replica1&action=CREATE&numShards=3&collection=implicitcoll&shard=b&wt=javabin&version=2
   [junit4]   2> 928651 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=implicitcoll_a_replica1&action=CREATE&numShards=3&collection=implicitcoll&shard=a&wt=javabin&version=2
   [junit4]   2> 928651 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 928771 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:55514_solr) 
[n:127.0.0.1:55514_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/implicitcoll/state.json] for collection [implicitcoll] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 928771 INFO  
(zkCallback-576-thread-1-processing-n:127.0.0.1:55515_solr) 
[n:127.0.0.1:55515_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/implicitcoll/state.json] for collection [implicitcoll] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 928771 INFO  
(zkCallback-575-thread-1-processing-n:127.0.0.1:55512_solr) 
[n:127.0.0.1:55512_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/implicitcoll/state.json] for collection [implicitcoll] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 928771 INFO  
(zkCallback-573-thread-1-processing-n:127.0.0.1:55511_solr) 
[n:127.0.0.1:55511_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/implicitcoll/state.json] for collection [implicitcoll] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 929697 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 929718 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 929723 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 929724 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 929725 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 929742 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 929749 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.s.IndexSchema 
[implicitcoll_a_replica1] Schema name=cloud-dynamic
   [junit4]   2> 929753 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.s.IndexSchema 
[implicitcoll_c_replica1] Schema name=cloud-dynamic
   [junit4]   2> 929759 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.s.IndexSchema 
[implicitcoll_a_replica2] Schema name=cloud-dynamic
   [junit4]   2> 929760 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.s.IndexSchema 
[implicitcoll_b_replica1] Schema name=cloud-dynamic
   [junit4]   2> 929769 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.s.IndexSchema 
[implicitcoll_b_replica2] Schema name=cloud-dynamic
   [junit4]   2> 929828 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 929828 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'implicitcoll_a_replica1' using configuration from collection 
implicitcoll, trusted=true
   [junit4]   2> 929828 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_55515.solr.core.implicitcoll.a.replica1' (registry 
'solr.core.implicitcoll.a.replica1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 929829 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 929829 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.c.SolrCore 
[[implicitcoll_a_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node2/implicitcoll_a_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node2/./implicitcoll_a_replica1/data/]
   [junit4]   2> 929840 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 929840 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'implicitcoll_c_replica1' using configuration from collection 
implicitcoll, trusted=true
   [junit4]   2> 929840 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_55515.solr.core.implicitcoll.c.replica1' (registry 
'solr.core.implicitcoll.c.replica1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 929841 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 929841 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.c.SolrCore 
[[implicitcoll_c_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node2/implicitcoll_c_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node2/./implicitcoll_c_replica1/data/]
   [junit4]   2> 929843 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.s.IndexSchema 
[implicitcoll_c_replica2] Schema name=cloud-dynamic
   [junit4]   2> 929852 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 929859 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'implicitcoll_b_replica2' using configuration from collection 
implicitcoll, trusted=true
   [junit4]   2> 929854 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 929860 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'implicitcoll_a_replica2' using configuration from collection 
implicitcoll, trusted=true
   [junit4]   2> 929853 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 929860 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'implicitcoll_b_replica1' using configuration from collection 
implicitcoll, trusted=true
   [junit4]   2> 929895 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_55511.solr.core.implicitcoll.a.replica2' (registry 
'solr.core.implicitcoll.a.replica2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 929895 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_55512.solr.core.implicitcoll.b.replica2' (registry 
'solr.core.implicitcoll.b.replica2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 929895 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 929895 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 929895 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.c.SolrCore 
[[implicitcoll_a_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node1/implicitcoll_a_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node1/./implicitcoll_a_replica2/data/]
   [junit4]   2> 929895 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.c.SolrCore 
[[implicitcoll_b_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node4/implicitcoll_b_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node4/./implicitcoll_b_replica2/data/]
   [junit4]   2> 929896 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 929896 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'implicitcoll_c_replica2' using configuration from collection 
implicitcoll, trusted=true
   [junit4]   2> 929896 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_55511.solr.core.implicitcoll.c.replica2' (registry 
'solr.core.implicitcoll.c.replica2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 929896 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 929896 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.c.SolrCore 
[[implicitcoll_c_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node1/implicitcoll_c_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node1/./implicitcoll_c_replica2/data/]
   [junit4]   2> 929897 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_55514.solr.core.implicitcoll.b.replica1' (registry 
'solr.core.implicitcoll.b.replica1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172864f0
   [junit4]   2> 929897 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 929897 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.SolrCore 
[[implicitcoll_b_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node3/implicitcoll_b_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1D252453251A26C6-001/tempDir-001/node3/./implicitcoll_b_replica1/data/]
   [junit4]   2> 930039 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 930039 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 930041 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 930041 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 930043 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 930043 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 930044 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 930044 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 930047 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 930047 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 930049 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 930049 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 930054 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 930054 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 930057 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@39415064[implicitcoll_c_replica1] main]
   [junit4]   2> 930057 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@77a6960d[implicitcoll_a_replica2] main]
   [junit4]   2> 930060 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 930061 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 930062 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 930063 INFO  
(searcherExecutor-2119-thread-1-processing-n:127.0.0.1:55515_solr 
x:implicitcoll_c_replica1 s:c c:implicitcoll) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.c.SolrCore 
[implicitcoll_c_replica1] Registered new searcher 
Searcher@39415064[implicitcoll_c_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 930064 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1567959618568585216
   [junit4]   2> 930065 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 930065 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 930067 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@763276b8[implicitcoll_c_replica2] main]
   [junit4]   2> 930069 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 930069 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 930069 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 930070 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 930071 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 930071 INFO  
(searcherExecutor-2123-thread-1-processing-n:127.0.0.1:55511_solr 
x:implicitcoll_c_replica2 s:c c:implicitcoll) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.c.SolrCore 
[implicitcoll_c_replica2] Registered new searcher 
Searcher@763276b8[implicitcoll_c_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 930071 INFO  (qtp1656930483-6083) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica2] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1567959618575925248
   [junit4]   2> 930073 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 930073 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 930077 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 930077 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 930080 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 930080 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 930081 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:55515/solr/implicitcoll_c_replica1/
   [junit4]   2> 930082 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.PeerSync PeerSync: 
core=implicitcoll_c_replica1 url=http://127.0.0.1:55515/solr START 
replicas=[http://127.0.0.1:55511/solr/implicitcoll_c_replica2/] nUpdates=100
   [junit4]   2> 930082 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.u.PeerSync PeerSync: 
core=implicitcoll_c_replica1 url=http://127.0.0.1:55515/solr DONE.  We have no 
versions.  sync failed.
   [junit4]   2> 930083 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 930147 INFO  (qtp1656930483-6087) [n:127.0.0.1:55511_solr 
c:implicitcoll s:c r:core_node6 x:implicitcoll_c_replica2] o.a.s.c.S.Request 
[implicitcoll_c_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 930146 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@20ef82bf[implicitcoll_a_replica1] main]
   [junit4]   2> 930147 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 930147 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 930148 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 930150 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 930152 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 930153 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 930154 INFO  
(searcherExecutor-2118-thread-1-processing-n:127.0.0.1:55515_solr 
x:implicitcoll_a_replica1 s:a c:implicitcoll) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.c.SolrCore 
[implicitcoll_a_replica1] Registered new searcher 
Searcher@20ef82bf[implicitcoll_a_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 930155 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1567959618664005632
   [junit4]   2> 930166 INFO  (qtp1588901119-6086) [n:127.0.0.1:55515_solr 
c:implicitcoll s:c  x:implicitcoll_c_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55515/solr/implicitcoll_c_replica1/ c
   [junit4]   2> 930172 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6b5b9054[implicitcoll_b_replica1] main]
   [junit4]   2> 930147 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 930175 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 930177 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 930179 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 930180 INFO  
(searcherExecutor-2122-thread-1-processing-n:127.0.0.1:55514_solr 
x:implicitcoll_b_replica1 s:b c:implicitcoll) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.c.SolrCore 
[implicitcoll_b_replica1] Registered new searcher 
Searcher@6b5b9054[implicitcoll_b_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 930180 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1567959618690220032
   [junit4]   2> 930183 INFO  (qtp1763173179-6097) [n:127.0.0.1:55512_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 930188 INFO  (qtp1588901119-6109) [n:127.0.0.1:55515_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard a: total=2 found=1 timeoutin=9997ms
   [junit4]   2> 930191 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 930192 INFO  (qtp1111865913-6090) [n:127.0.0.1:55514_solr 
c:implicitcoll s:b  x:implicitcoll_b_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard b: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 930193 INFO  (qtp1656930483-6080) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 930194 INFO  
(searcherExecutor-2121-thread-1-processing-n:127.0.0.1:55511_solr 
x:implicitcoll_a_replica2 s:a c:implicitcoll) [n:127.0.0.1:55511_solr 
c:implicitcoll s:a  x:implicitcoll_a_replica2] o.a.s.c.SolrCore 
[implicitcoll_a_replica2

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

roduceConsume.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> 31067 INFO  (qtp47088308-356) [    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=9
   [junit4]   2> 31069 ERROR 
(TEST-TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder-seed#[1699E54BED449C0E])
 [    ] 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":9,
   [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_":1567962470596739072,
   [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_":1567962470593593344,
   [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_":1567962470566330368,
   [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_":1567962470589399040,
   [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> 31069 INFO  
(TEST-TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder-seed#[1699E54BED449C0E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testLTRScoringQueryParallelWeightCreationResultOrder
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestParallelWeightCreation 
-Dtests.method=testLTRScoringQueryParallelWeightCreationResultOrder 
-Dtests.seed=1699E54BED449C0E -Dtests.slow=true -Dtests.locale=zh-SG 
-Dtests.timezone=Arctic/Longyearbyen -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.12s J0 | 
TestParallelWeightCreation.testLTRScoringQueryParallelWeightCreationResultOrder 
<<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: mismatch: '3'!='4' @ 
response/docs/[0]/id
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1699E54BED449C0E:73D5C52B2726FBE6]: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> 31075 INFO  
(TEST-TestParallelWeightCreation.testLTRQParserThreadInitialization-seed#[1699E54BED449C0E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLTRQParserThreadInitialization
   [junit4]   2> 31075 INFO  
(TEST-TestParallelWeightCreation.testLTRQParserThreadInitialization-seed#[1699E54BED449C0E])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLTRQParserThreadInitialization
   [junit4]   2> 31075 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@8b3be0a{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 31075 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=777622299
   [junit4]   2> 31079 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 31079 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 31079 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 31079 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 31080 INFO  (coreCloseExecutor-302-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3fa3af49
   [junit4]   2> 31082 INFO  (coreCloseExecutor-302-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1067691849
   [junit4]   2> 31086 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@59f1d3b4{/solr,null,UNAVAILABLE}
   [junit4]   2> 31086 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 31086 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1132384446
   [junit4]   2> 31086 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 31086 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 31086 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 31087 INFO  
(SUITE-TestParallelWeightCreation-seed#[1699E54BED449C0E]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 31087 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@124208c6
   [junit4]   2> 31089 INFO  (coreCloseExecutor-304-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=306317510
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestParallelWeightCreation_1699E54BED449C0E-001
   [junit4]   2> May 21, 2017 12:12:17 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): 
{_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 popularity=PostingsFormat(name=Direct), 
description=BlockTreeOrds(blocksize=128), id=Lucene50(blocksize=128), 
text=PostingsFormat(name=Direct), 
title=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=697, maxMBSortInHeap=6.74925613519349, 
sim=RandomSimilarity(queryNorm=true): {}, locale=zh-SG, 
timezone=Arctic/Longyearbyen
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=13960264,total=97091584
   [junit4]   2> NOTE: All tests run in this JVM: [TestExternalValueFeatures, 
TestNoMatchSolrFeature, TestUserTermScoreWithQ, TestLTRQParserPlugin, 
TestUserTermScorereQDF, TestModelManagerPersistence, TestFeatureLogging, 
TestLinearModel, TestLTRQParserExplain, TestLTRReRankingPipeline, 
TestLTRScoringQuery, TestLTRWithSort, TestParallelWeightCreation]
   [junit4] Completed [22/33 (4!)] on J0 in 11.16s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 1102 lines...]
-validate-source-patterns:
[source-patterns] tabs instead spaces: solr/solr-ref-guide/src/css/ref-guide.css
[source-patterns] tabs instead spaces: 
solr/solr-ref-guide/src/js/ref-guide-toc.js

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:775: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:130: Found 2 
violations in source files (tabs instead spaces).

Total time: 83 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to