Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/43/

3 tests failed.
FAILED:  
org.apache.lucene.search.TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh

Error Message:
Captured an uncaught exception in thread: Thread[id=12283, name=Thread-11297, 
state=RUNNABLE, group=TGRP-TestSearcherManager]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=12283, name=Thread-11297, state=RUNNABLE, 
group=TGRP-TestSearcherManager]
Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_786474AA37A4FDE6-001/tempDir-001/_9u.fdx:
 Too many open files
        at __randomizedtesting.SeedInfo.seed([786474AA37A4FDE6]:0)
        at 
org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:647)
Caused by: java.nio.file.FileSystemException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_786474AA37A4FDE6-001/tempDir-001/_9u.fdx:
 Too many open files
        at 
org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
        at 
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
        at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
        at 
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
        at java.nio.channels.FileChannel.open(FileChannel.java:287)
        at java.nio.channels.FileChannel.open(FileChannel.java:335)
        at 
org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
        at 
org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2801)
        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:747)
        at 
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
        at 
org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1069)
        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:128)
        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsReader(Lucene50StoredFieldsFormat.java:173)
        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsReader(AssertingStoredFieldsFormat.java:43)
        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:126)
        at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
        at 
org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:214)
        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:106)
        at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:526)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:294)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:269)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:259)
        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
        at 
org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:156)
        at 
org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:58)
        at 
org.apache.lucene.search.ReferenceManager.doMaybeRefresh(ReferenceManager.java:176)
        at 
org.apache.lucene.search.ReferenceManager.maybeRefreshBlocking(ReferenceManager.java:253)
        at 
org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:635)


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

Error Message:
expected not same

Stack Trace:
java.lang.AssertionError: expected not same
        at 
__randomizedtesting.SeedInfo.seed([D722A0F2983D97DF:5F769F2836C1FA27]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failSame(Assert.java:819)
        at org.junit.Assert.assertNotSame(Assert.java:798)
        at org.junit.Assert.assertNotSame(Assert.java:811)
        at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

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

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
Timeout waiting to see state for collection=testSimple2 
:DocCollection(testSimple2//collections/testSimple2/state.json/25)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          
"dataDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"http://127.0.0.1:34855/solr";,
          "node_name":"127.0.0.1:34855_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          
"dataDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"http://127.0.0.1:34491/solr";,
          "node_name":"127.0.0.1:34491_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          
"dataDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"http://127.0.0.1:34855/solr";,
          "node_name":"127.0.0.1:34855_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          
"dataDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"http://127.0.0.1:34491/solr";,
          "node_name":"127.0.0.1:34491_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:34491_solr, 127.0.0.1:41416_solr]
Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/25)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          
"dataDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"http://127.0.0.1:34855/solr";,
          "node_name":"127.0.0.1:34855_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          
"dataDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"http://127.0.0.1:34491/solr";,
          "node_name":"127.0.0.1:34491_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          
"dataDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"http://127.0.0.1:34855/solr";,
          "node_name":"127.0.0.1:34855_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          
"dataDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"http://127.0.0.1:34491/solr";,
          "node_name":"127.0.0.1:34491_solr",
          "type":"NRT",
          "force_set_state":"false",
          
"ulogDir":"hdfs://localhost:37448/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([D722A0F2983D97DF:EF91840CBFCE430E]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:169)
        at 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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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 1842 lines...]
   [junit4] Suite: org.apache.lucene.search.TestSearcherManager
   [junit4]   2> mar 13, 2019 10:31:40 EM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> VARNING: Uncaught exception in thread: 
Thread[Thread-11297,5,TGRP-TestSearcherManager]
   [junit4]   2> java.lang.RuntimeException: java.nio.file.FileSystemException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_786474AA37A4FDE6-001/tempDir-001/_9u.fdx:
 Too many open files
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([786474AA37A4FDE6]:0)
   [junit4]   2>        at 
org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:647)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_786474AA37A4FDE6-001/tempDir-001/_9u.fdx:
 Too many open files
   [junit4]   2>        at 
org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2>        at 
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2>        at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]   2>        at 
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]   2>        at 
java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2>        at 
java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]   2>        at 
org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]   2>        at 
org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2801)
   [junit4]   2>        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:747)
   [junit4]   2>        at 
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
   [junit4]   2>        at 
org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1069)
   [junit4]   2>        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:128)
   [junit4]   2>        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
   [junit4]   2>        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsReader(Lucene50StoredFieldsFormat.java:173)
   [junit4]   2>        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsReader(AssertingStoredFieldsFormat.java:43)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:126)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
   [junit4]   2>        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
   [junit4]   2>        at 
org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:214)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:106)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:526)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:294)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:269)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:259)
   [junit4]   2>        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]   2>        at 
org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:156)
   [junit4]   2>        at 
org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:58)
   [junit4]   2>        at 
org.apache.lucene.search.ReferenceManager.doMaybeRefresh(ReferenceManager.java:176)
   [junit4]   2>        at 
org.apache.lucene.search.ReferenceManager.maybeRefreshBlocking(ReferenceManager.java:253)
   [junit4]   2>        at 
org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:635)
   [junit4]   2> 
   [junit4]   2> mar 13, 2019 10:31:40 EM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> VARNING: Uncaught exception in thread: 
Thread[Thread-11298,5,TGRP-TestSearcherManager]
   [junit4]   2> java.lang.RuntimeException: java.nio.file.FileSystemException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_786474AA37A4FDE6-001/tempDir-001/_ax_TestBloomFilteredLucenePostings_0.doc:
 Too many open files
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([786474AA37A4FDE6]:0)
   [junit4]   2>        at 
org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:677)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_786474AA37A4FDE6-001/tempDir-001/_ax_TestBloomFilteredLucenePostings_0.doc:
 Too many open files
   [junit4]   2>        at 
org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2>        at 
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2>        at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]   2>        at 
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]   2>        at 
java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2>        at 
java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]   2>        at 
org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]   2>        at 
org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2801)
   [junit4]   2>        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:747)
   [junit4]   2>        at 
org.apache.lucene.codecs.lucene50.Lucene50PostingsReader.<init>(Lucene50PostingsReader.java:84)
   [junit4]   2>        at 
org.apache.lucene.codecs.lucene50.Lucene50PostingsFormat.fieldsProducer(Lucene50PostingsFormat.java:443)
   [junit4]   2>        at 
org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat$BloomFilteredFieldsProducer.<init>(BloomFilteringPostingsFormat.java:177)
   [junit4]   2>        at 
org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat.fieldsProducer(BloomFilteringPostingsFormat.java:153)
   [junit4]   2>        at 
org.apache.lucene.codecs.bloom.TestBloomFilteredLucenePostings.fieldsProducer(TestBloomFilteredLucenePostings.java:71)
   [junit4]   2>        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:288)
   [junit4]   2>        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:368)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:113)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
   [junit4]   2>        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
   [junit4]   2>        at 
org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:214)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:106)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:526)
   [junit4]   2>        at 
org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
   [junit4]   2>        at 
org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
   [junit4]   2>        at 
org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
   [junit4]   2>        at 
org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:665)
   [junit4]   2> 
   [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=TestSearcherManager 
-Dtests.method=testConcurrentIndexCloseSearchAndRefresh 
-Dtests.seed=786474AA37A4FDE6 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=sv -Dtests.timezone=Asia/Ust-Nera -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   73.3s J1 | 
TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=12283, name=Thread-11297, state=RUNNABLE, 
group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.nio.file.FileSystemException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_786474AA37A4FDE6-001/tempDir-001/_9u.fdx:
 Too many open files
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([786474AA37A4FDE6]:0)
   [junit4]    >        at 
org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:647)
   [junit4]    > Caused by: java.nio.file.FileSystemException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_786474AA37A4FDE6-001/tempDir-001/_9u.fdx:
 Too many open files
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]    >        at 
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]    >        at 
java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]    >        at 
java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]    >        at 
org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2801)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:747)
   [junit4]    >        at 
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1069)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:128)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsReader(Lucene50StoredFieldsFormat.java:173)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsReader(AssertingStoredFieldsFormat.java:43)
   [junit4]    >        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:126)
   [junit4]    >        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
   [junit4]    >        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
   [junit4]    >        at 
org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:214)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:106)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:526)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:294)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:269)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:259)
   [junit4]    >        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]    >        at 
org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:156)
   [junit4]    >        at 
org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:58)
   [junit4]    >        at 
org.apache.lucene.search.ReferenceManager.doMaybeRefresh(ReferenceManager.java:176)
   [junit4]    >        at 
org.apache.lucene.search.ReferenceManager.maybeRefreshBlocking(ReferenceManager.java:253)
   [junit4]    >        at 
org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:635)Throwable
 #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=12284, name=Thread-11298, 
state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.nio.file.FileSystemException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_786474AA37A4FDE6-001/tempDir-001/_ax_TestBloomFilteredLucenePostings_0.doc:
 Too many open files
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([786474AA37A4FDE6]:0)
   [junit4]    >        at 
org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:677)
   [junit4]    > Caused by: java.nio.file.FileSystemException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J1/temp/lucene.search.TestSearcherManager_786474AA37A4FDE6-001/tempDir-001/_ax_TestBloomFilteredLucenePostings_0.doc:
 Too many open files
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    >        at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]    >        at 
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]    >        at 
java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]    >        at 
java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]    >        at 
org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2801)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:747)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50PostingsReader.<init>(Lucene50PostingsReader.java:84)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50PostingsFormat.fieldsProducer(Lucene50PostingsFormat.java:443)
   [junit4]    >        at 
org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat$BloomFilteredFieldsProducer.<init>(BloomFilteringPostingsFormat.java:177)
   [junit4]    >        at 
org.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat.fieldsProducer(BloomFilteringPostingsFormat.java:153)
   [junit4]    >        at 
org.apache.lucene.codecs.bloom.TestBloomFilteredLucenePostings.fieldsProducer(TestBloomFilteredLucenePostings.java:71)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:288)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:368)
   [junit4]    >        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:113)
   [junit4]    >        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
   [junit4]    >        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
   [junit4]    >        at 
org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:214)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:106)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:526)
   [junit4]    >        at 
org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
   [junit4]    >        at 
org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
   [junit4]    >        at 
org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
   [junit4]    >        at 
org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:665)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{date=Lucene50(blocksize=128), extra35=Lucene50(blocksize=128), 
extra13=Lucene50(blocksize=128), extra36=PostingsFormat(name=Asserting), 
extra14=PostingsFormat(name=Asserting), 
extra11=PostingsFormat(name=MockRandom), 
extra33=PostingsFormat(name=MockRandom), 
extra8=PostingsFormat(name=MockRandom), 
extra34=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
extra9=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
extra12=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 extra17=Lucene50(blocksize=128), extra39=Lucene50(blocksize=128), 
extra18=PostingsFormat(name=Asserting), 
extra37=PostingsFormat(name=MockRandom), 
extra15=PostingsFormat(name=MockRandom), 
extra16=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
extra38=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 extra2=Lucene50(blocksize=128), extra3=PostingsFormat(name=Asserting), 
titleTokenized=PostingsFormat(name=Asserting), 
extra19=PostingsFormat(name=MockRandom), 
extra0=PostingsFormat(name=MockRandom), 
extra1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 body=Lucene50(blocksize=128), title=PostingsFormat(name=MockRandom), 
extra6=Lucene50(blocksize=128), extra7=PostingsFormat(name=Asserting), 
extra4=PostingsFormat(name=MockRandom), 
extra5=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 packID=PostingsFormat(name=MockRandom), extra31=Lucene50(blocksize=128), 
extra10=PostingsFormat(name=Asserting), extra32=PostingsFormat(name=Asserting), 
extra30=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 extra24=Lucene50(blocksize=128), extra25=PostingsFormat(name=Asserting), 
extra22=PostingsFormat(name=MockRandom), 
extra23=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 extra28=Lucene50(blocksize=128), extra29=PostingsFormat(name=Asserting), 
docid=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 extra26=PostingsFormat(name=MockRandom), 
extra27=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 extra20=Lucene50(blocksize=128), extra21=PostingsFormat(name=Asserting)}, 
docValues:{date=DocValuesFormat(name=Asserting), 
extra13=DocValuesFormat(name=Lucene80), extra14=DocValuesFormat(name=Lucene80), 
extra8=DocValuesFormat(name=Lucene80), extra11=DocValuesFormat(name=Asserting), 
extra9=DocValuesFormat(name=Asserting), extra12=DocValuesFormat(name=Lucene80), 
extra17=DocValuesFormat(name=Lucene80), 
extra18=DocValuesFormat(name=Asserting), 
extra15=DocValuesFormat(name=Lucene80), extra16=DocValuesFormat(name=Lucene80), 
extra2=DocValuesFormat(name=Lucene80), extra3=DocValuesFormat(name=Lucene80), 
titleTokenized=DocValuesFormat(name=Lucene80), 
extra19=DocValuesFormat(name=Lucene80), extra0=DocValuesFormat(name=Asserting), 
extra1=DocValuesFormat(name=Lucene80), body=DocValuesFormat(name=Lucene80), 
extra6=DocValuesFormat(name=Lucene80), extra7=DocValuesFormat(name=Asserting), 
extra4=DocValuesFormat(name=Lucene80), extra5=DocValuesFormat(name=Lucene80), 
extra10=DocValuesFormat(name=Lucene80), extra35=DocValuesFormat(name=Lucene80), 
extra36=DocValuesFormat(name=Asserting), 
docid_int=DocValuesFormat(name=Asserting), 
extra33=DocValuesFormat(name=Lucene80), extra34=DocValuesFormat(name=Lucene80), 
extra39=DocValuesFormat(name=Asserting), 
extra37=DocValuesFormat(name=Lucene80), 
extra38=DocValuesFormat(name=Asserting), title=DocValuesFormat(name=Asserting), 
packID=DocValuesFormat(name=Asserting), 
docid_intDV=DocValuesFormat(name=Lucene80), 
extra31=DocValuesFormat(name=Lucene80), extra32=DocValuesFormat(name=Lucene80), 
extra30=DocValuesFormat(name=Lucene80), extra24=DocValuesFormat(name=Lucene80), 
extra25=DocValuesFormat(name=Lucene80), 
extra22=DocValuesFormat(name=Asserting), 
extra23=DocValuesFormat(name=Lucene80), extra28=DocValuesFormat(name=Lucene80), 
extra29=DocValuesFormat(name=Asserting), docid=DocValuesFormat(name=Lucene80), 
extra26=DocValuesFormat(name=Lucene80), extra27=DocValuesFormat(name=Lucene80), 
extra20=DocValuesFormat(name=Asserting), 
extra21=DocValuesFormat(name=Lucene80), 
titleDV=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1611, 
maxMBSortInHeap=6.7764756925746985, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1771443b),
 locale=sv, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=189272648,total=503840768
   [junit4]   2> NOTE: All tests run in this JVM: [TestSetOnce, TestByteSlices, 
TestPositiveScoresOnlyCollector, TestMultiTermConstantScore, 
TestFilterDirectoryReader, TestMultiset, TestReadOnlyIndex, 
TestEarlyTermination, TestSpans, TestBooleanScorer, TestSimilarity, 
TestMaxTermFrequency, TestIndexFileDeleter, TestComplexExplanations, 
TestSearch, TestNormsFieldExistsQuery, TestSynonymQuery, 
TestSimpleExplanationsOfNonMatches, TestCodecs, TestPendingSoftDeletes, 
TestSizeBoundedForceMerge, TestStressDeletes, TestLongValuesSource, 
TestGeoUtils, TestIndexWriterExceptions, TestFeatureField, 
TestLucene60PointsFormat, TestDeterminism, TestFloatRange, TestOfflineSorter, 
TestUTF32ToUTF8, TestSimpleFSDirectory, TestTwoPhaseCommitTool, TestCharsRef, 
TestIndexOptions, TestIndexWriterFromReader, TestWANDScorer, 
TestRecyclingByteBlockAllocator, TestMatchesIterator, TestFieldInfos, 
TestDocsAndPositions, TestSloppyPhraseQuery, TestFuzzyQuery, 
TestSpanBoostQuery, TestSortedSetSelector, TestApproximationSearchEquivalence, 
TestCodecUtil, TestLucene50CompoundFormat, TestLongDistanceFeatureQuery, 
TestLSBRadixSorter, TestDirectPacked, TestBoolean2ScorerSupplier, 
TestTransactionRollback, TestLucene80DocValuesFormat, TestStopFilter, 
TestParallelLeafReader, TestControlledRealTimeReopenThread, TestMultiCollector, 
TestAxiomaticSimilarity, TestSleepingLockWrapper, TestPrefixRandom, 
TestSpanOrQuery, TestIsCurrent, TestIndexWriterMergePolicy, 
TestMultiLevelSkipList, TestStressNRT, TestWeakIdentityMap, 
TestIndexWriterConfig, TestBufferedIndexInput, TestReaderWrapperDVTypeCheck, 
TestBlockPostingsFormat2, TestNamedSPILoader, TestAxiomaticF2LOG, 
TestSimilarity2, TestMSBRadixSorter, TestThreadedForceMerge, 
TestSameTokenSamePosition, TestDocumentsWriterDeleteQueue, 
TestTermVectorsReader, TestBooleanSimilarity, TestFixedBitDocIdSet, 
TestLatLonPointQueries, TestLatLonPoint, TestMixedDocValuesUpdates, 
TestCollectionUtil, TestDirectoryReader, TestDirectoryReaderReopen, TestDoc, 
TestDocCount, TestDocIDMerger, TestDocInverterPerFieldErrorInfo, TestDocValues, 
TestDocValuesFieldUpdates, TestDuelingCodecs, TestExceedMaxTermLength, 
TestFieldReuse, TestFieldUpdatesBuffer, TestFieldsReader, 
TestFilterMergePolicy, TestFlex, TestFlushByRamOrCountsPolicy, 
TestForTooMuchCloning, TestForceMergeForever, TestFrozenBufferedUpdates, 
TestIndexSorting, TestIndexTooManyDocs, TestIndexWriter, 
TestIndexWriterNRTIsCurrent, TestIndexWriterOnDiskFull, 
TestIndexWriterOnJRECrash, TestIndexWriterOnVMError, 
TestIndexWriterOutOfFileDescriptors, TestIndexWriterReader, 
TestIndexWriterThreadsToSegments, TestIndexWriterUnicode, 
TestIndexWriterWithThreads, TestIndexableField, TestIndexingSequenceNumbers, 
TestInfoStream, TestLogMergePolicy, TestLongPostings, TestManyFields, 
TestNRTReaderCleanup, TestNRTReaderWithThreads, TestNRTThreads, 
TestUpgradeIndexMergePolicy, FuzzyTermOnShortTermsTest, MultiCollectorTest, 
TestAutomatonQueryUnicode, TestBlendedTermQuery, TestBlockMaxConjunction, 
TestBooleanOr, TestBooleanQuery, TestBooleanQueryVisitSubscorers, 
TestConjunctionDISI, TestConjunctions, TestConstantScoreQuery, TestDateSort, 
TestDisjunctionMaxQuery, TestDocIdSetIterator, TestDocValuesQueries, 
TestFieldCacheRewriteMethod, TestFieldValueQuery, TestFilterWeight, 
TestIndexSearcher, TestIntRangeFieldQueries, TestPhrasePrefixQuery, 
TestPhraseQuery, TestPointQueries, TestScoreCachingWrappingScorer, 
TestSearchAfter, TestSearchWithThreads, TestSearcherManager]
   [junit4] Completed [442/516 (1!)] on J1 in 448.07s, 11 tests, 1 error <<< 
FAILURES!

[...truncated 12772 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_D722A0F2983D97DF-001/init-core-data-001
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2959287 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2959295 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2959297 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2959298 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2959298 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2959298 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2959298 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5f109424{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 2959465 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@4927d9ea{hdfs,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-33291-hdfs-_-any-447176430927381735.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 2959466 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@30407478{HTTP/1.1,[http/1.1]}{localhost:33291}
   [junit4]   2> 2959466 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.Server Started @2959531ms
   [junit4]   2> 2959513 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the 
logger is not log4j
   [junit4]   2> 2959534 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2959535 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2959536 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2959536 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2959536 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2959538 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11cbfbc4{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 2959691 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@61943003{datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-32807-datanode-_-any-6371065334143913919.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 2959691 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4c1582b4{HTTP/1.1,[http/1.1]}{localhost:32807}
   [junit4]   2> 2959691 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.e.j.s.Server Started @2959757ms
   [junit4]   2> 2959703 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[D722A0F2983D97DF]-worker) [    ] 
o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the 
logger is not log4j
   [junit4]   2> 2959826 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xb05d48f52ab4bc4b: Processing first storage report for 
DS-18b4084c-856c-43b1-9c30-e714fec8f8bd from datanode 
994cab87-e32c-4a69-bdfa-471a59af3349
   [junit4]   2> 2959826 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xb05d48f52ab4bc4b: from storage 
DS-18b4084c-856c-43b1-9c30-e714fec8f8bd node 
DatanodeRegistration(127.0.0.1:39120, 
datanodeUuid=994cab87-e32c-4a69-bdfa-471a59af3349, infoPort=36723, 
infoSecurePort=0, ipcPort=33212, 
storageInfo=lv=-57;cid=testClusterID;nsid=1449390031;c=1552490928049), blocks: 
0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 2959826 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xb05d48f52ab4bc4b: Processing first storage report for 
DS-5c9bfe82-4ed4-4a51-8d43-6768bbd4b3bc from datanode 
994cab87-e32c-4a69-bdfa-471a59af3349
   [junit4]   2> 2959826 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xb05d48f52ab4bc4b: from storage 
DS-5c9bfe82-4ed4-4a51-8d43-6768bbd4b3bc node 
DatanodeRegistration(127.0.0.1:39120, 
datanodeUuid=994cab87-e32c-4a69-bdfa-471a59af3349, infoPort=36723, 
infoSecurePort=0, ipcPort=33212, 
storageInfo=lv=-57;cid=testClusterID;nsid=1449390031;c=1552490928049), blocks: 
0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4] IGNOR/A 0.00s J2 | MoveReplicaHDFSTest.testNormalFailedMove
   [junit4]    > Assumption #1: 'badapple' test group is disabled 
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 2959971 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[D722A0F2983D97DF]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_D722A0F2983D97DF-001/tempDir-002
   [junit4]   2> 2959971 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[D722A0F2983D97DF]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2959972 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2959972 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2960072 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[D722A0F2983D97DF]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44503
   [junit4]   2> 2960072 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[D722A0F2983D97DF]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44503
   [junit4]   2> 2960072 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[D722A0F2983D97DF]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 44503
   [junit4]   2> 2960076 INFO  (zkConnectionManagerCallback-61528-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960080 INFO  (zkConnectionManagerCallback-61530-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960082 INFO  (zkConnectionManagerCallback-61532-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960084 WARN  (jetty-launcher-61533-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2960084 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2960084 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2960084 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2960085 WARN  (jetty-launcher-61533-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2960085 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2960085 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2960085 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2960089 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2960089 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2960089 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2960089 WARN  (jetty-launcher-61533-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2960089 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2960089 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2960090 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2960090 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5c37534f{/solr,null,AVAILABLE}
   [junit4]   2> 2960090 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@a004059{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43622}
   [junit4]   2> 2960090 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.e.j.s.Server Started @2960156ms
   [junit4]   2> 2960090 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43622}
   [junit4]   2> 2960090 WARN  (jetty-launcher-61533-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2960090 ERROR (jetty-launcher-61533-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2960090 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2960091 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 2960091 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2960091 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2960091 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-13T15:28:48.879Z
   [junit4]   2> 2960091 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2960091 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2960091 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2960092 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2960092 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2960092 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2960093 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@56add0d6{/solr,null,AVAILABLE}
   [junit4]   2> 2960094 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2960094 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2960094 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48b6ae64{/solr,null,AVAILABLE}
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@20d9a172{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42319}
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.e.j.s.Server Started @2960160ms
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42319}
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6612c13c{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:38496}
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.e.j.s.Server Started @2960161ms
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38496}
   [junit4]   2> 2960095 ERROR (jetty-launcher-61533-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 2960095 ERROR (jetty-launcher-61533-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-13T15:28:48.883Z
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2960095 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-13T15:28:48.883Z
   [junit4]   2> 2960097 INFO  (zkConnectionManagerCallback-61535-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960098 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2960098 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2960098 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2960098 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2960098 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2191aaf8{/solr,null,AVAILABLE}
   [junit4]   2> 2960099 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@57dc913f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:34138}
   [junit4]   2> 2960099 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.e.j.s.Server Started @2960165ms
   [junit4]   2> 2960099 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34138}
   [junit4]   2> 2960099 ERROR (jetty-launcher-61533-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2960099 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2960099 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 2960099 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2960099 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2960099 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-13T15:28:48.887Z
   [junit4]   2> 2960100 INFO  (zkConnectionManagerCallback-61537-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960100 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2960103 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2960103 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2960103 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2960103 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2960105 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2960105 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2960114 INFO  (zkConnectionManagerCallback-61539-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960115 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2960119 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2960119 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2960121 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2960142 INFO  (zkConnectionManagerCallback-61541-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960142 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2960171 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2960171 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2960173 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2960224 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2960225 WARN  (jetty-launcher-61533-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5448322b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2960242 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2960253 WARN  (jetty-launcher-61533-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3ec68e56[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2960259 WARN  (jetty-launcher-61533-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6020aa59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2960260 INFO  (jetty-launcher-61533-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44503/solr
   [junit4]   2> 2960262 WARN  (jetty-launcher-61533-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@642ccb26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2960263 INFO  (jetty-launcher-61533-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44503/solr
   [junit4]   2> 2960264 INFO  (zkConnectionManagerCallback-61549-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960267 INFO  (zkConnectionManagerCallback-61553-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960268 INFO  (zkConnectionManagerCallback-61555-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960304 INFO  (zkConnectionManagerCallback-61557-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960320 INFO  (jetty-launcher-61533-thread-1) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43622_solr
   [junit4]   2> 2960321 INFO  (jetty-launcher-61533-thread-1) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.Overseer Overseer 
(id=72950567011287050-127.0.0.1:43622_solr-n_0000000000) starting
   [junit4]   2> 2960323 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2960325 WARN  (jetty-launcher-61533-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5ef8107c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2960328 WARN  (jetty-launcher-61533-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4312d619[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2960330 INFO  (jetty-launcher-61533-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44503/solr
   [junit4]   2> 2960335 INFO  (zkConnectionManagerCallback-61567-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960336 INFO  (zkConnectionManagerCallback-61572-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960338 INFO  (zkConnectionManagerCallback-61574-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960340 INFO  (jetty-launcher-61533-thread-1) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:44503/solr ready
   [junit4]   2> 2960342 INFO  
(OverseerStateUpdate-72950567011287050-127.0.0.1:43622_solr-n_0000000000) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:43622_solr
   [junit4]   2> 2960343 INFO  (jetty-launcher-61533-thread-1) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43622_solr
   [junit4]   2> 2960345 INFO  
(OverseerStateUpdate-72950567011287050-127.0.0.1:43622_solr-n_0000000000) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2960349 INFO  (jetty-launcher-61533-thread-2) 
[n:127.0.0.1:38496_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2960355 INFO  (jetty-launcher-61533-thread-2) 
[n:127.0.0.1:38496_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38496_solr as DOWN
   [junit4]   2> 2960356 INFO  (zkCallback-61571-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2960359 INFO  (jetty-launcher-61533-thread-2) 
[n:127.0.0.1:38496_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2960359 INFO  (jetty-launcher-61533-thread-2) 
[n:127.0.0.1:38496_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38496_solr
   [junit4]   2> 2960362 INFO  (zkCallback-61571-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2960368 INFO  (zkCallback-61556-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2960379 INFO  (zkCallback-61573-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2960384 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2960386 WARN  (jetty-launcher-61533-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3ab70e8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2960388 INFO  (jetty-launcher-61533-thread-1) 
[n:127.0.0.1:43622_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2960418 INFO  (zkConnectionManagerCallback-61581-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960421 INFO  (jetty-launcher-61533-thread-2) 
[n:127.0.0.1:38496_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2960422 WARN  (jetty-launcher-61533-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@489982c5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2960423 INFO  (jetty-launcher-61533-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44503/solr
   [junit4]   2> 2960425 INFO  (jetty-launcher-61533-thread-2) 
[n:127.0.0.1:38496_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:44503/solr ready
   [junit4]   2> 2960430 INFO  (zkConnectionManagerCallback-61588-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960432 INFO  (jetty-launcher-61533-thread-3) 
[n:127.0.0.1:42319_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2960437 INFO  (jetty-launcher-61533-thread-3) 
[n:127.0.0.1:42319_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42319_solr as DOWN
   [junit4]   2> 2960437 INFO  (jetty-launcher-61533-thread-3) 
[n:127.0.0.1:42319_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2960437 INFO  (jetty-launcher-61533-thread-3) 
[n:127.0.0.1:42319_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42319_solr
   [junit4]   2> 2960439 INFO  (zkCallback-61571-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2960439 INFO  (zkCallback-61556-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2960442 INFO  (jetty-launcher-61533-thread-1) 
[n:127.0.0.1:43622_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960442 INFO  (jetty-launcher-61533-thread-2) 
[n:127.0.0.1:38496_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2960442 INFO  (zkCallback-61573-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2960443 INFO  (zkCallback-61554-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2960445 INFO  (zkCallback-61580-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2960445 INFO  (zkConnectionManagerCallback-61591-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960460 INFO  (jetty-launcher-61533-thread-4) 
[n:127.0.0.1:34138_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2960463 INFO  (jetty-launcher-61533-thread-4) 
[n:127.0.0.1:34138_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34138_solr as DOWN
   [junit4]   2> 2960464 INFO  (jetty-launcher-61533-thread-4) 
[n:127.0.0.1:34138_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2960464 INFO  (jetty-launcher-61533-thread-4) 
[n:127.0.0.1:34138_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34138_solr
   [junit4]   2> 2960466 INFO  (zkCallback-61571-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2960466 INFO  (zkCallback-61580-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2960466 INFO  (zkCallback-61554-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2960466 INFO  (zkCallback-61556-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2960466 INFO  (zkCallback-61573-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2960467 INFO  (jetty-launcher-61533-thread-1) 
[n:127.0.0.1:43622_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960467 INFO  (jetty-launcher-61533-thread-1) 
[n:127.0.0.1:43622_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960468 INFO  (jetty-launcher-61533-thread-1) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_D722A0F2983D97DF-001/tempDir-002/node1/.
   [junit4]   2> 2960472 INFO  (zkCallback-61590-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2960483 INFO  (zkConnectionManagerCallback-61598-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960488 INFO  (jetty-launcher-61533-thread-3) 
[n:127.0.0.1:42319_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2960489 INFO  (jetty-launcher-61533-thread-3) 
[n:127.0.0.1:42319_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:44503/solr ready
   [junit4]   2> 2960490 INFO  (jetty-launcher-61533-thread-3) 
[n:127.0.0.1:42319_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2960491 INFO  (jetty-launcher-61533-thread-2) 
[n:127.0.0.1:38496_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960499 INFO  (zkConnectionManagerCallback-61603-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960500 INFO  (jetty-launcher-61533-thread-4) 
[n:127.0.0.1:34138_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2960503 INFO  (jetty-launcher-61533-thread-4) 
[n:127.0.0.1:34138_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:44503/solr ready
   [junit4]   2> 2960512 INFO  (jetty-launcher-61533-thread-4) 
[n:127.0.0.1:34138_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2960525 INFO  (jetty-launcher-61533-thread-2) 
[n:127.0.0.1:38496_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960527 INFO  (jetty-launcher-61533-thread-2) 
[n:127.0.0.1:38496_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960535 INFO  (jetty-launcher-61533-thread-2) 
[n:127.0.0.1:38496_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_D722A0F2983D97DF-001/tempDir-002/node2/.
   [junit4]   2> 2960548 INFO  (jetty-launcher-61533-thread-3) 
[n:127.0.0.1:42319_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960552 INFO  (jetty-launcher-61533-thread-4) 
[n:127.0.0.1:34138_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960569 INFO  (jetty-launcher-61533-thread-3) 
[n:127.0.0.1:42319_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960571 INFO  (jetty-launcher-61533-thread-3) 
[n:127.0.0.1:42319_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960577 INFO  (jetty-launcher-61533-thread-3) 
[n:127.0.0.1:42319_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_D722A0F2983D97DF-001/tempDir-002/node3/.
   [junit4]   2> 2960578 INFO  (jetty-launcher-61533-thread-4) 
[n:127.0.0.1:34138_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960581 INFO  (jetty-launcher-61533-thread-4) 
[n:127.0.0.1:34138_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f427d7c
   [junit4]   2> 2960582 INFO  (jetty-launcher-61533-thread-4) 
[n:127.0.0.1:34138_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_D722A0F2983D97DF-001/tempDir-002/node4/.
   [junit4]   2> 2960744 INFO  (zkConnectionManagerCallback-61610-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2960745 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[D722A0F2983D97DF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2960746 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[D722A0F2983D97DF]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44503/solr ready
   [junit4]   2> 2960752 INFO  (qtp648265330-142926) [n:127.0.0.1:43622_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2960762 INFO  (qtp648265330-142926) [n:127.0.0.1:43622_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 2960762 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[D722A0F2983D97DF]) [    ] 
o.a.s.c.MoveReplicaTest total_jettys: 4
   [junit4]   2> 2960762 INFO  (qtp648265330-142927) [n:127.0.0.1:43622_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=false&name=MoveReplicaHDFSTest_coll_false&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2960765 INFO  
(OverseerThreadFactory-14671-thread-2-processing-n:127.0.0.1:43622_solr) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
MoveReplicaHDFSTest_coll_false
   [junit4]   2> 2960766 INFO  
(OverseerCollectionConfigSetProcessor-72950567011287050-127.0.0.1:43622_solr-n_0000000000)
 [n:127.0.0.1:43622_solr    ] 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> 2960875 INFO  
(OverseerStateUpdate-72950567011287050-127.0.0.1:43622_solr-n_0000000000) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34138/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2960879 INFO  
(OverseerStateUpdate-72950567011287050-127.0.0.1:43622_solr-n_0000000000) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43622/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2960882 INFO  
(OverseerStateUpdate-72950567011287050-127.0.0.1:43622_solr-n_0000000000) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42319/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2960885 INFO  
(OverseerStateUpdate-72950567011287050-127.0.0.1:43622_solr-n_0000000000) 
[n:127.0.0.1:43622_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38496/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2961089 INFO  (qtp648265330-142931) [n:127.0.0.1:43622_solr    
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard1_replica_n2&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2961089 INFO  (qtp648265330-142931) [n:127.0.0.1:43622_solr    
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2961090 INFO  (qtp101172228-142959) [n:127.0.0.1:34138_solr    
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   

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

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null2081451487
     [copy] Copying 239 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null2081451487
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null2081451487

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

Reply via email to