You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/12/05 11:59:45 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_144) - Build # 21034 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21034/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC

6 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) Thread[id=23031, name=jetty-launcher-3547-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=23031, name=jetty-launcher-3547-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
	at __randomizedtesting.SeedInfo.seed([8DC29B085C01B3DC]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.ManagedSchemaRoundRobinCloudTest

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([8DC29B085C01B3DC]:0)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1275)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:448)
	at org.apache.solr.schema.ManagedSchemaRoundRobinCloudTest.setupCluster(ManagedSchemaRoundRobinCloudTest.java:51)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:     1) Thread[id=27094, name=jetty-launcher-4144-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)    2) Thread[id=27084, name=jetty-launcher-4144-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   1) Thread[id=27094, name=jetty-launcher-4144-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   2) Thread[id=27084, name=jetty-launcher-4144-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
	at __randomizedtesting.SeedInfo.seed([8DC29B085C01B3DC]:0)


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

Error Message:
Expected 6 active replicas null Live Nodes: [127.0.0.1:34445_solr, 127.0.0.1:35905_solr, 127.0.0.1:40067_solr, 127.0.0.1:45761_solr] Last available state: DocCollection(collection1//collections/collection1/state.json/41)={   "pullReplicas":"0",   "replicationFactor":"4",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node8":{           "core":"collection1_shard1_replica_n6",           "base_url":"https://127.0.0.1:34445/solr",           "node_name":"127.0.0.1:34445_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node12":{           "core":"collection1_shard1_replica_n11",           "base_url":"https://127.0.0.1:40067/solr",           "node_name":"127.0.0.1:40067_solr",           "state":"active",           "type":"NRT"},         "core_node18":{           "core":"collection1_shard1_replica_n17",           "base_url":"https://127.0.0.1:45761/solr",           "node_name":"127.0.0.1:45761_solr",           "state":"active",           "type":"NRT"},         "core_node102":{           "core":"collection1_shard1_replica_n101",           "base_url":"https://127.0.0.1:45761/solr",           "node_name":"127.0.0.1:45761_solr",           "state":"active",           "type":"NRT"},         "core_node104":{           "core":"collection1_shard1_replica_n103",           "base_url":"https://127.0.0.1:35905/solr",           "node_name":"127.0.0.1:35905_solr",           "state":"active",           "type":"NRT"},         "core_node106":{           "core":"collection1_shard1_replica_n105",           "base_url":"https://127.0.0.1:35905/solr",           "node_name":"127.0.0.1:35905_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1000",   "autoAddReplicas":"false",   "nrtReplicas":"4",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 6 active replicas
null
Live Nodes: [127.0.0.1:34445_solr, 127.0.0.1:35905_solr, 127.0.0.1:40067_solr, 127.0.0.1:45761_solr]
Last available state: DocCollection(collection1//collections/collection1/state.json/41)={
  "pullReplicas":"0",
  "replicationFactor":"4",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node8":{
          "core":"collection1_shard1_replica_n6",
          "base_url":"https://127.0.0.1:34445/solr",
          "node_name":"127.0.0.1:34445_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node12":{
          "core":"collection1_shard1_replica_n11",
          "base_url":"https://127.0.0.1:40067/solr",
          "node_name":"127.0.0.1:40067_solr",
          "state":"active",
          "type":"NRT"},
        "core_node18":{
          "core":"collection1_shard1_replica_n17",
          "base_url":"https://127.0.0.1:45761/solr",
          "node_name":"127.0.0.1:45761_solr",
          "state":"active",
          "type":"NRT"},
        "core_node102":{
          "core":"collection1_shard1_replica_n101",
          "base_url":"https://127.0.0.1:45761/solr",
          "node_name":"127.0.0.1:45761_solr",
          "state":"active",
          "type":"NRT"},
        "core_node104":{
          "core":"collection1_shard1_replica_n103",
          "base_url":"https://127.0.0.1:35905/solr",
          "node_name":"127.0.0.1:35905_solr",
          "state":"active",
          "type":"NRT"},
        "core_node106":{
          "core":"collection1_shard1_replica_n105",
          "base_url":"https://127.0.0.1:35905/solr",
          "node_name":"127.0.0.1:35905_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1000",
  "autoAddReplicas":"false",
  "nrtReplicas":"4",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([8DC29B085C01B3DC:596A4D2F2FDDE24]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.AssignBackwardCompatibilityTest.test(AssignBackwardCompatibilityTest.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling

Error Message:
Both triggers should have fired by now

Stack Trace:
java.lang.AssertionError: Both triggers should have fired by now
	at __randomizedtesting.SeedInfo.seed([8DC29B085C01B3DC:76E0332D8EAB504E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling(TriggerIntegrationTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([8DC29B085C01B3DC:751C0EE0246D628F]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
	at org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion(SegmentsInfoRequestHandlerTest.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=2=count(//lst[@name='segments']/lst/str[@name='version'][.='8.0.0'])
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="segments"><lst name="_0"><str name="name">_0</str><int name="delCount">1</int><long name="sizeInBytes">1765</long><int name="size">2</int><date name="age">2017-12-05T11:16:52.521Z</date><str name="source">flush</str><str name="version">8.0.0</str></lst><lst name="_1"><str name="name">_1</str><int name="delCount">0</int><long name="sizeInBytes">1698</long><int name="size">2</int><date name="age">2017-12-05T11:16:52.523Z</date><str name="source">flush</str><str name="version">8.0.0</str></lst><lst name="_2"><str name="name">_2</str><int name="delCount">0</int><long name="sizeInBytes">1657</long><int name="size">1</int><date name="age">2017-12-05T11:16:52.525Z</date><str name="source">flush</str><str name="version">8.0.0</str></lst><lst name="_3"><str name="name">_3</str><int name="delCount">0</int><long name="sizeInBytes">1698</long><int name="size">2</int><date name="age">2017-12-05T11:16:52.532Z</date><str name="source">flush</str><str name="version">8.0.0</str></lst><lst name="_4"><str name="name">_4</str><int name="delCount">0</int><long name="sizeInBytes">1698</long><int name="size">2</int><date name="age">2017-12-05T11:16:52.533Z</date><str name="source">flush</str><str name="version">8.0.0</str></lst><lst name="_5"><str name="name">_5</str><int name="delCount">0</int><long name="sizeInBytes">1657</long><int name="size">1</int><date name="age">2017-12-05T11:16:52.535Z</date><str name="source">flush</str><str name="version">8.0.0</str></lst></lst>
</response>

	request was:qt=/admin/segments&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
	... 40 more




Build Log:
[...truncated 12112 lines...]
   [junit4] Suite: org.apache.solr.cloud.AssignBackwardCompatibilityTest
   [junit4]   2> 506670 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[8DC29B085C01B3DC]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/init-core-data-001
   [junit4]   2> 506670 WARN  (SUITE-AssignBackwardCompatibilityTest-seed#[8DC29B085C01B3DC]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 506671 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[8DC29B085C01B3DC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 506672 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[8DC29B085C01B3DC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 506673 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[8DC29B085C01B3DC]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001
   [junit4]   2> 506673 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[8DC29B085C01B3DC]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 506673 INFO  (Thread-913) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 506673 INFO  (Thread-913) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 506682 ERROR (Thread-913) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 506776 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[8DC29B085C01B3DC]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35247
   [junit4]   2> 506797 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1602656f72b0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 506802 INFO  (jetty-launcher-743-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 506803 INFO  (jetty-launcher-743-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 506804 INFO  (jetty-launcher-743-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 506825 INFO  (jetty-launcher-743-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 506835 INFO  (jetty-launcher-743-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12a645b{/solr,null,AVAILABLE}
   [junit4]   2> 506837 INFO  (jetty-launcher-743-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f0f1a2{SSL,[ssl, http/1.1]}{127.0.0.1:45761}
   [junit4]   2> 506837 INFO  (jetty-launcher-743-thread-2) [    ] o.e.j.s.Server Started @508346ms
   [junit4]   2> 506837 INFO  (jetty-launcher-743-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45761}
   [junit4]   2> 506837 ERROR (jetty-launcher-743-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 506837 INFO  (jetty-launcher-743-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 506837 INFO  (jetty-launcher-743-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 506837 INFO  (jetty-launcher-743-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 506837 INFO  (jetty-launcher-743-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T11:02:01.932Z
   [junit4]   2> 506837 INFO  (jetty-launcher-743-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79936b{/solr,null,AVAILABLE}
   [junit4]   2> 506856 INFO  (jetty-launcher-743-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c5abe4{SSL,[ssl, http/1.1]}{127.0.0.1:40067}
   [junit4]   2> 506862 INFO  (jetty-launcher-743-thread-4) [    ] o.e.j.s.Server Started @508372ms
   [junit4]   2> 506862 INFO  (jetty-launcher-743-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40067}
   [junit4]   2> 506863 ERROR (jetty-launcher-743-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 506863 INFO  (jetty-launcher-743-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 506863 INFO  (jetty-launcher-743-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 506863 INFO  (jetty-launcher-743-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 506863 INFO  (jetty-launcher-743-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T11:02:01.958Z
   [junit4]   2> 506868 INFO  (jetty-launcher-743-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 506870 INFO  (jetty-launcher-743-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c223be{/solr,null,AVAILABLE}
   [junit4]   2> 506875 INFO  (jetty-launcher-743-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9b3eeb{/solr,null,AVAILABLE}
   [junit4]   2> 506875 INFO  (jetty-launcher-743-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@a7be9d{SSL,[ssl, http/1.1]}{127.0.0.1:35905}
   [junit4]   2> 506875 INFO  (jetty-launcher-743-thread-1) [    ] o.e.j.s.Server Started @508384ms
   [junit4]   2> 506875 INFO  (jetty-launcher-743-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35905}
   [junit4]   2> 506875 ERROR (jetty-launcher-743-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 506875 INFO  (jetty-launcher-743-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 506875 INFO  (jetty-launcher-743-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 506875 INFO  (jetty-launcher-743-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 506876 INFO  (jetty-launcher-743-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T11:02:01.970Z
   [junit4]   2> 506877 INFO  (jetty-launcher-743-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3e37bd{SSL,[ssl, http/1.1]}{127.0.0.1:34445}
   [junit4]   2> 506877 INFO  (jetty-launcher-743-thread-3) [    ] o.e.j.s.Server Started @508386ms
   [junit4]   2> 506877 INFO  (jetty-launcher-743-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34445}
   [junit4]   2> 506877 ERROR (jetty-launcher-743-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 506877 INFO  (jetty-launcher-743-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 506877 INFO  (jetty-launcher-743-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 506877 INFO  (jetty-launcher-743-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 506877 INFO  (jetty-launcher-743-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T11:02:01.972Z
   [junit4]   2> 506901 INFO  (jetty-launcher-743-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 506905 INFO  (jetty-launcher-743-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 506910 INFO  (jetty-launcher-743-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35247/solr
   [junit4]   2> 506917 INFO  (jetty-launcher-743-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 506935 INFO  (jetty-launcher-743-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35247/solr
   [junit4]   2> 506937 INFO  (jetty-launcher-743-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35247/solr
   [junit4]   2> 506950 INFO  (jetty-launcher-743-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35247/solr
   [junit4]   2> 507003 INFO  (jetty-launcher-743-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 507007 INFO  (jetty-launcher-743-thread-1) [n:127.0.0.1:35905_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 507008 INFO  (jetty-launcher-743-thread-4) [n:127.0.0.1:40067_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 507017 INFO  (jetty-launcher-743-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34445_solr
   [junit4]   2> 507017 INFO  (jetty-launcher-743-thread-1) [n:127.0.0.1:35905_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35905_solr
   [junit4]   2> 507017 INFO  (jetty-launcher-743-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.c.Overseer Overseer (id=99121346757984267-127.0.0.1:34445_solr-n_0000000000) starting
   [junit4]   2> 507025 INFO  (zkCallback-764-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 507025 INFO  (zkCallback-765-thread-1-processing-n:127.0.0.1:40067_solr) [n:127.0.0.1:40067_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 507031 INFO  (zkCallback-766-thread-1-processing-n:127.0.0.1:35905_solr) [n:127.0.0.1:35905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 507039 INFO  (jetty-launcher-743-thread-4) [n:127.0.0.1:40067_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40067_solr
   [junit4]   2> 507043 INFO  (zkCallback-765-thread-1-processing-n:127.0.0.1:40067_solr) [n:127.0.0.1:40067_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 507043 INFO  (zkCallback-764-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 507049 INFO  (zkCallback-766-thread-1-processing-n:127.0.0.1:35905_solr) [n:127.0.0.1:35905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 507054 INFO  (jetty-launcher-743-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34445_solr
   [junit4]   2> 507065 INFO  (zkCallback-764-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 507065 INFO  (zkCallback-766-thread-1-processing-n:127.0.0.1:35905_solr) [n:127.0.0.1:35905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 507065 INFO  (zkCallback-765-thread-1-processing-n:127.0.0.1:40067_solr) [n:127.0.0.1:40067_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 507151 INFO  (jetty-launcher-743-thread-2) [n:127.0.0.1:45761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 507153 INFO  (jetty-launcher-743-thread-2) [n:127.0.0.1:45761_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 507154 INFO  (jetty-launcher-743-thread-2) [n:127.0.0.1:45761_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45761_solr
   [junit4]   2> 507157 INFO  (zkCallback-765-thread-1-processing-n:127.0.0.1:40067_solr) [n:127.0.0.1:40067_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 507157 INFO  (zkCallback-766-thread-1-processing-n:127.0.0.1:35905_solr) [n:127.0.0.1:35905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 507157 INFO  (zkCallback-764-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 507160 INFO  (zkCallback-755-thread-1-processing-n:127.0.0.1:45761_solr) [n:127.0.0.1:45761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 507161 INFO  (jetty-launcher-743-thread-1) [n:127.0.0.1:35905_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35905.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507173 INFO  (jetty-launcher-743-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34445.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507174 INFO  (jetty-launcher-743-thread-4) [n:127.0.0.1:40067_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40067.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507181 INFO  (jetty-launcher-743-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34445.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507181 INFO  (jetty-launcher-743-thread-1) [n:127.0.0.1:35905_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35905.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507181 INFO  (jetty-launcher-743-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34445.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507181 INFO  (jetty-launcher-743-thread-1) [n:127.0.0.1:35905_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35905.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507182 INFO  (jetty-launcher-743-thread-4) [n:127.0.0.1:40067_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40067.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507182 INFO  (jetty-launcher-743-thread-4) [n:127.0.0.1:40067_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40067.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507182 INFO  (jetty-launcher-743-thread-1) [n:127.0.0.1:35905_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/.
   [junit4]   2> 507182 INFO  (jetty-launcher-743-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/.
   [junit4]   2> 507183 INFO  (jetty-launcher-743-thread-4) [n:127.0.0.1:40067_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node3/.
   [junit4]   2> 507315 INFO  (jetty-launcher-743-thread-2) [n:127.0.0.1:45761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45761.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507321 INFO  (jetty-launcher-743-thread-2) [n:127.0.0.1:45761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45761.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507321 INFO  (jetty-launcher-743-thread-2) [n:127.0.0.1:45761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45761.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f0fbfe
   [junit4]   2> 507322 INFO  (jetty-launcher-743-thread-2) [n:127.0.0.1:45761_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/.
   [junit4]   2> 507352 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[8DC29B085C01B3DC]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 507352 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[8DC29B085C01B3DC]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35247/solr ready
   [junit4]   2> 507400 INFO  (qtp13782874-4264) [n:127.0.0.1:34445_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=4&maxShardsPerNode=1000&name=collection1&nrtReplicas=4&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 507401 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 507401 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.CreateCollectionCmd Only _default config set found, using it.
   [junit4]   2> 507401 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/collection1/protwords.txt
   [junit4]   2> 507401 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/collection1/managed-schema
   [junit4]   2> 507402 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/collection1/solrconfig.xml
   [junit4]   2> 507403 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/collection1/synonyms.txt
   [junit4]   2> 507403 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/collection1/stopwords.txt
   [junit4]   2> 507404 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/collection1/lang/contractions_it.txt
   [junit4]   2> 507405 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/collection1/lang/stemdict_nl.txt
   [junit4]   2> 507405 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/collection1/lang/stopwords_hy.txt
   [junit4]   2> 507406 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/collection1/lang/stopwords_no.txt
   [junit4]   2> 507406 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/collection1/lang/contractions_ca.txt
   [junit4]   2> 507407 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/collection1/lang/stopwords_id.txt
   [junit4]   2> 507407 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/collection1/lang/stopwords_ga.txt
   [junit4]   2> 507408 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/collection1/lang/stopwords_hi.txt
   [junit4]   2> 507409 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/collection1/lang/stopwords_da.txt
   [junit4]   2> 507410 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/collection1/lang/stopwords_ja.txt
   [junit4]   2> 507411 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/collection1/lang/stopwords_pt.txt
   [junit4]   2> 507411 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/collection1/lang/stopwords_hu.txt
   [junit4]   2> 507412 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/collection1/lang/stopwords_el.txt
   [junit4]   2> 507413 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/collection1/lang/stopwords_ru.txt
   [junit4]   2> 507414 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/collection1/lang/stopwords_tr.txt
   [junit4]   2> 507414 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/collection1/lang/stopwords_ar.txt
   [junit4]   2> 507415 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/collection1/lang/userdict_ja.txt
   [junit4]   2> 507416 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/collection1/lang/stopwords_eu.txt
   [junit4]   2> 507417 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/collection1/lang/stopwords_it.txt
   [junit4]   2> 507417 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/collection1/lang/stopwords_cz.txt
   [junit4]   2> 507419 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/collection1/lang/stoptags_ja.txt
   [junit4]   2> 507421 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/collection1/lang/contractions_fr.txt
   [junit4]   2> 507422 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/collection1/lang/stopwords_de.txt
   [junit4]   2> 507422 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/collection1/lang/stopwords_fa.txt
   [junit4]   2> 507423 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/collection1/lang/contractions_ga.txt
   [junit4]   2> 507423 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/collection1/lang/stopwords_ca.txt
   [junit4]   2> 507424 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/collection1/lang/stopwords_nl.txt
   [junit4]   2> 507425 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/collection1/lang/stopwords_bg.txt
   [junit4]   2> 507425 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/collection1/lang/stopwords_lv.txt
   [junit4]   2> 507426 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/collection1/lang/stopwords_en.txt
   [junit4]   2> 507426 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/collection1/lang/stopwords_es.txt
   [junit4]   2> 507427 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/collection1/lang/stopwords_th.txt
   [junit4]   2> 507427 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/collection1/lang/stopwords_ro.txt
   [junit4]   2> 507428 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/collection1/lang/stopwords_fr.txt
   [junit4]   2> 507429 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/collection1/lang/stopwords_sv.txt
   [junit4]   2> 507429 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/collection1/lang/stopwords_fi.txt
   [junit4]   2> 507430 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/collection1/lang/hyphenations_ga.txt
   [junit4]   2> 507430 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/collection1/lang/stopwords_gl.txt
   [junit4]   2> 507431 INFO  (OverseerThreadFactory-1879-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/collection1/params.json
   [junit4]   2> 507544 INFO  (OverseerStateUpdate-99121346757984267-127.0.0.1:34445_solr-n_0000000000) [n:127.0.0.1:34445_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45761/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 507545 INFO  (OverseerStateUpdate-99121346757984267-127.0.0.1:34445_solr-n_0000000000) [n:127.0.0.1:34445_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35905/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 507545 INFO  (OverseerStateUpdate-99121346757984267-127.0.0.1:34445_solr-n_0000000000) [n:127.0.0.1:34445_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40067/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 507546 INFO  (OverseerStateUpdate-99121346757984267-127.0.0.1:34445_solr-n_0000000000) [n:127.0.0.1:34445_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34445/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 507759 INFO  (qtp13782874-4261) [n:127.0.0.1:34445_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=collection1&newCollection=true&name=collection1_shard1_replica_n6&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 507759 INFO  (qtp13782874-4261) [n:127.0.0.1:34445_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 507787 INFO  (qtp13436434-4235) [n:127.0.0.1:35905_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=collection1&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 507787 INFO  (qtp13436434-4235) [n:127.0.0.1:35905_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 507801 INFO  (qtp24203465-4239) [n:127.0.0.1:45761_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection1&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 507801 INFO  (qtp24203465-4239) [n:127.0.0.1:45761_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 507806 INFO  (qtp14840788-4255) [n:127.0.0.1:40067_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=collection1&newCollection=true&name=collection1_shard1_replica_n4&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 507807 INFO  (qtp14840788-4255) [n:127.0.0.1:40067_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 507913 INFO  (zkCallback-755-thread-1-processing-n:127.0.0.1:45761_solr) [n:127.0.0.1:45761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 507913 INFO  (zkCallback-766-thread-1-processing-n:127.0.0.1:35905_solr) [n:127.0.0.1:35905_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 507913 INFO  (zkCallback-764-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 507913 INFO  (zkCallback-766-thread-2-processing-n:127.0.0.1:35905_solr) [n:127.0.0.1:35905_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 507913 INFO  (zkCallback-765-thread-1-processing-n:127.0.0.1:40067_solr) [n:127.0.0.1:40067_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 507914 INFO  (zkCallback-764-thread-2-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 507914 INFO  (zkCallback-755-thread-2-processing-n:127.0.0.1:45761_solr) [n:127.0.0.1:45761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 507914 INFO  (zkCallback-765-thread-2-processing-n:127.0.0.1:40067_solr) [n:127.0.0.1:40067_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 508767 INFO  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 508767 INFO  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 508767 WARN  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../contrib/extraction/lib
   [junit4]   2> 508767 WARN  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 508768 WARN  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../contrib/clustering/lib
   [junit4]   2> 508768 WARN  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 508768 WARN  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../contrib/langid/lib
   [junit4]   2> 508768 WARN  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 508768 WARN  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../contrib/velocity/lib
   [junit4]   2> 508768 WARN  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node1/collection1_shard1_replica_n6/../../../../dist
   [junit4]   2> 508773 INFO  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 508787 INFO  (qtp13782874-4261) [n:127.0.0.1:34445_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6] o.a.s.s.IndexSchema [collection1_shard1_replica_n6] Schema name=default-config
   [junit4]   2> 508799 INFO  (qtp13436434-4235) [n:127.0.0.1:35905_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 508799 INFO  (qtp13436434-4235) [n:127.0.0.1:35905_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 508799 WARN  (qtp13436434-4235) [n:127.0.0.1:35905_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 508800 WARN  (qtp13436434-4235) [n:127.0.0.1:35905_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 508800 WARN  (qtp13436434-4235) [n:127.0.0.1:35905_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 508800 WARN  (qtp13436434-4235) [n:127.0.0.1:35905_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 508800 WARN  (qtp13436434-4235) [n:127.0.0.1:35905_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 508800 WARN  (qtp13436434-4235) [n:127.0.0.1:35905_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 508800 WARN  (qtp13436434-4235) [n:127.0.0.1:35905_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 508800 WARN  (qtp13436434-4235) [n:127.0.0.1:35905_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node2/collection1_shard1_replica_n2/../../../../dist
   [junit4]   2> 508807 INFO  (qtp13436434-4235) [n:127.0.0.1:35905_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 508818 INFO  (qtp24203465-4239) [n:127.0.0.1:45761_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 508818 INFO  (qtp24203465-4239) [n:127.0.0.1:45761_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 508818 WARN  (qtp24203465-4239) [n:127.0.0.1:45761_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 508819 WARN  (qtp24203465-4239) [n:127.0.0.1:45761_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 508819 WARN  (qtp24203465-4239) [n:127.0.0.1:45761_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 508819 WARN  (qtp24203465-4239) [n:127.0.0.1:45761_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 508819 WARN  (qtp24203465-4239) [n:127.0.0.1:45761_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 508819 WARN  (qtp24203465-4239) [n:127.0.0.1:45761_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 508819 WARN  (qtp24203465-4239) [n:127.0.0.1:45761_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 508820 WARN  (qtp24203465-4239) [n:127.0.0.1:45761_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node4/collection1_shard1_replica_n1/../../../../dist
   [junit4]   2> 508825 INFO  (qtp14840788-4255) [n:127.0.0.1:40067_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 508825 INFO  (qtp14840788-4255) [n:127.0.0.1:40067_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 508826 WARN  (qtp14840788-4255) [n:127.0.0.1:40067_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node3/collection1_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node3/collection1_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 508826 WARN  (qtp14840788-4255) [n:127.0.0.1:40067_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node3/collection1_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node3/collection1_shard1_replica_n4/../../../../dist
   [junit4]   2> 508826 INFO  (qtp24203465-4239) [n:127.0.0.1:45761_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 508826 WARN  (qtp14840788-4255) [n:127.0.0.1:40067_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node3/collection1_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_8DC29B085C01B3DC-001/tempDir-001/node3/collection1_shard1_replica_n4/../../../../contrib/clustering

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

StatusTest, HLLUtilTest, TestConfig, TestReloadDeadlock, TestDynamicFieldCollectionResource, TestJsonFacetRefinement, TestSolrFieldCacheBean, HdfsCollectionsAPIDistributedZkTest, TestManagedStopFilterFactory, TestUtils, AtomicUpdatesTest, CloudMLTQParserTest, TestManagedSchemaThreadSafety, TestJavabinTupleStreamParser, SyncSliceTest, TestDocBasedVersionConstraints, TestSolrJ, RequestLoggingTest, TestSkipOverseerOperations, UninvertDocValuesMergePolicyTest, TestStressVersions, DistanceUnitsTest, IndexSchemaRuntimeFieldTest, SSLMigrationTest, TestSchemaNameResource, TestSolrDeletionPolicy1, MigrateRouteKeyTest, JsonLoaderTest, AssignBackwardCompatibilityTest, TriLevelCompositeIdRoutingTest, DirectUpdateHandlerOptimizeTest, TestIndexingPerformance, TestPhraseSuggestions, SoftAutoCommitTest, TestNoOpRegenerator, BlockDirectoryTest, SearchHandlerTest, TestPivotHelperCode, HdfsLockFactoryTest, AutoAddReplicasIntegrationTest, SolrCloudExampleTest, TestRandomDVFaceting, TestFieldCacheReopen, TestBadConfig, RAMDirectoryFactoryTest, RecoveryAfterSoftCommitTest, DeleteReplicaTest, ZkControllerTest, TestObjectReleaseTracker, TestRandomRequestDistribution, TestCloudDeleteByQuery, HdfsRecoveryZkTest, TestMacroExpander, TestSchemalessBufferedUpdates, InfixSuggestersTest, TestSweetSpotSimilarityFactory, LeaderElectionIntegrationTest, CleanupOldIndexTest, DistributedFacetPivotLargeTest, HdfsDirectoryFactoryTest, MultiTermTest, StatelessScriptUpdateProcessorFactoryTest, TestFieldCacheVsDocValues, ZkStateReaderTest, TestSchemaVersionResource, TestExportWriter, SolrCoreTest, VersionInfoTest, TestTrieFacet, TestDynamicLoading, TestCloudPivotFacet, SegmentsInfoRequestHandlerTest, CurrencyFieldTypeTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestTolerantUpdateProcessorRandomCloud, CoreSorterTest, TestOrdValues, TestConfigSetsAPIZkFailure, DateFieldTest, ResourceLoaderTest, TestUpdate, SpellCheckComponentTest, HdfsThreadLeakTest, SolrJmxReporterTest, TestFreeTextSuggestions, TestSuggestSpellingConverter, ForceLeaderTest, TestCloudManagedSchema, DistributedQueryElevationComponentTest, TestIBSimilarityFactory, TestPayloadScoreQParserPlugin, SortSpecParsingTest, MinimalSchemaTest, TestFoldingMultitermQuery, OpenCloseCoreStressTest, OverseerTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, ZkCLITest, TestDistributedSearch, TestCoreContainer, StatsComponentTest, QueryElevationComponentTest, ConvertedLegacyTest, TestSort, TestFiltering, TestIndexSearcher, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SuggesterTest, SpatialFilterTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DistanceFunctionTest, DebugComponentTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, PrimitiveFieldTypeTest, TermsComponentTest, TermVectorComponentTest, SolrPluginUtilsTest, TestCollationField, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, TestLFUCache, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, ActionThrottleTest, AddReplicaTest, AliasIntegrationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, CollectionsAPISolrJTest, DeleteInactiveReplicaTest, DeleteShardTest, DistribCursorPagingTest, HttpPartitionTest, MoveReplicaHDFSFailoverTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestAuthenticationFramework, TestCloudInspectUtil, TestCloudPseudoReturnFields, TestCloudSearcherWarming, TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore, TestLockTree, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestRequestForwarding, TestSSLRandomization, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestTlogReplica, CdcrBootstrapTest, HdfsRestartWhileUpdatingTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ImplicitSnitchTest, RuleEngineTest, BlobRepositoryCloudTest, ExitableDirectoryReaderTest, QueryResultKeyTest, TestConfigOverlay, TestInitParams, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrXml, TestSolrCloudSnapshots, TestConfigReload, TestSystemCollAutoCreate, CoreMergeIndexesAdminHandlerTest, MetricsHandlerTest, SecurityConfHandlerTest, TestCollectionAPIs, TestCoreAdminApis, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotSmallTest, DistributedFacetPivotWhiteBoxTest, SpatialHeatmapFacetsTest, TestDistributedStatsComponentCardinality, RegexBytesRefFilterTest, SubstringBytesRefFilterTest, SmileWriterTest, TestCustomDocTransformer, TestGeoJSONResponseWriter, TestRawResponseWriter, TestRawTransformer, TestChildDocTransformer, TestSubQueryTransformer, TestSubQueryTransformerDistrib, TestCollationFieldDocValues, TestHalfAndHalfDocValues, TestManagedSchemaAPI, TestSchemaManager, TestUseDocValuesAsStored, TestPKIAuthenticationPlugin, TestSha256AuthenticationProvider, TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=8DC29B085C01B3DC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh-TW -Dtests.timezone=Asia/Ulaanbaatar -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestImpersonationWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]    >    1) Thread[id=27094, name=jetty-launcher-4144-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    >    2) Thread[id=27084, name=jetty-launcher-4144-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8DC29B085C01B3DC]:0)
   [junit4] Completed [735/752 (6!)] on J0 in 43.62s, 10 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 43161 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_144) - Build # 21035 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21035/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.lucene.search.TestTopFieldCollectorEarlyTermination.testEarlyTermination

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([71B0072AA2373F2F:BE2746759A5BAF2C]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.lucene.search.TestTopFieldCollectorEarlyTermination.doTestEarlyTermination(TestTopFieldCollectorEarlyTermination.java:159)
	at org.apache.lucene.search.TestTopFieldCollectorEarlyTermination.testEarlyTermination(TestTopFieldCollectorEarlyTermination.java:113)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at 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.CreateCollectionCleanupTest.testCreateCollectionCleanup

Error Message:
Error from server at http://127.0.0.1:42265/solr: Could not fully remove collection: foo

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42265/solr: Could not fully remove collection: foo
	at __randomizedtesting.SeedInfo.seed([E4CE9E77E2A4A338:506B306C207DF890]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.CreateCollectionCleanupTest.testCreateCollectionCleanup(CreateCollectionCleanupTest.java:75)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 1762 lines...]
   [junit4] Suite: org.apache.lucene.search.TestTopFieldCollectorEarlyTermination
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestTopFieldCollectorEarlyTermination -Dtests.method=testEarlyTermination -Dtests.seed=71B0072AA2373F2F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ro-RO -Dtests.timezone=NZ -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.61s J1 | TestTopFieldCollectorEarlyTermination.testEarlyTermination <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([71B0072AA2373F2F:BE2746759A5BAF2C]:0)
   [junit4]    > 	at org.apache.lucene.search.TestTopFieldCollectorEarlyTermination.doTestEarlyTermination(TestTopFieldCollectorEarlyTermination.java:159)
   [junit4]    > 	at org.apache.lucene.search.TestTopFieldCollectorEarlyTermination.testEarlyTermination(TestTopFieldCollectorEarlyTermination.java:113)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {s=PostingsFormat(name=Direct)}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Lucene70), s=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=842, maxMBSortInHeap=5.4000947262877155, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5b316450), locale=ro-RO, timezone=NZ
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=397344552,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [Test2BBKDPoints, TestFSTs, TestFilterIterator, TestBooleanOr, TestLucene70DocValuesFormat, TestPositiveScoresOnlyCollector, TestIndexOrDocValuesQuery, TestToken, TestFieldValueQuery, TestIndexWriterOnJRECrash, TestOrdinalMap, TestIndexingSequenceNumbers, TestCloseableThreadLocal, TestFieldInvertState, TestTerms, TestCharArraySet, TestNoMergeScheduler, TestRecyclingByteBlockAllocator, TestCharsRefBuilder, Test2BPostings, TestPerFieldDocValuesFormat, TestDeterminism, TestBM25Similarity, TestBasicModelIne, TestBlockPostingsFormat3, TestDoc, TestForTooMuchCloning, TestParallelLeafReader, TestBooleanRewrites, TestCrash, TestSortedSetSortField, TestComplexExplanations, TestTimeLimitingCollector, TestMultiDocValues, TestGraphTokenizers, TestDuelingCodecs, TestPhraseQuery, TestBytesRefAttImpl, TestIndexFileDeleter, TestByteArrayDataInput, TestCustomNorms, TestLucene60FieldInfoFormat, TestLockFactory, TestTieredMergePolicy, TestSortRandom, TestReusableStringReader, TestRollback, TestNRTReaderCleanup, TestStressNRT, TestReaderWrapperDVTypeCheck, TestSearcherManager, TestMergeSchedulerExternal, TestMultiTermConstantScore, TestSpanExplanationsOfNonMatches, TestAllFilesDetectTruncation, TestBasicModelG, TestSloppyMath, TestFastDecompressionMode, Test2BDocs, TestPrefixInBooleanQuery, TestTimSorterWorstCase, TestTransactions, TestRadixSelector, TestMatchNoDocsQuery, TestLevenshteinAutomata, TestConcurrentMergeScheduler, TestOmitTf, TestTopFieldCollectorEarlyTermination]
   [junit4] Completed [466/477 (1!)] on J1 in 4.28s, 3 tests, 1 failure <<< FAILURES!

[...truncated 10549 lines...]
   [junit4] Suite: org.apache.solr.cloud.CreateCollectionCleanupTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CreateCollectionCleanupTest_E4CE9E77E2A4A338-001/init-core-data-001
   [junit4]   2> 734809 WARN  (SUITE-CreateCollectionCleanupTest-seed#[E4CE9E77E2A4A338]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 734809 INFO  (SUITE-CreateCollectionCleanupTest-seed#[E4CE9E77E2A4A338]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 734810 INFO  (SUITE-CreateCollectionCleanupTest-seed#[E4CE9E77E2A4A338]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 734810 INFO  (SUITE-CreateCollectionCleanupTest-seed#[E4CE9E77E2A4A338]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 734810 INFO  (SUITE-CreateCollectionCleanupTest-seed#[E4CE9E77E2A4A338]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CreateCollectionCleanupTest_E4CE9E77E2A4A338-001/tempDir-001
   [junit4]   2> 734810 INFO  (SUITE-CreateCollectionCleanupTest-seed#[E4CE9E77E2A4A338]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 734811 INFO  (Thread-1606) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 734811 INFO  (Thread-1606) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 734812 ERROR (Thread-1606) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 734911 INFO  (SUITE-CreateCollectionCleanupTest-seed#[E4CE9E77E2A4A338]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44535
   [junit4]   2> 734916 INFO  (jetty-launcher-1167-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 734916 INFO  (jetty-launcher-1167-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d2a400c{/solr,null,AVAILABLE}
   [junit4]   2> 734918 INFO  (jetty-launcher-1167-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@77f16193{HTTP/1.1,[http/1.1]}{127.0.0.1:42265}
   [junit4]   2> 734918 INFO  (jetty-launcher-1167-thread-1) [    ] o.e.j.s.Server Started @736421ms
   [junit4]   2> 734918 INFO  (jetty-launcher-1167-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42265}
   [junit4]   2> 734918 ERROR (jetty-launcher-1167-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 734919 INFO  (jetty-launcher-1167-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 734919 INFO  (jetty-launcher-1167-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 734919 INFO  (jetty-launcher-1167-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 734919 INFO  (jetty-launcher-1167-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T15:02:27.277Z
   [junit4]   2> 734922 INFO  (jetty-launcher-1167-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 734925 INFO  (jetty-launcher-1167-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@27726bbd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 734927 INFO  (jetty-launcher-1167-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44535/solr
   [junit4]   2> 734956 INFO  (jetty-launcher-1167-thread-1) [n:127.0.0.1:42265_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 734957 INFO  (jetty-launcher-1167-thread-1) [n:127.0.0.1:42265_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42265_solr
   [junit4]   2> 734957 INFO  (jetty-launcher-1167-thread-1) [n:127.0.0.1:42265_solr    ] o.a.s.c.Overseer Overseer (id=99122292140867587-127.0.0.1:42265_solr-n_0000000000) starting
   [junit4]   2> 734960 INFO  (jetty-launcher-1167-thread-1) [n:127.0.0.1:42265_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42265_solr
   [junit4]   2> 734964 INFO  (zkCallback-1174-thread-1-processing-n:127.0.0.1:42265_solr) [n:127.0.0.1:42265_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 735007 INFO  (jetty-launcher-1167-thread-1) [n:127.0.0.1:42265_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27726bbd
   [junit4]   2> 735012 INFO  (jetty-launcher-1167-thread-1) [n:127.0.0.1:42265_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27726bbd
   [junit4]   2> 735012 INFO  (jetty-launcher-1167-thread-1) [n:127.0.0.1:42265_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27726bbd
   [junit4]   2> 735013 INFO  (jetty-launcher-1167-thread-1) [n:127.0.0.1:42265_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CreateCollectionCleanupTest_E4CE9E77E2A4A338-001/tempDir-001/node1/.
   [junit4]   2> 735033 INFO  (SUITE-CreateCollectionCleanupTest-seed#[E4CE9E77E2A4A338]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 735033 INFO  (SUITE-CreateCollectionCleanupTest-seed#[E4CE9E77E2A4A338]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44535/solr ready
   [junit4]   2> 735055 INFO  (TEST-CreateCollectionCleanupTest.testCreateCollectionCleanup-seed#[E4CE9E77E2A4A338]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionCleanup
   [junit4]   2> 735056 INFO  (qtp270488878-6935) [n:127.0.0.1:42265_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&property.dataDir=/some_invalid_dir/foo&collection.configName=conf1&name=foo&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 735058 INFO  (OverseerThreadFactory-3063-thread-1-processing-n:127.0.0.1:42265_solr) [n:127.0.0.1:42265_solr    ] o.a.s.c.CreateCollectionCmd Create collection foo
   [junit4]   2> 735162 INFO  (OverseerStateUpdate-99122292140867587-127.0.0.1:42265_solr-n_0000000000) [n:127.0.0.1:42265_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"foo",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"foo_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42265/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 735363 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&property.dataDir=/some_invalid_dir/foo&collection.configName=conf1&newCollection=true&collection=foo&version=2&replicaType=NRT&coreNodeName=core_node2&name=foo_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 735364 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 735466 INFO  (zkCallback-1174-thread-1-processing-n:127.0.0.1:42265_solr) [n:127.0.0.1:42265_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/foo/state.json] for collection [foo] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 735466 INFO  (zkCallback-1174-thread-2-processing-n:127.0.0.1:42265_solr) [n:127.0.0.1:42265_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/foo/state.json] for collection [foo] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 736376 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 736406 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.s.IndexSchema [foo_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 736409 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 736410 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'foo_shard1_replica_n1' using configuration from collection foo, trusted=true
   [junit4]   2> 736410 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.foo.shard1.replica_n1' (registry 'solr.core.foo.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27726bbd
   [junit4]   2> 736410 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 736410 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.c.SolrCore [[foo_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CreateCollectionCleanupTest_E4CE9E77E2A4A338-001/tempDir-001/node1/foo_shard1_replica_n1], dataDir=[/some_invalid_dir/foo/]
   [junit4]   2> 736446 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 736446 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 736447 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.c.SolrCore [foo_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4a243fef
   [junit4]   2> 736447 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.foo.shard1.replica_n1, tag=1243889647
   [junit4]   2> 736447 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@49cbc540: rootName = null, domain = solr.core.foo.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.foo.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6af3980f
   [junit4]   2> 736452 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.foo.shard1.leader, tag=1243889647
   [junit4]   2> 736453 ERROR (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'foo_shard1_replica_n1': Unable to create core [foo_shard1_replica_n1] Caused by: access denied ("java.io.FilePermission" "/some_invalid_dir/foo/tlog" "write")
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:991)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [foo_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1057)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:952)
   [junit4]   2> 	... 34 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1008)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:863)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1041)
   [junit4]   2> 	... 35 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error Instantiating Update Handler, solr.DirectUpdateHandler2 failed to instantiate org.apache.solr.update.UpdateHandler
   [junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:807)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:855)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1108)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
   [junit4]   2> 	... 37 more
   [junit4]   2> Caused by: java.lang.reflect.InvocationTargetException
   [junit4]   2> 	at sun.reflect.GeneratedConstructorAccessor126.newInstance(Unknown Source)
   [junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   [junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:793)
   [junit4]   2> 	... 40 more
   [junit4]   2> Caused by: java.security.AccessControlException: access denied ("java.io.FilePermission" "/some_invalid_dir/foo/tlog" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311)
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343)
   [junit4]   2> 	at org.apache.solr.update.UpdateLog.init(UpdateLog.java:359)
   [junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:161)
   [junit4]   2> 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:116)
   [junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:113)
   [junit4]   2> 	... 44 more
   [junit4]   2> 
   [junit4]   2> 736454 INFO  (qtp270488878-6937) [n:127.0.0.1:42265_solr c:foo s:shard1 r:core_node2 x:foo_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&property.dataDir=/some_invalid_dir/foo&collection.configName=conf1&newCollection=true&collection=foo&version=2&replicaType=NRT&coreNodeName=core_node2&name=foo_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=400 QTime=1090
   [junit4]   2> 736454 ERROR (OverseerThreadFactory-3063-thread-1-processing-n:127.0.0.1:42265_solr) [n:127.0.0.1:42265_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:42265/solr
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42265/solr: Error CREATEing SolrCore 'foo_shard1_replica_n1': Unable to create core [foo_shard1_replica_n1] Caused by: access denied ("java.io.FilePermission" "/some_invalid_dir/foo/tlog" "write")
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 736455 ERROR (OverseerThreadFactory-3063-thread-1-processing-n:127.0.0.1:42265_solr) [n:127.0.0.1:42265_solr    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [foo].
   [junit4]   2> 736455 INFO  (OverseerThreadFactory-3063-thread-1-processing-n:127.0.0.1:42265_solr) [n:127.0.0.1:42265_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 736456 INFO  (qtp270488878-6930) [n:127.0.0.1:42265_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=foo_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 766490 INFO  (zkCallback-1174-thread-3-processing-n:127.0.0.1:42265_solr) [n:127.0.0.1:42265_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/foo/state.json] for collection [foo] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 766490 INFO  (zkCallback-1174-thread-2-processing-n:127.0.0.1:42265_solr) [n:127.0.0.1:42265_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/foo/state.json] for collection [foo] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 766491 ERROR (OverseerThreadFactory-3063-thread-1-processing-n:127.0.0.1:42265_solr) [n:127.0.0.1:42265_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: foo operation: create failed:org.apache.solr.common.SolrException: Could not fully remove collection: foo
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:109)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:678)
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 766502 INFO  (qtp270488878-6935) [n:127.0.0.1:42265_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&property.dataDir=/some_invalid_dir/foo&collection.configName=conf1&name=foo&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=500 QTime=31446
   [junit4]   2> 766503 ERROR (qtp270488878-6935) [n:127.0.0.1:42265_solr    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Could not fully remove collection: foo
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:309)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 766504 INFO  (TEST-CreateCollectionCleanupTest.testCreateCollectionCleanup-seed#[E4CE9E77E2A4A338]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionCleanup
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CreateCollectionCleanupTest -Dtests.method=testCreateCollectionCleanup -Dtests.seed=E4CE9E77E2A4A338 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr-ME -Dtests.timezone=Brazil/DeNoronha -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   31.5s J1 | CreateCollectionCleanupTest.testCreateCollectionCleanup <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42265/solr: Could not fully remove collection: foo
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E4CE9E77E2A4A338:506B306C207DF890]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.cloud.CreateCollectionCleanupTest.testCreateCollectionCleanup(CreateCollectionCleanupTest.java:75)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 766510 INFO  (jetty-closer-1168-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@77f16193{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 766511 INFO  (jetty-closer-1168-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1926937529
   [junit4]   2> 766511 INFO  (jetty-closer-1168-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 766511 INFO  (jetty-closer-1168-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ea2d9a7: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@290ee1d5
   [junit4]   2> 766520 INFO  (jetty-closer-1168-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 766520 INFO  (jetty-closer-1168-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@879e7b9: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3313b12d
   [junit4]   2> 766526 INFO  (jetty-closer-1168-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 766526 INFO  (jetty-closer-1168-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@64e41467: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7b0af9b4
   [junit4]   2> 766528 INFO  (jetty-closer-1168-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42265_solr
   [junit4]   2> 766529 INFO  (jetty-closer-1168-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 766529 INFO  (zkCallback-1174-thread-2-processing-n:127.0.0.1:42265_solr) [n:127.0.0.1:42265_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 766529 INFO  (jetty-closer-1168-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99122292140867587-127.0.0.1:42265_solr-n_0000000000) closing
   [junit4]   2> 766529 INFO  (OverseerStateUpdate-99122292140867587-127.0.0.1:42265_solr-n_0000000000) [n:127.0.0.1:42265_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42265_solr
   [junit4]   2> 766529 WARN  (OverseerAutoScalingTriggerThread-99122292140867587-127.0.0.1:42265_solr-n_0000000000) [n:127.0.0.1:42265_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 766532 INFO  (jetty-closer-1168-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7d2a400c{/solr,null,UNAVAILABLE}
   [junit4]   2> 766533 ERROR (SUITE-CreateCollectionCleanupTest-seed#[E4CE9E77E2A4A338]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 766533 INFO  (SUITE-CreateCollectionCleanupTest-seed#[E4CE9E77E2A4A338]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44535 44535
   [junit4]   2> 771594 INFO  (Thread-1606) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44535 44535
   [junit4]   2> 771595 WARN  (Thread-1606) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/foo/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CreateCollectionCleanupTest_E4CE9E77E2A4A338-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=791, maxMBSortInHeap=5.569041521308206, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1f376ffe), locale=sr-ME, timezone=Brazil/DeNoronha
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=251274448,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestIntervalFaceting, ZkCLITest, ConjunctionSolrSpellCheckerTest, SolrIndexConfigTest, TestManagedResource, TestReRankQParserPlugin, TestSolrCloudSnapshots, TestManagedSchema, TestDelegationWithHadoopAuth, TestCloudNestedDocsSort, TestExactStatsCache, TestCloudInspectUtil, TestBulkSchemaAPI, MoveReplicaTest, PreAnalyzedFieldTest, TestLuceneMatchVersion, TestDocSet, SystemLogListenerTest, HdfsNNFailoverTest, ConvertedLegacyTest, AssignTest, OverseerModifyCollectionTest, SaslZkACLProviderTest, TestXmlQParser, TestConfigSetsAPI, TestPerFieldSimilarity, ManagedSchemaRoundRobinCloudTest, TestAddFieldRealTimeGet, TestRequestStatusCollectionAPI, StatsReloadRaceTest, OverseerTaskQueueTest, BadIndexSchemaTest, TestQuerySenderNoQuery, SignatureUpdateProcessorFactoryTest, BlockJoinFacetRandomTest, SpellingQueryConverterTest, BooleanFieldTest, OpenCloseCoreStressTest, TestDownShardTolerantSearch, ConcurrentDeleteAndCreateCollectionTest, TestXIncludeConfig, TestLazyCores, TestNonDefinedSimilarityFactory, TestShortCircuitedRequests, RulesTest, TestOnReconnectListenerSupport, CdcrVersionReplicationTest, TestInPlaceUpdatesStandalone, CachingDirectoryFactoryTest, TestRangeQuery, TestFastWriter, TestRTGBase, DistributedFacetPivotLongTailTest, TermVectorComponentDistributedTest, SolrGraphiteReporterTest, TestStressRecovery, TestDocTermOrds, DeleteLastCustomShardedReplicaTest, PrimUtilsTest, TestTrackingShardHandlerFactory, DocValuesMultiTest, TestSerializedLuceneMatchVersion, TestJsonFacets, CoreMergeIndexesAdminHandlerTest, TestNRTOpen, TestComplexPhraseQParserPlugin, PropertiesRequestHandlerTest, SolrCmdDistributorTest, TestZkAclsWithHadoopAuth, UtilsToolTest, TestPseudoReturnFields, SampleTest, AutoscalingHistoryHandlerTest, TestRemoteStreaming, CreateCollectionCleanupTest]
   [junit4] Completed [218/752 (1!)] on J1 in 36.80s, 1 test, 1 error <<< FAILURES!

[...truncated 49069 lines...]