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

4 tests failed.
FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.test

Error Message:
org.apache.lucene.store.RawDirectoryWrapper cannot be cast to 
org.apache.lucene.store.MockDirectoryWrapper

Stack Trace:
java.lang.ClassCastException: org.apache.lucene.store.RawDirectoryWrapper 
cannot be cast to org.apache.lucene.store.MockDirectoryWrapper
        at 
__randomizedtesting.SeedInfo.seed([16C8F70A7ED0A5B1:9E9CC8D0D02CC849]:0)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:102)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:74)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Error from server at http://127.0.0.1:45639/solr: collection already exists: 
collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:45639/solr: collection already exists: 
collection1
        at 
__randomizedtesting.SeedInfo.seed([16C8F70A7ED0A5B1:937CDB7D422F1C29]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:139)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir

Error Message:
Captured an uncaught exception in thread: Thread[id=12500, 
name=cdcr-replicator-2883-thread-1, state=RUNNABLE, 
group=TGRP-CdcrBidirectionalTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=12500, name=cdcr-replicator-2883-thread-1, 
state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
Caused by: java.lang.AssertionError: 1605795913784098816 != 1605795913704407040
        at __randomizedtesting.SeedInfo.seed([16C8F70A7ED0A5B1]:0)
        at 
org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
        at org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:125)
        at 
org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:81)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Expected numSlices=2 numReplicas=2 but found 
DocCollection(solrj_collection//collections/solrj_collection/state.json/31)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node5":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node5/data/",
           "base_url":"http://127.0.0.1:39105/g_vfi/j";,           
"node_name":"127.0.0.1:39105_g_vfi%2Fj",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node5/data/tlog",
           "core":"solrj_collection_shard1_replica_n2",           
"shared_storage":"true",           "state":"down"},         "core_node3":{      
     "core":"solrj_collection_shard1_replica_n1",           
"base_url":"http://127.0.0.1:40421/g_vfi/j";,           
"node_name":"127.0.0.1:40421_g_vfi%2Fj",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node7/data/",
           "base_url":"http://127.0.0.1:36135/g_vfi/j";,           
"node_name":"127.0.0.1:36135_g_vfi%2Fj",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node7/data/tlog",
           "core":"solrj_collection_shard2_replica_n4",           
"shared_storage":"true",           "state":"active",           
"leader":"true"},         "core_node8":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node8/data/",
           "base_url":"http://127.0.0.1:40421/g_vfi/j";,           
"node_name":"127.0.0.1:40421_g_vfi%2Fj",           "type":"NRT",           
"force_set_state":"false",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node8/data/tlog",
           "core":"solrj_collection_shard2_replica_n6",           
"shared_storage":"true",           "state":"active"}}}},   "router":{     
"field":"myOwnField",     "name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"} with 
/live_nodes: [127.0.0.1:36135_g_vfi%2Fj, 127.0.0.1:39105_g_vfi%2Fj, 
127.0.0.1:40421_g_vfi%2Fj, 127.0.0.1:45350_g_vfi%2Fj]

Stack Trace:
java.lang.AssertionError: Expected numSlices=2 numReplicas=2 but found 
DocCollection(solrj_collection//collections/solrj_collection/state.json/31)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node5":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node5/data/",
          "base_url":"http://127.0.0.1:39105/g_vfi/j";,
          "node_name":"127.0.0.1:39105_g_vfi%2Fj",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node5/data/tlog",
          "core":"solrj_collection_shard1_replica_n2",
          "shared_storage":"true",
          "state":"down"},
        "core_node3":{
          "core":"solrj_collection_shard1_replica_n1",
          "base_url":"http://127.0.0.1:40421/g_vfi/j";,
          "node_name":"127.0.0.1:40421_g_vfi%2Fj",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node7/data/",
          "base_url":"http://127.0.0.1:36135/g_vfi/j";,
          "node_name":"127.0.0.1:36135_g_vfi%2Fj",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node7/data/tlog",
          "core":"solrj_collection_shard2_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node8":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node8/data/",
          "base_url":"http://127.0.0.1:40421/g_vfi/j";,
          "node_name":"127.0.0.1:40421_g_vfi%2Fj",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34824/solr_hdfs_home/solrj_collection/core_node8/data/tlog",
          "core":"solrj_collection_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active"}}}},
  "router":{
    "field":"myOwnField",
    "name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"} with /live_nodes: [127.0.0.1:36135_g_vfi%2Fj, 
127.0.0.1:39105_g_vfi%2Fj, 127.0.0.1:40421_g_vfi%2Fj, 127.0.0.1:45350_g_vfi%2Fj]
        at 
__randomizedtesting.SeedInfo.seed([16C8F70A7ED0A5B1:9E9CC8D0D02CC849]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.assertSliceAndReplicaCount(SharedFSAutoReplicaFailoverTest.java:415)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:256)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:145)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13604 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_16C8F70A7ED0A5B1-001/init-core-data-001
   [junit4]   2> 2118301 WARN  
(SUITE-LeaderTragicEventTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=130 numCloses=130
   [junit4]   2> 2118301 INFO  
(SUITE-LeaderTragicEventTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2118311 INFO  
(SUITE-LeaderTragicEventTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2118311 INFO  
(SUITE-LeaderTragicEventTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2118312 INFO  
(SUITE-LeaderTragicEventTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_16C8F70A7ED0A5B1-001/tempDir-001
   [junit4]   2> 2118312 INFO  
(SUITE-LeaderTragicEventTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2118323 INFO  (Thread-5197) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2118323 INFO  (Thread-5197) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2118356 ERROR (Thread-5197) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2118423 INFO  
(SUITE-LeaderTragicEventTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45365
   [junit4]   2> 2118446 INFO  (zkConnectionManagerCallback-2201-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2118457 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2118465 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2118467 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2118467 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2118467 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2118467 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3fb11fe7{/solr,null,AVAILABLE}
   [junit4]   2> 2118481 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@491a3fc{HTTP/1.1,[http/1.1]}{127.0.0.1:45691}
   [junit4]   2> 2118481 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.e.j.s.Server Started @2118538ms
   [junit4]   2> 2118481 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45691}
   [junit4]   2> 2118481 ERROR (jetty-launcher-2198-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2118481 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2118481 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2118481 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2118481 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2118481 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-12T14:35:48.441Z
   [junit4]   2> 2118483 INFO  (zkConnectionManagerCallback-2203-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2118488 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2118493 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2118494 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2118494 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2118494 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5571951{/solr,null,AVAILABLE}
   [junit4]   2> 2118495 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7809bcc6{HTTP/1.1,[http/1.1]}{127.0.0.1:45639}
   [junit4]   2> 2118495 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.e.j.s.Server Started @2118552ms
   [junit4]   2> 2118495 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45639}
   [junit4]   2> 2118495 ERROR (jetty-launcher-2198-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2118495 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2118495 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2118495 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2118495 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2118495 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-12T14:35:48.455Z
   [junit4]   2> 2118524 INFO  (zkConnectionManagerCallback-2205-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2118524 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2118762 INFO  (jetty-launcher-2198-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45365/solr
   [junit4]   2> 2118783 INFO  (zkConnectionManagerCallback-2209-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2118819 INFO  (zkConnectionManagerCallback-2211-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2118995 INFO  (jetty-launcher-2198-thread-1) 
[n:127.0.0.1:45639_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2118996 INFO  (jetty-launcher-2198-thread-1) 
[n:127.0.0.1:45639_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45639_solr
   [junit4]   2> 2118999 INFO  (jetty-launcher-2198-thread-1) 
[n:127.0.0.1:45639_solr    ] o.a.s.c.Overseer Overseer 
(id=72958291280658436-127.0.0.1:45639_solr-n_0000000000) starting
   [junit4]   2> 2119019 INFO  (zkConnectionManagerCallback-2218-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2119021 INFO  (jetty-launcher-2198-thread-1) 
[n:127.0.0.1:45639_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45365/solr ready
   [junit4]   2> 2119022 INFO  (jetty-launcher-2198-thread-1) 
[n:127.0.0.1:45639_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45639_solr
   [junit4]   2> 2119061 INFO  (zkCallback-2217-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2119072 INFO  
(OverseerStateUpdate-72958291280658436-127.0.0.1:45639_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2119095 INFO  (jetty-launcher-2198-thread-1) 
[n:127.0.0.1:45639_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2119134 INFO  (jetty-launcher-2198-thread-1) 
[n:127.0.0.1:45639_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45639.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2119153 INFO  (jetty-launcher-2198-thread-1) 
[n:127.0.0.1:45639_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45639.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2119153 INFO  (jetty-launcher-2198-thread-1) 
[n:127.0.0.1:45639_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45639.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2119154 INFO  (jetty-launcher-2198-thread-1) 
[n:127.0.0.1:45639_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_16C8F70A7ED0A5B1-001/tempDir-001/node1/.
   [junit4]   2> 2119287 INFO  (jetty-launcher-2198-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45365/solr
   [junit4]   2> 2119308 INFO  (zkConnectionManagerCallback-2223-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2119331 INFO  (zkConnectionManagerCallback-2225-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2119337 INFO  (jetty-launcher-2198-thread-2) 
[n:127.0.0.1:45691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2119338 INFO  (jetty-launcher-2198-thread-2) 
[n:127.0.0.1:45691_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2119340 INFO  (jetty-launcher-2198-thread-2) 
[n:127.0.0.1:45691_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2119340 INFO  (jetty-launcher-2198-thread-2) 
[n:127.0.0.1:45691_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45691_solr
   [junit4]   2> 2119343 INFO  (zkCallback-2210-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2119343 INFO  (zkCallback-2217-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2119353 INFO  (zkCallback-2224-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2119467 INFO  (zkConnectionManagerCallback-2232-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2119470 INFO  (jetty-launcher-2198-thread-2) 
[n:127.0.0.1:45691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2119476 INFO  (jetty-launcher-2198-thread-2) 
[n:127.0.0.1:45691_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45365/solr ready
   [junit4]   2> 2119499 INFO  (jetty-launcher-2198-thread-2) 
[n:127.0.0.1:45691_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2119530 INFO  (jetty-launcher-2198-thread-2) 
[n:127.0.0.1:45691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45691.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2119558 INFO  (jetty-launcher-2198-thread-2) 
[n:127.0.0.1:45691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45691.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2119558 INFO  (jetty-launcher-2198-thread-2) 
[n:127.0.0.1:45691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45691.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2119559 INFO  (jetty-launcher-2198-thread-2) 
[n:127.0.0.1:45691_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_16C8F70A7ED0A5B1-001/tempDir-001/node2/.
   [junit4]   2> 2119679 INFO  (zkConnectionManagerCallback-2235-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2119682 INFO  (zkConnectionManagerCallback-2240-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2119683 INFO  
(SUITE-LeaderTragicEventTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2119684 INFO  
(SUITE-LeaderTragicEventTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45365/solr ready
   [junit4]   2> 2119771 INFO  
(TEST-LeaderTragicEventTest.test-seed#[16C8F70A7ED0A5B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2119774 INFO  (qtp474573419-12056) [n:127.0.0.1:45639_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2119791 INFO  (OverseerThreadFactory-2754-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2119912 INFO  
(OverseerStateUpdate-72958291280658436-127.0.0.1:45639_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45639/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2119914 INFO  
(OverseerStateUpdate-72958291280658436-127.0.0.1:45639_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45691/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2120131 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr    
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2120132 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr    
x:collection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2120143 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr    
x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2121205 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2121205 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2121230 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2121232 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2121232 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2121233 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45691.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2121233 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2121233 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_16C8F70A7ED0A5B1-001/tempDir-001/node2/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_16C8F70A7ED0A5B1-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 2121237 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2121239 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2121239 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2121280 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45639.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2121289 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2121289 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_16C8F70A7ED0A5B1-001/tempDir-001/node1/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_16C8F70A7ED0A5B1-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 2121447 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2121447 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2121448 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2121448 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2121458 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@71f28c4a[collection1_shard1_replica_n2] main]
   [junit4]   2> 2121459 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2121459 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2121461 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2121461 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2121462 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2121463 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2121463 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2121464 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@705ed6d3[collection1_shard1_replica_n1] main]
   [junit4]   2> 2121464 INFO  
(searcherExecutor-2765-thread-1-processing-n:127.0.0.1:45691_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:45691_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@71f28c4a[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2121464 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1605795736635572224
   [junit4]   2> 2121465 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2121465 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2121466 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2121466 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1605795736637669376
   [junit4]   2> 2121467 INFO  
(searcherExecutor-2766-thread-1-processing-n:127.0.0.1:45639_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:45639_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@705ed6d3[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2121473 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 2121476 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node3=0, 
core_node4=0}, version=1}
   [junit4]   2> 2121479 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2121479 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2121479 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45691/solr/collection1_shard1_replica_n2/
   [junit4]   2> 2121480 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 
url=http://127.0.0.1:45691/solr START 
replicas=[http://127.0.0.1:45639/solr/collection1_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 2121499 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 
url=http://127.0.0.1:45691/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2121501 INFO  (qtp474573419-12051) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2121502 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2121502 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2121502 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2121507 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45691/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 2121614 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2121616 INFO  (qtp98004118-12044) [n:127.0.0.1:45691_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1473
   [junit4]   2> 2121717 INFO  (zkCallback-2224-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2122483 INFO  (qtp474573419-12052) [n:127.0.0.1:45639_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2352
   [junit4]   2> 2122499 INFO  (qtp474573419-12056) [n:127.0.0.1:45639_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2122592 INFO  (zkCallback-2210-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2122593 INFO  (zkCallback-2224-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2123499 INFO  (qtp474573419-12056) [n:127.0.0.1:45639_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3725
   [junit4]   2> 2123502 INFO  
(TEST-LeaderTragicEventTest.test-seed#[16C8F70A7ED0A5B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [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=LeaderTragicEventTest -Dtests.method=test 
-Dtests.seed=16C8F70A7ED0A5B1 -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=es-EC -Dtests.timezone=America/Kentucky/Louisville 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   3.82s J2 | LeaderTragicEventTest.test <<<
   [junit4]    > Throwable #1: java.lang.ClassCastException: 
org.apache.lucene.store.RawDirectoryWrapper cannot be cast to 
org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([16C8F70A7ED0A5B1:9E9CC8D0D02CC849]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:102)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:74)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2123660 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[16C8F70A7ED0A5B1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testOtherReplicasAreNotActive
   [junit4]   2> 2123660 INFO  (qtp474573419-12051) [n:127.0.0.1:45639_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=config&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2123681 INFO  
(OverseerCollectionConfigSetProcessor-72958291280658436-127.0.0.1:45639_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2123681 INFO  (OverseerThreadFactory-2754-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2123682 ERROR (OverseerThreadFactory-2754-thread-2) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: collection1 operation: 
create failed:org.apache.solr.common.SolrException: collection already exists: 
collection1
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:106)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:255)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2123702 INFO  (qtp474573419-12051) [n:127.0.0.1:45639_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=config&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=400 QTime=41
   [junit4]   2> 2123703 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[16C8F70A7ED0A5B1])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testOtherReplicasAreNotActive
   [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=LeaderTragicEventTest -Dtests.method=testOtherReplicasAreNotActive 
-Dtests.seed=16C8F70A7ED0A5B1 -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=es-EC -Dtests.timezone=America/Kentucky/Louisville 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.20s J2 | 
LeaderTragicEventTest.testOtherReplicasAreNotActive <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:45639/solr: collection already exists: 
collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([16C8F70A7ED0A5B1:937CDB7D422F1C29]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:139)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2123731 INFO  (jetty-closer-2199-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7809bcc6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2123735 INFO  (jetty-closer-2199-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2145643617
   [junit4]   2> 2123735 INFO  (jetty-closer-2199-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2123736 INFO  (jetty-closer-2199-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@54f049ef: rootName = 
solr_45639, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@5a924391
   [junit4]   2> 2123736 INFO  (jetty-closer-2199-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@491a3fc{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2123750 INFO  (jetty-closer-2199-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=745251544
   [junit4]   2> 2123750 INFO  (jetty-closer-2199-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2123750 INFO  (jetty-closer-2199-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@771dedfc: rootName = 
solr_45691, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@7c52438f
   [junit4]   2> 2123756 INFO  (jetty-closer-2199-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2123756 INFO  (jetty-closer-2199-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2cf3fe7: rootName = 
solr_45691, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7080b682
   [junit4]   2> 2123758 INFO  (jetty-closer-2199-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2123758 INFO  (jetty-closer-2199-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4418fc47: rootName = 
solr_45639, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7080b682
   [junit4]   2> 2123759 INFO  (jetty-closer-2199-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2123759 INFO  (jetty-closer-2199-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2bd1681c: rootName = 
solr_45691, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@2a5b1277
   [junit4]   2> 2123762 INFO  (jetty-closer-2199-thread-2) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45691_solr
   [junit4]   2> 2123763 INFO  (zkCallback-2217-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2123763 INFO  (zkCallback-2210-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2123764 INFO  (jetty-closer-2199-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2123778 INFO  (jetty-closer-2199-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2123778 INFO  (jetty-closer-2199-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7ff7e23a: rootName = 
solr_45639, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@2a5b1277
   [junit4]   2> 2123778 INFO  (zkCallback-2231-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2123778 INFO  (coreCloseExecutor-2775-thread-1) 
[n:127.0.0.1:45691_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7c1850f5
   [junit4]   2> 2123778 INFO  (zkCallback-2224-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2123778 INFO  (coreCloseExecutor-2775-thread-1) 
[n:127.0.0.1:45691_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n2, tag=7c1850f5
   [junit4]   2> 2123779 INFO  (coreCloseExecutor-2775-thread-1) 
[n:127.0.0.1:45691_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2216ccf5: rootName = 
solr_45691, domain = solr.core.collection1.shard1.replica_n2, service url = 
null, agent id = null] for registry solr.core.collection1.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@3bdcfbe1
   [junit4]   2> 2123779 INFO  (jetty-closer-2199-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45639_solr
   [junit4]   2> 2123780 INFO  (jetty-closer-2199-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2123788 INFO  (coreCloseExecutor-2775-thread-1) 
[n:127.0.0.1:45691_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=7c1850f5
   [junit4]   2> 2123811 INFO  (coreCloseExecutor-2776-thread-1) 
[n:127.0.0.1:45639_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3a4ddf1a
   [junit4]   2> 2123812 INFO  (coreCloseExecutor-2776-thread-1) 
[n:127.0.0.1:45639_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n1, tag=3a4ddf1a
   [junit4]   2> 2123812 INFO  (coreCloseExecutor-2776-thread-1) 
[n:127.0.0.1:45639_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@59dbb344: rootName = 
solr_45639, domain = solr.core.collection1.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@37ad4e1c
   [junit4]   2> 2123812 INFO  (zkCallback-2210-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2123812 INFO  (zkCallback-2217-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2123839 INFO  (zkCallback-2231-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2123931 INFO  (zkCallback-2224-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2123933 INFO  (coreCloseExecutor-2776-thread-1) 
[n:127.0.0.1:45639_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=3a4ddf1a
   [junit4]   2> 2123934 INFO  (zkCallback-2210-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [0])
   [junit4]   2> 2123949 INFO  (zkCallback-2224-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [0])
   [junit4]   2> 2123988 INFO  (jetty-closer-2199-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72958291280658436-127.0.0.1:45639_solr-n_0000000000) closing
   [junit4]   2> 2123993 INFO  
(OverseerStateUpdate-72958291280658436-127.0.0.1:45639_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45639_solr
   [junit4]   2> 2123998 WARN  
(OverseerAutoScalingTriggerThread-72958291280658436-127.0.0.1:45639_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 2124005 INFO  (zkCallback-2224-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45691_solr
   [junit4]   2> 2124006 INFO  (jetty-closer-2199-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5571951{/solr,null,UNAVAILABLE}
   [junit4]   2> 2124007 INFO  (jetty-closer-2199-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2136559 ERROR (coreCloseExecutor-2775-thread-1) 
[n:127.0.0.1:45691_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.CachingDirectoryFactory Timeout 
waiting for all directory ref counts to be released - gave up waiting on 
CachedDir<<refCount=1;path=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_16C8F70A7ED0A5B1-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/index;done=false>>
   [junit4]   2> 2136560 ERROR (coreCloseExecutor-2775-thread-1) 
[n:127.0.0.1:45691_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.CachingDirectoryFactory Error closing 
directory:org.apache.solr.common.SolrException: Timeout waiting for all 
directory ref counts to be released - gave up waiting on 
CachedDir<<refCount=1;path=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_16C8F70A7ED0A5B1-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/index;done=false>>
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:178)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.close(SolrCore.java:1643)
   [junit4]   2>        at 
org.apache.solr.core.SolrCores.lambda$close$0(SolrCores.java:141)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2136560 ERROR (coreCloseExecutor-2775-thread-1) 
[n:127.0.0.1:45691_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore java.lang.AssertionError: 1
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:192)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.close(SolrCore.java:1643)
   [junit4]   2>        at 
org.apache.solr.core.SolrCores.lambda$close$0(SolrCores.java:141)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2136560 ERROR (coreCloseExecutor-2775-thread-1) 
[n:127.0.0.1:45691_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCores Error shutting down 
core:java.lang.AssertionError: 1
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:192)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.close(SolrCore.java:1643)
   [junit4]   2>        at 
org.apache.solr.core.SolrCores.lambda$close$0(SolrCores.java:141)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2136591 INFO  (jetty-closer-2199-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3fb11fe7{/solr,null,UNAVAILABLE}
   [junit4]   2> 2136591 INFO  (jetty-closer-2199-thread-2) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2136612 ERROR 
(SUITE-LeaderTragicEventTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2136613 INFO  
(SUITE-LeaderTragicEventTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45365 45365
   [junit4]   2> 2136669 INFO  (Thread-5197) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45365 45365
   [junit4]   2> 2136685 WARN  (Thread-5197) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        5       /solr/collections/collection1/terms/shard1
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_16C8F70A7ED0A5B1-001
   [junit4]   2> Jul 12, 2018 2:36:06 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1262, maxMBSortInHeap=6.474910515687563, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@71d0d66f),
 locale=es-EC, timezone=America/Kentucky/Louisville
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=288957864,total=508559360
   [junit4]   2> NOTE: All tests run in this JVM: 
[HdfsChaosMonkeyNothingIsSafeTest, TestReloadAndDeleteDocs, 
RAMDirectoryFactoryTest, TestSurroundQueryParser, TestIntervalFaceting, 
QueryElevationComponentTest, TestSortByMinMaxFunction, 
FieldMutatingUpdateProcessorTest, TestTestInjection, TestRecovery, 
TestNumericTokenStream, PropertiesRequestHandlerTest, ExplicitHLLTest, 
SolrTestCaseJ4Test, TestSlowCompositeReaderWrapper, 
TestSolrConfigHandlerConcurrent, TestScoreJoinQPNoScore, CloudMLTQParserTest, 
TestApiFramework, StatsComponentTest, TermVectorComponentDistributedTest, 
NumberUtilsTest, GraphQueryTest, TestComponentsName, 
TestFieldCollectionResource, MultiSolrCloudTestCaseTest, DistributedQueueTest, 
TestSimpleQParserPlugin, TestImpersonationWithHadoopAuth, TestNRTOpen, 
CoreAdminOperationTest, BlockJoinFacetDistribTest, TestNestedUpdateProcessor, 
TestConfig, TestCloudSearcherWarming, ScriptEngineTest, TestLRUCache, 
TestLockTree, TestPartialUpdateDeduplication, TestSolrConfigHandler, 
TestDistributedStatsComponentCardinality, TestImplicitCoreProperties, 
TestMaxTokenLenTokenizer, DeleteReplicaTest, 
HdfsAutoAddReplicasIntegrationTest, TestStressCloudBlindAtomicUpdates, 
CdcrReplicationHandlerTest, LeaderTragicEventTest]
   [junit4] Completed [150/824 (1!)] on J2 in 18.87s, 2 tests, 2 errors <<< 
FAILURES!

[...truncated 70 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_16C8F70A7ED0A5B1-001/init-core-data-001
   [junit4]   2> 2174272 WARN  
(SUITE-CdcrBidirectionalTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2174272 INFO  
(SUITE-CdcrBidirectionalTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2174273 INFO  
(SUITE-CdcrBidirectionalTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2174273 INFO  
(SUITE-CdcrBidirectionalTest-seed#[16C8F70A7ED0A5B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2174309 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[16C8F70A7ED0A5B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBiDir
   [junit4]   2> 2174309 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[16C8F70A7ED0A5B1]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_16C8F70A7ED0A5B1-001/cdcr-cluster2-001
   [junit4]   2> 2174309 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[16C8F70A7ED0A5B1]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2174339 INFO  (Thread-5245) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2174339 INFO  (Thread-5245) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2174356 ERROR (Thread-5245) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2174436 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[16C8F70A7ED0A5B1]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41858
   [junit4]   2> 2174526 INFO  (zkConnectionManagerCallback-2289-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174600 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2174686 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2174686 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2174686 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2174705 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4a9732db{/solr,null,AVAILABLE}
   [junit4]   2> 2174706 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@21d34470{HTTP/1.1,[http/1.1]}{127.0.0.1:41206}
   [junit4]   2> 2174706 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.e.j.s.Server Started @2174763ms
   [junit4]   2> 2174706 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41206}
   [junit4]   2> 2174706 ERROR (jetty-launcher-2286-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2174706 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2174706 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2174706 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2174706 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2174706 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-12T14:36:44.666Z
   [junit4]   2> 2174782 INFO  (zkConnectionManagerCallback-2291-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174794 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2176089 INFO  (jetty-launcher-2286-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41858/solr
   [junit4]   2> 2176158 INFO  (zkConnectionManagerCallback-2295-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2176195 INFO  (zkConnectionManagerCallback-2297-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2176692 INFO  (jetty-launcher-2286-thread-1) 
[n:127.0.0.1:41206_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2176692 INFO  (jetty-launcher-2286-thread-1) 
[n:127.0.0.1:41206_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41206_solr
   [junit4]   2> 2176693 INFO  (jetty-launcher-2286-thread-1) 
[n:127.0.0.1:41206_solr    ] o.a.s.c.Overseer Overseer 
(id=72958294950805507-127.0.0.1:41206_solr-n_0000000000) starting
   [junit4]   2> 2176772 INFO  (zkConnectionManagerCallback-2304-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2176792 INFO  (jetty-launcher-2286-thread-1) 
[n:127.0.0.1:41206_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41858/solr ready
   [junit4]   2> 2176856 INFO  (jetty-launcher-2286-thread-1) 
[n:127.0.0.1:41206_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41206_solr
   [junit4]   2> 2177104 INFO  (zkCallback-2303-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2177123 INFO  (zkCallback-2296-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2177250 INFO  (jetty-launcher-2286-thread-1) 
[n:127.0.0.1:41206_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2177741 INFO  (jetty-launcher-2286-thread-1) 
[n:127.0.0.1:41206_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41206.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2177886 INFO  (jetty-launcher-2286-thread-1) 
[n:127.0.0.1:41206_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41206.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2177887 INFO  (jetty-launcher-2286-thread-1) 
[n:127.0.0.1:41206_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41206.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2177888 INFO  (jetty-launcher-2286-thread-1) 
[n:127.0.0.1:41206_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_16C8F70A7ED0A5B1-001/cdcr-cluster2-001/node1/.
   [junit4]   2> 2178259 INFO  (zkConnectionManagerCallback-2307-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2178345 INFO  (zkConnectionManagerCallback-2310-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2178418 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[16C8F70A7ED0A5B1]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_16C8F70A7ED0A5B1-001/cdcr-cluster1-001
   [junit4]   2> 2178418 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[16C8F70A7ED0A5B1]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2178419 INFO  (Thread-5255) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2178419 INFO  (Thread-5255) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2178439 ERROR (Thread-5255) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2178527 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[16C8F70A7ED0A5B1]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40925
   [junit4]   2> 2178584 INFO  (zkConnectionManagerCallback-2314-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2178603 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2178657 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2178657 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2178657 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2178658 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@79bf1966{/solr,null,AVAILABLE}
   [junit4]   2> 2178658 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2de13795{HTTP/1.1,[http/1.1]}{127.0.0.1:46615}
   [junit4]   2> 2178658 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.e.j.s.Server Started @2178715ms
   [junit4]   2> 2178658 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46615}
   [junit4]   2> 2178658 ERROR (jetty-launcher-2311-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2178666 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2178666 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2178666 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2178667 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2178667 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-12T14:36:48.627Z
   [junit4]   2> 2178722 INFO  (zkConnectionManagerCallback-2316-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2178722 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2179340 INFO  (jetty-launcher-2311-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40925/solr
   [junit4]   2> 2179412 INFO  (zkConnectionManagerCallback-2320-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2179477 INFO  (zkConnectionManagerCallback-2322-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2180335 INFO  (jetty-launcher-2311-thread-1) 
[n:127.0.0.1:46615_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2180336 INFO  (jetty-launcher-2311-thread-1) 
[n:127.0.0.1:46615_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46615_solr
   [junit4]   2> 2180336 INFO  (jetty-launcher-2311-thread-1) 
[n:127.0.0.1:46615_solr    ] o.a.s.c.Overseer Overseer 
(id=72958295219306499-127.0.0.1:46615_solr-n_0000000000) starting
   [junit4]   2> 2180471 INFO  (zkConnectionManagerCallback-2329-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2180617 INFO  (jetty-launcher-2311-thread-1) 
[n:127.0.0.1:46615_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40925/solr ready
   [junit4]   2> 2180654 INFO  (jetty-launcher-2311-thread-1) 
[n:127.0.0.1:46615_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46615_solr
   [junit4]   2> 2180691 INFO  
(OverseerStateUpdate-72958295219306499-127.0.0.1:46615_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2180922 INFO  (zkCallback-2328-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2181227 INFO  (jetty-launcher-2311-thread-1) 
[n:127.0.0.1:46615_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2181451 INFO  (jetty-launcher-2311-thread-1) 
[n:127.0.0.1:46615_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46615.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2181544 INFO  (jetty-launcher-2311-thread-1) 
[n:127.0.0.1:46615_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46615.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2181544 INFO  (jetty-launcher-2311-thread-1) 
[n:127.0.0.1:46615_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46615.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3381fa56
   [junit4]   2> 2181545 INFO  (jetty-launcher-2311-thread-1) 
[n:127.0.0.1:46615_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBidirectionalTest_16C8F70A7ED0A5B1-001/cdcr-cluster1-001/node1/.
   [junit4]   2> 2181881 INFO  (zkConnectionManagerCallback-2332-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2181918 INFO  (zkConnectionManagerCallback-2335-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2181919 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[16C8F70A7ED0A5B1]) [    ] 
o.a.s.c.c.CdcrBidirectionalTest cluster2 zkHost = 127.0.0.1:41858/solr
   [junit4]   2> 2181920 INFO  
(TEST-CdcrBidirectionalTest.testBiDir-seed#[16C8F70A7ED0A5B1]) [    ] 
o.a.s.c.c.CdcrBidirectionalTest cluster1 zkHost = 127.0.0.1:40925/solr
   [junit4]   2> 2181991 INFO  (zkConnectionManagerCallback-2337-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2182044 INFO  (zkConnectionManagerCallback-2341-thread-1) [    
] 

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

source] 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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 30ms :: artifacts dl 5ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 529 minutes 16 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                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:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                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:1819)
                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:2920)
        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:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        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:1819)
        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