Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1876/

8 tests failed.
FAILED:  org.apache.lucene.search.TestTopDocsMerge.testSort_1

Error Message:
wrong hit docID expected:<5329> but was:<5215>

Stack Trace:
java.lang.AssertionError: wrong hit docID expected:<5329> but was:<5215>
        at 
__randomizedtesting.SeedInfo.seed([7FE8EC11C6BE5708:E975387538677633]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.apache.lucene.util.TestUtil.assertConsistent(TestUtil.java:1046)
        at 
org.apache.lucene.search.TestTopDocsMerge.testSort(TestTopDocsMerge.java:375)
        at 
org.apache.lucene.search.TestTopDocsMerge.testSort_1(TestTopDocsMerge.java:71)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestTopDocsMerge

Error Message:
1 thread leaked from SUITE scope at org.apache.lucene.search.TestTopDocsMerge:  
   1) Thread[id=3472, name=LuceneTestCase-603-thread-1, state=WAITING, 
group=TGRP-TestTopDocsMerge]         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
         at [email protected]/java.lang.Thread.run(Thread.java:834)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.lucene.search.TestTopDocsMerge: 
   1) Thread[id=3472, name=LuceneTestCase-603-thread-1, state=WAITING, 
group=TGRP-TestTopDocsMerge]
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at [email protected]/java.lang.Thread.run(Thread.java:834)
        at __randomizedtesting.SeedInfo.seed([7FE8EC11C6BE5708]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestTopDocsMerge

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=3472, name=LuceneTestCase-603-thread-1, state=WAITING, 
group=TGRP-TestTopDocsMerge]         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
         at [email protected]/java.lang.Thread.run(Thread.java:834)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=3472, name=LuceneTestCase-603-thread-1, state=WAITING, 
group=TGRP-TestTopDocsMerge]
        at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
        at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at [email protected]/java.lang.Thread.run(Thread.java:834)
        at __randomizedtesting.SeedInfo.seed([7FE8EC11C6BE5708]:0)


FAILED:  
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Failed while waiting for active collection Timeout waiting to see state for 
collection=awhollynewcollection_0 
:DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
   "pullReplicas":"0",   "replicationFactor":"3",   "shards":{     "shard1":{   
    "range":"80000000-d554ffff",       "state":"active",       "replicas":{     
    "core_node2":{           "core":"awhollynewcollection_0_shard1_replica_n1", 
          "base_url":"https://127.0.0.1:33236/solr";,           
"node_name":"127.0.0.1:33236_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"},         "core_node5":{      
     "core":"awhollynewcollection_0_shard1_replica_n3",           
"base_url":"https://127.0.0.1:45781/solr";,           
"node_name":"127.0.0.1:45781_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node7":{           
"core":"awhollynewcollection_0_shard1_replica_n4",           
"base_url":"https://127.0.0.1:37260/solr";,           
"node_name":"127.0.0.1:37260_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"}}},     "shard2":{       
"range":"d5550000-2aa9ffff",       "state":"active",       "replicas":{         
"core_node9":{           "core":"awhollynewcollection_0_shard2_replica_n6",     
      "base_url":"https://127.0.0.1:42417/solr";,           
"node_name":"127.0.0.1:42417_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node11":{           
"core":"awhollynewcollection_0_shard2_replica_n8",           
"base_url":"https://127.0.0.1:33236/solr";,           "state":"down",           
"node_name":null,           "type":"NRT"},         "core_node13":{           
"core":"awhollynewcollection_0_shard2_replica_n10",           
"base_url":"https://127.0.0.1:45781/solr";,           
"node_name":"127.0.0.1:45781_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"}}},     "shard3":{       
"range":"2aaa0000-7fffffff",       "state":"active",       "replicas":{         
"core_node15":{           "core":"awhollynewcollection_0_shard3_replica_n12",   
        "base_url":"https://127.0.0.1:37260/solr";,           
"node_name":"127.0.0.1:37260_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"},         "core_node17":{     
      "core":"awhollynewcollection_0_shard3_replica_n14",           
"base_url":"https://127.0.0.1:42417/solr";,           
"node_name":"127.0.0.1:42417_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"},         "core_node18":{     
      "core":"awhollynewcollection_0_shard3_replica_n16",           
"base_url":"https://127.0.0.1:33236/solr";,           
"node_name":"127.0.0.1:33236_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"3",   "autoAddReplicas":"false",   "nrtReplicas":"3",   
"tlogReplicas":"0"} Live Nodes: [127.0.0.1:33236_solr, 127.0.0.1:37260_solr, 
127.0.0.1:42417_solr, 127.0.0.1:45781_solr] Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
   "pullReplicas":"0",   "replicationFactor":"3",   "shards":{     "shard1":{   
    "range":"80000000-d554ffff",       "state":"active",       "replicas":{     
    "core_node2":{           "core":"awhollynewcollection_0_shard1_replica_n1", 
          "base_url":"https://127.0.0.1:33236/solr";,           
"node_name":"127.0.0.1:33236_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"},         "core_node5":{      
     "core":"awhollynewcollection_0_shard1_replica_n3",           
"base_url":"https://127.0.0.1:45781/solr";,           
"node_name":"127.0.0.1:45781_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node7":{           
"core":"awhollynewcollection_0_shard1_replica_n4",           
"base_url":"https://127.0.0.1:37260/solr";,           
"node_name":"127.0.0.1:37260_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"}}},     "shard2":{       
"range":"d5550000-2aa9ffff",       "state":"active",       "replicas":{         
"core_node9":{           "core":"awhollynewcollection_0_shard2_replica_n6",     
      "base_url":"https://127.0.0.1:42417/solr";,           
"node_name":"127.0.0.1:42417_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node11":{           
"core":"awhollynewcollection_0_shard2_replica_n8",           
"base_url":"https://127.0.0.1:33236/solr";,           "state":"down",           
"node_name":null,           "type":"NRT"},         "core_node13":{           
"core":"awhollynewcollection_0_shard2_replica_n10",           
"base_url":"https://127.0.0.1:45781/solr";,           
"node_name":"127.0.0.1:45781_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"}}},     "shard3":{       
"range":"2aaa0000-7fffffff",       "state":"active",       "replicas":{         
"core_node15":{           "core":"awhollynewcollection_0_shard3_replica_n12",   
        "base_url":"https://127.0.0.1:37260/solr";,           
"node_name":"127.0.0.1:37260_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"},         "core_node17":{     
      "core":"awhollynewcollection_0_shard3_replica_n14",           
"base_url":"https://127.0.0.1:42417/solr";,           
"node_name":"127.0.0.1:42417_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"},         "core_node18":{     
      "core":"awhollynewcollection_0_shard3_replica_n16",           
"base_url":"https://127.0.0.1:33236/solr";,           
"node_name":"127.0.0.1:33236_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"3",   "autoAddReplicas":"false",   "nrtReplicas":"3",   
"tlogReplicas":"0"}

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection
Timeout waiting to see state for collection=awhollynewcollection_0 
:DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
  "pullReplicas":"0",
  "replicationFactor":"3",
  "shards":{
    "shard1":{
      "range":"80000000-d554ffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"awhollynewcollection_0_shard1_replica_n1",
          "base_url":"https://127.0.0.1:33236/solr";,
          "node_name":"127.0.0.1:33236_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node5":{
          "core":"awhollynewcollection_0_shard1_replica_n3",
          "base_url":"https://127.0.0.1:45781/solr";,
          "node_name":"127.0.0.1:45781_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node7":{
          "core":"awhollynewcollection_0_shard1_replica_n4",
          "base_url":"https://127.0.0.1:37260/solr";,
          "node_name":"127.0.0.1:37260_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"d5550000-2aa9ffff",
      "state":"active",
      "replicas":{
        "core_node9":{
          "core":"awhollynewcollection_0_shard2_replica_n6",
          "base_url":"https://127.0.0.1:42417/solr";,
          "node_name":"127.0.0.1:42417_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node11":{
          "core":"awhollynewcollection_0_shard2_replica_n8",
          "base_url":"https://127.0.0.1:33236/solr";,
          "state":"down",
          "node_name":null,
          "type":"NRT"},
        "core_node13":{
          "core":"awhollynewcollection_0_shard2_replica_n10",
          "base_url":"https://127.0.0.1:45781/solr";,
          "node_name":"127.0.0.1:45781_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard3":{
      "range":"2aaa0000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node15":{
          "core":"awhollynewcollection_0_shard3_replica_n12",
          "base_url":"https://127.0.0.1:37260/solr";,
          "node_name":"127.0.0.1:37260_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node17":{
          "core":"awhollynewcollection_0_shard3_replica_n14",
          "base_url":"https://127.0.0.1:42417/solr";,
          "node_name":"127.0.0.1:42417_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node18":{
          "core":"awhollynewcollection_0_shard3_replica_n16",
          "base_url":"https://127.0.0.1:33236/solr";,
          "node_name":"127.0.0.1:33236_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"3",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:33236_solr, 127.0.0.1:37260_solr, 127.0.0.1:42417_solr, 
127.0.0.1:45781_solr]
Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
  "pullReplicas":"0",
  "replicationFactor":"3",
  "shards":{
    "shard1":{
      "range":"80000000-d554ffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"awhollynewcollection_0_shard1_replica_n1",
          "base_url":"https://127.0.0.1:33236/solr";,
          "node_name":"127.0.0.1:33236_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node5":{
          "core":"awhollynewcollection_0_shard1_replica_n3",
          "base_url":"https://127.0.0.1:45781/solr";,
          "node_name":"127.0.0.1:45781_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node7":{
          "core":"awhollynewcollection_0_shard1_replica_n4",
          "base_url":"https://127.0.0.1:37260/solr";,
          "node_name":"127.0.0.1:37260_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"d5550000-2aa9ffff",
      "state":"active",
      "replicas":{
        "core_node9":{
          "core":"awhollynewcollection_0_shard2_replica_n6",
          "base_url":"https://127.0.0.1:42417/solr";,
          "node_name":"127.0.0.1:42417_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node11":{
          "core":"awhollynewcollection_0_shard2_replica_n8",
          "base_url":"https://127.0.0.1:33236/solr";,
          "state":"down",
          "node_name":null,
          "type":"NRT"},
        "core_node13":{
          "core":"awhollynewcollection_0_shard2_replica_n10",
          "base_url":"https://127.0.0.1:45781/solr";,
          "node_name":"127.0.0.1:45781_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard3":{
      "range":"2aaa0000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node15":{
          "core":"awhollynewcollection_0_shard3_replica_n12",
          "base_url":"https://127.0.0.1:37260/solr";,
          "node_name":"127.0.0.1:37260_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node17":{
          "core":"awhollynewcollection_0_shard3_replica_n14",
          "base_url":"https://127.0.0.1:42417/solr";,
          "node_name":"127.0.0.1:42417_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node18":{
          "core":"awhollynewcollection_0_shard3_replica_n16",
          "base_url":"https://127.0.0.1:33236/solr";,
          "node_name":"127.0.0.1:33236_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"3",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([E2614FE590008291:AA143B519633AD04]:0)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:758)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:764)
        at 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:426)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple2 Timeout waiting to see state for 
collection=testSimple2 
:DocCollection(testSimple2//collections/testSimple2/state.json/28)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node3/data/", 
          "base_url":"http://127.0.0.1:38298/solr";,           
"node_name":"127.0.0.1:38298_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node3/data/tlog",
           "core":"testSimple2_shard1_replica_n1",           
"shared_storage":"true",           "state":"down"},         "core_node5":{      
     
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node5/data/", 
          "base_url":"http://127.0.0.1:40793/solr";,           
"node_name":"127.0.0.1:40793_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node5/data/tlog",
           "core":"testSimple2_shard1_replica_n2",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node7":{           
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node7/data/", 
          "base_url":"http://127.0.0.1:38298/solr";,           
"node_name":"127.0.0.1:38298_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node7/data/tlog",
           "core":"testSimple2_shard2_replica_n4",           
"shared_storage":"true",           "state":"down"},         "core_node8":{      
     
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node8/data/", 
          "base_url":"http://127.0.0.1:40793/solr";,           
"node_name":"127.0.0.1:40793_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node8/data/tlog",
           "core":"testSimple2_shard2_replica_n6",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   
"tlogReplicas":"0"} Live Nodes: [127.0.0.1:33671_solr, 127.0.0.1:40793_solr] 
Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/28)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node3/data/", 
          "base_url":"http://127.0.0.1:38298/solr";,           
"node_name":"127.0.0.1:38298_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node3/data/tlog",
           "core":"testSimple2_shard1_replica_n1",           
"shared_storage":"true",           "state":"down"},         "core_node5":{      
     
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node5/data/", 
          "base_url":"http://127.0.0.1:40793/solr";,           
"node_name":"127.0.0.1:40793_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node5/data/tlog",
           "core":"testSimple2_shard1_replica_n2",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node7":{           
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node7/data/", 
          "base_url":"http://127.0.0.1:38298/solr";,           
"node_name":"127.0.0.1:38298_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node7/data/tlog",
           "core":"testSimple2_shard2_replica_n4",           
"shared_storage":"true",           "state":"down"},         "core_node8":{      
     
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node8/data/", 
          "base_url":"http://127.0.0.1:40793/solr";,           
"node_name":"127.0.0.1:40793_solr",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node8/data/tlog",
           "core":"testSimple2_shard2_replica_n6",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   
"tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
Timeout waiting to see state for collection=testSimple2 
:DocCollection(testSimple2//collections/testSimple2/state.json/28)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"http://127.0.0.1:38298/solr";,
          "node_name":"127.0.0.1:38298_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"http://127.0.0.1:40793/solr";,
          "node_name":"127.0.0.1:40793_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"http://127.0.0.1:38298/solr";,
          "node_name":"127.0.0.1:38298_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"http://127.0.0.1:40793/solr";,
          "node_name":"127.0.0.1:40793_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:33671_solr, 127.0.0.1:40793_solr]
Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/28)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"http://127.0.0.1:38298/solr";,
          "node_name":"127.0.0.1:38298_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"http://127.0.0.1:40793/solr";,
          "node_name":"127.0.0.1:40793_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"http://127.0.0.1:38298/solr";,
          "node_name":"127.0.0.1:38298_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          
"dataDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"http://127.0.0.1:40793/solr";,
          "node_name":"127.0.0.1:40793_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:43103/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([E2614FE590008291:DAD26B1BB7F35640]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:169)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest.test

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([E2614FE590008291]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([E2614FE590008291]:0)


FAILED:  org.apache.solr.cloud.RollingRestartTest.test

Error Message:
Timeout occurred while waiting response from server at: 
https://127.0.0.1:46078/_/ic

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: https://127.0.0.1:46078/_/ic
        at 
__randomizedtesting.SeedInfo.seed([E2614FE590008291:6A35703F3EFCEF69]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
        at 
java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
        at 
java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
        at 
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
        ... 51 more




Build Log:
[...truncated 765 lines...]
   [junit4] Suite: org.apache.lucene.search.TestTopDocsMerge
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestTopDocsMerge 
-Dtests.method=testSort_1 -Dtests.seed=7FE8EC11C6BE5708 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=eu -Dtests.timezone=Asia/Ust-Nera -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 6.90s J2 | TestTopDocsMerge.testSort_1 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit docID 
expected:<5329> but was:<5215>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7FE8EC11C6BE5708:E975387538677633]:0)
   [junit4]    >        at 
org.apache.lucene.util.TestUtil.assertConsistent(TestUtil.java:1046)
   [junit4]    >        at 
org.apache.lucene.search.TestTopDocsMerge.testSort(TestTopDocsMerge.java:375)
   [junit4]    >        at 
org.apache.lucene.search.TestTopDocsMerge.testSort_1(TestTopDocsMerge.java:71)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Jun 20, 2019 5:33:48 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Jun 20, 2019 5:34:08 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.lucene.search.TestTopDocsMerge: 
   [junit4]   2>    1) Thread[id=3472, name=LuceneTestCase-603-thread-1, 
state=WAITING, group=TGRP-TestTopDocsMerge]
   [junit4]   2>         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>         at 
[email protected]/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Jun 20, 2019 5:34:08 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=3472, name=LuceneTestCase-603-thread-1, 
state=WAITING, group=TGRP-TestTopDocsMerge]
   [junit4]   2> Jun 20, 2019 5:34:11 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=3472, name=LuceneTestCase-603-thread-1, 
state=WAITING, group=TGRP-TestTopDocsMerge]
   [junit4]   2>         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
   [junit4]   2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>         at 
[email protected]/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Lucene80, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3c571f16),
 locale=eu, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 11.0.1 
(64-bit)/cpus=4,threads=2,free=228582144,total=292552704
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestLongDistanceFeatureQuery, TestBasicModelIF, TestSimpleAttributeImpl, 
TestSameTokenSamePosition, TestLucene60PointsFormat, TestBoolean2, 
TestCharsRef, TestRegExp, TestSimilarity2, TestIndexingSequenceNumbers, 
TestFieldInfos, TestTragicIndexWriterDeadlock, TestDocumentsWriterDeleteQueue, 
TestDocValuesQueries, TestMmapDirectory, TestIndexOptions, TestPayloads, 
TestSortedSetSelector, TestNRTCachingDirectory, TestCustomTermFreq, 
TestConstantScoreScorer, TestCharacterUtils, TestGeoUtils, TestLatLonPoint, 
TermInSetQueryTest, TestLongPostings, TestReaderWrapperDVTypeCheck, 
TestTopDocsMerge]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestTopDocsMerge 
-Dtests.seed=7FE8EC11C6BE5708 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=eu -Dtests.timezone=Asia/Ust-Nera -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestTopDocsMerge (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.lucene.search.TestTopDocsMerge: 
   [junit4]    >    1) Thread[id=3472, name=LuceneTestCase-603-thread-1, 
state=WAITING, group=TGRP-TestTopDocsMerge]
   [junit4]    >         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
   [junit4]    >         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    >         at 
[email protected]/java.lang.Thread.run(Thread.java:834)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7FE8EC11C6BE5708]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3472, name=LuceneTestCase-603-thread-1, 
state=WAITING, group=TGRP-TestTopDocsMerge]
   [junit4]    >         at 
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
   [junit4]    >         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
   [junit4]    >         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    >         at 
[email protected]/java.lang.Thread.run(Thread.java:834)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7FE8EC11C6BE5708]:0)
   [junit4] Completed [142/519 (1!)] on J2 in 59.02s, 5 tests, 1 failure, 2 
errors <<< FAILURES!

[...truncated 12637 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
   [junit4]   2> 277721 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[E2614FE590008291]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_E2614FE590008291-001/init-core-data-001
   [junit4]   2> 277722 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[E2614FE590008291]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 277723 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[E2614FE590008291]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 277727 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters
   [junit4]   2> 277728 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_E2614FE590008291-001/tempDir-001
   [junit4]   2> 277728 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 277729 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 277729 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 277829 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.c.ZkTestServer start zk server on port:43097
   [junit4]   2> 277829 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43097
   [junit4]   2> 277829 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43097
   [junit4]   2> 278128 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278146 INFO  (zkConnectionManagerCallback-1158-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278146 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278185 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278186 INFO  (zkConnectionManagerCallback-1160-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278186 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278188 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278209 INFO  (zkConnectionManagerCallback-1162-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278209 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E2614FE590008291])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278483 WARN  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 278484 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 278484 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 278484 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
   [junit4]   2> 278485 WARN  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 278485 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 278485 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 278486 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
   [junit4]   2> 278487 WARN  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 278487 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 278487 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 278487 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
   [junit4]   2> 278490 WARN  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 278490 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 278490 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 278490 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
   [junit4]   2> 278507 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 278507 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 278507 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 278507 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5697629b{/solr,null,AVAILABLE}
   [junit4]   2> 278509 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@53ce9436{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:38279}
   [junit4]   2> 278509 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.s.Server Started @278576ms
   [junit4]   2> 278509 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38279}
   [junit4]   2> 278509 ERROR (jetty-launcher-1163-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 278509 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 278510 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 278510 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 278510 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 278510 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-20T08:16:34.988158Z
   [junit4]   2> 278551 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278596 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 278596 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 278596 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 278630 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 278630 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 278630 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 278631 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6d5e52ea{/solr,null,AVAILABLE}
   [junit4]   2> 278633 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@459025fa{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:37274}
   [junit4]   2> 278633 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.s.Server Started @278701ms
   [junit4]   2> 278633 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37274}
   [junit4]   2> 278634 ERROR (jetty-launcher-1163-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 278634 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 278634 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 278634 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 278634 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 278634 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-20T08:16:35.112319Z
   [junit4]   2> 278675 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278677 INFO  (zkConnectionManagerCallback-1165-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278677 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278677 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 278682 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 278682 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 278682 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3c5270b4{/solr,null,AVAILABLE}
   [junit4]   2> 278684 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2316261{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:44658}
   [junit4]   2> 278684 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.s.Server Started @278751ms
   [junit4]   2> 278684 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44658}
   [junit4]   2> 278684 ERROR (jetty-launcher-1163-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 278684 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 278685 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 278685 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 278685 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 278685 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-20T08:16:35.163129Z
   [junit4]   2> 278685 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3807bb6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 278694 INFO  (zkConnectionManagerCallback-1167-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278694 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278711 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 278711 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 278711 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 278711 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@688a8e0b{/solr,null,AVAILABLE}
   [junit4]   2> 278713 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278718 INFO  (zkConnectionManagerCallback-1169-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278719 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278719 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@39e048d8{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:33518}
   [junit4]   2> 278719 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.s.Server Started @278787ms
   [junit4]   2> 278719 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33518}
   [junit4]   2> 278720 ERROR (jetty-launcher-1163-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 278720 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 278720 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 278720 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 278720 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 278720 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-20T08:16:35.198582Z
   [junit4]   2> 278734 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 278735 INFO  (zkConnectionManagerCallback-1171-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 278735 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 278794 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 278794 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 278795 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 278804 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 278804 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 278806 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3807bb6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 278809 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 278809 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 278814 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 278814 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 278816 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3807bb6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 278817 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3807bb6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 279139 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 279153 WARN  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@43b387de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279153 WARN  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@43b387de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279183 WARN  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@43437ddc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279183 WARN  (jetty-launcher-1163-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@43437ddc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279185 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43097/solr
   [junit4]   2> 279198 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 279202 INFO  (zkConnectionManagerCallback-1181-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 279202 INFO  (jetty-launcher-1163-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 279305 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 279493 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 279493 INFO  (jetty-launcher-1163-thread-3) 
[n:127.0.0.1:44658_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 279511 WARN  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4104d670[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279511 WARN  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4104d670[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279525 INFO  (zkConnectionManagerCallback-1183-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 279526 WARN  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4cd8619b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279526 WARN  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4cd8619b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279526 INFO  (jetty-launcher-1163-thread-3) 
[n:127.0.0.1:44658_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 279555 WARN  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2548d8ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279555 WARN  (jetty-launcher-1163-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2548d8ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279558 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43097/solr
   [junit4]   2> 279569 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 279570 WARN  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1e1913de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279570 WARN  (jetty-launcher-1163-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1e1913de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279571 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43097/solr
   [junit4]   2> 279573 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 279588 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 279595 INFO  (zkConnectionManagerCallback-1193-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 279595 INFO  (jetty-launcher-1163-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 279622 INFO  (zkConnectionManagerCallback-1197-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 279622 INFO  (jetty-launcher-1163-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 279624 WARN  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6f171dcc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279624 WARN  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6f171dcc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279628 WARN  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@43fc4f11[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279628 WARN  (jetty-launcher-1163-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@43fc4f11[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 279629 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43097/solr
   [junit4]   2> 279632 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 279633 INFO  (zkConnectionManagerCallback-1203-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 279633 INFO  (jetty-launcher-1163-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 279730 INFO  (jetty-launcher-1163-thread-1) 
[n:127.0.0.1:37274_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 279738 INFO  (zkConnectionManagerCallback-1205-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 279738 INFO  (jetty-launcher-1163-thread-1) 
[n:127.0.0.1:37274_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 279811 INFO  (jetty-launcher-1163-thread-4) 
[n:127.0.0.1:38279_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 279820 INFO  (zkConnectionManagerCallback-1207-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 279820 INFO  (jetty-launcher-1163-thread-4) 
[n:127.0.0.1:38279_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 279931 INFO  (jetty-launcher-1163-thread-2) 
[n:127.0.0.1:33518_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 279937 INFO  (jetty-launcher-1163-thread-1) 
[n:127.0.0.1:37274_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37274_solr
   [junit4]   2> 279938 INFO  (zkConnectionManagerCallback-1209-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 279938 INFO  (jetty-launcher-1163-thread-2) 
[n:127.0.0.1:33518_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 279941 INFO  (jetty-launcher-1163-thread-4) 
[n:127.0.0.1:38279_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38279_solr
   [junit4]   2> 279941 INFO  (jetty-launcher-1163-thread-1) 
[n:127.0.0.1:37274_solr     ] o.a.s.c.Overseer Overseer 
(id=73509435561541644-127.0.0.1:37274_solr-n_0000000000) starting
   [junit4]   2> 279954 INFO  (zkCallback-1204-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 279964 INFO  (jetty-launcher-1163-thread-4) 
[n:127.0.0.1:38279_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 279964 INFO  (jetty-launcher-1163-thread-2) 
[n:127.0.0.1:33518_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 279972 INFO  (jetty-launcher-1163-thread-2) 
[n:127.0.0.1:33518_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33518_solr as DOWN
   [junit4]   2> 279973 INFO  (zkCallback-1206-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 279974 INFO  (jetty-launcher-1163-thread-2) 
[n:127.0.0.1:33518_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 279974 INFO  (jetty-launcher-1163-thread-2) 
[n:127.0.0.1:33518_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33518_solr
   [junit4]   2> 279978 INFO  (zkConnectionManagerCallback-1220-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 279978 INFO  (jetty-launcher-1163-thread-4) 
[n:127.0.0.1:38279_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 279981 INFO  (zkCallback-1204-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 279986 INFO  (jetty-launcher-1163-thread-4) 
[n:127.0.0.1:38279_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 279986 INFO  (zkCallback-1206-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 279991 INFO  (jetty-launcher-1163-thread-4) 
[n:127.0.0.1:38279_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43097/solr ready
   [junit4]   2> 279995 INFO  (jetty-launcher-1163-thread-1) 
[n:127.0.0.1:37274_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 280010 INFO  (jetty-launcher-1163-thread-2) 
[n:127.0.0.1:33518_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 280024 INFO  (zkCallback-1208-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 280030 INFO  (zkConnectionManagerCallback-1230-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280030 INFO  (jetty-launcher-1163-thread-2) 
[n:127.0.0.1:33518_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 280031 INFO  (jetty-launcher-1163-thread-3) 
[n:127.0.0.1:44658_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 280032 INFO  (jetty-launcher-1163-thread-2) 
[n:127.0.0.1:33518_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 280034 INFO  (jetty-launcher-1163-thread-2) 
[n:127.0.0.1:33518_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43097/solr ready
   [junit4]   2> 280041 INFO  (jetty-launcher-1163-thread-3) 
[n:127.0.0.1:44658_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44658_solr as DOWN
   [junit4]   2> 280042 INFO  (jetty-launcher-1163-thread-3) 
[n:127.0.0.1:44658_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 280042 INFO  (jetty-launcher-1163-thread-3) 
[n:127.0.0.1:44658_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44658_solr
   [junit4]   2> 280045 INFO  (zkCallback-1206-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 280045 INFO  (zkCallback-1208-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 280045 INFO  (zkCallback-1204-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 280054 INFO  (zkConnectionManagerCallback-1225-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280054 INFO  (jetty-launcher-1163-thread-1) 
[n:127.0.0.1:37274_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 280056 INFO  (jetty-launcher-1163-thread-1) 
[n:127.0.0.1:37274_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 280058 INFO  (jetty-launcher-1163-thread-1) 
[n:127.0.0.1:37274_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43097/solr ready
   [junit4]   2> 280065 INFO  (jetty-launcher-1163-thread-4) 
[n:127.0.0.1:38279_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 280077 INFO  (jetty-launcher-1163-thread-3) 
[n:127.0.0.1:44658_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 280079 INFO  (zkCallback-1219-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 280083 INFO  (zkCallback-1182-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 280083 INFO  (zkCallback-1229-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 280083 INFO  (zkConnectionManagerCallback-1235-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280083 INFO  (jetty-launcher-1163-thread-3) 
[n:127.0.0.1:44658_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 280090 INFO  (jetty-launcher-1163-thread-3) 
[n:127.0.0.1:44658_solr     ] o

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

onfigure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null670237778
     [copy] Copying 249 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null670237778
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null670237778

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene1-us-west
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath]         found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath]         found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath]         found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 60ms :: artifacts dl 7ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 402 minutes 27 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to