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 2018/12/15 00:49:07 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11) - Build # 23335 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23335/
Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:39755/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:39755/solr
	at __randomizedtesting.SeedInfo.seed([9861FAF097777419:EC911BB5D3533396]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:661)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:205)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:222)
	at org.apache.solr.cloud.TestCloudRecovery.beforeTest(TestCloudRecovery.java:78)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:969)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:549)
	... 47 more




Build Log:
[...truncated 14546 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9861FAF097777419-001/init-core-data-001
   [junit4]   2> 1095100 INFO  (SUITE-TestCloudRecovery-seed#[9861FAF097777419]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1095101 INFO  (SUITE-TestCloudRecovery-seed#[9861FAF097777419]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1095101 INFO  (SUITE-TestCloudRecovery-seed#[9861FAF097777419]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4] IGNOR/A 0.00s J0 | TestCloudRecovery.corruptedLogTest
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028"))
   [junit4]   2> 1095102 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9861FAF097777419]) [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 1095103 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9861FAF097777419]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9861FAF097777419-001/tempDir-001
   [junit4]   2> 1095103 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9861FAF097777419]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1095105 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1095105 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1095205 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9861FAF097777419]) [    ] o.a.s.c.ZkTestServer start zk server on port:40883
   [junit4]   2> 1095205 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9861FAF097777419]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40883
   [junit4]   2> 1095205 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9861FAF097777419]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40883
   [junit4]   2> 1095206 INFO  (zkConnectionManagerCallback-10381-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095208 INFO  (zkConnectionManagerCallback-10383-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095209 INFO  (zkConnectionManagerCallback-10385-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095210 WARN  (jetty-launcher-10386-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1095210 WARN  (jetty-launcher-10386-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1095210 INFO  (jetty-launcher-10386-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1095210 INFO  (jetty-launcher-10386-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1095210 INFO  (jetty-launcher-10386-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1095210 INFO  (jetty-launcher-10386-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1095210 INFO  (jetty-launcher-10386-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1095210 INFO  (jetty-launcher-10386-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11+28
   [junit4]   2> 1095211 INFO  (jetty-launcher-10386-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1095211 INFO  (jetty-launcher-10386-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1095211 INFO  (jetty-launcher-10386-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1095211 INFO  (jetty-launcher-10386-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1095211 INFO  (jetty-launcher-10386-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1095222 INFO  (jetty-launcher-10386-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1095222 INFO  (jetty-launcher-10386-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ccbebdb{/solr,null,AVAILABLE}
   [junit4]   2> 1095222 INFO  (jetty-launcher-10386-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c12a2e2{/solr,null,AVAILABLE}
   [junit4]   2> 1095222 INFO  (jetty-launcher-10386-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@69095d6{HTTP/1.1,[http/1.1]}{127.0.0.1:43653}
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-1) [    ] o.e.j.s.Server Started @1095263ms
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43653}
   [junit4]   2> 1095223 ERROR (jetty-launcher-10386-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-15T00:16:56.231326Z
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5dbcc2e{HTTP/1.1,[http/1.1]}{127.0.0.1:39755}
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-2) [    ] o.e.j.s.Server Started @1095264ms
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39755}
   [junit4]   2> 1095223 ERROR (jetty-launcher-10386-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1095223 INFO  (jetty-launcher-10386-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1095224 INFO  (jetty-launcher-10386-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-12-15T00:16:56.231997Z
   [junit4]   2> 1095224 INFO  (zkConnectionManagerCallback-10388-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095224 INFO  (jetty-launcher-10386-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1095224 INFO  (zkConnectionManagerCallback-10390-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095224 INFO  (jetty-launcher-10386-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1095281 INFO  (jetty-launcher-10386-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40883/solr
   [junit4]   2> 1095281 INFO  (jetty-launcher-10386-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40883/solr
   [junit4]   2> 1095282 INFO  (zkConnectionManagerCallback-10398-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095282 INFO  (zkConnectionManagerCallback-10396-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095283 INFO  (zkConnectionManagerCallback-10400-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095283 INFO  (zkConnectionManagerCallback-10402-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095315 INFO  (jetty-launcher-10386-thread-2) [n:127.0.0.1:39755_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39755_solr
   [junit4]   2> 1095315 INFO  (jetty-launcher-10386-thread-2) [n:127.0.0.1:39755_solr    ] o.a.s.c.Overseer Overseer (id=72195047898087431-127.0.0.1:39755_solr-n_0000000000) starting
   [junit4]   2> 1095318 INFO  (zkConnectionManagerCallback-10411-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095319 INFO  (jetty-launcher-10386-thread-2) [n:127.0.0.1:39755_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40883/solr ready
   [junit4]   2> 1095319 INFO  (OverseerStateUpdate-72195047898087431-127.0.0.1:39755_solr-n_0000000000) [n:127.0.0.1:39755_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39755_solr
   [junit4]   2> 1095319 INFO  (jetty-launcher-10386-thread-2) [n:127.0.0.1:39755_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39755_solr
   [junit4]   2> 1095320 INFO  (zkCallback-10399-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1095320 INFO  (zkCallback-10410-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1095322 INFO  (OverseerAutoScalingTriggerThread-72195047898087431-127.0.0.1:39755_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:39755_solr]
   [junit4]   2> 1095324 INFO  (jetty-launcher-10386-thread-1) [n:127.0.0.1:43653_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1095325 INFO  (jetty-launcher-10386-thread-1) [n:127.0.0.1:43653_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:43653_solr as DOWN
   [junit4]   2> 1095325 INFO  (jetty-launcher-10386-thread-1) [n:127.0.0.1:43653_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1095325 INFO  (jetty-launcher-10386-thread-1) [n:127.0.0.1:43653_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43653_solr
   [junit4]   2> 1095326 INFO  (zkCallback-10410-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1095326 INFO  (zkCallback-10399-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1095326 INFO  (zkCallback-10401-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1095331 INFO  (jetty-launcher-10386-thread-2) [n:127.0.0.1:39755_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1095343 INFO  (zkConnectionManagerCallback-10417-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095344 INFO  (jetty-launcher-10386-thread-1) [n:127.0.0.1:43653_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1095344 INFO  (jetty-launcher-10386-thread-1) [n:127.0.0.1:43653_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40883/solr ready
   [junit4]   2> 1095347 INFO  (jetty-launcher-10386-thread-2) [n:127.0.0.1:39755_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39755.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10eaaa50
   [junit4]   2> 1095351 INFO  (jetty-launcher-10386-thread-1) [n:127.0.0.1:43653_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1095362 INFO  (jetty-launcher-10386-thread-2) [n:127.0.0.1:39755_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39755.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10eaaa50
   [junit4]   2> 1095362 INFO  (jetty-launcher-10386-thread-2) [n:127.0.0.1:39755_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39755.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10eaaa50
   [junit4]   2> 1095363 INFO  (jetty-launcher-10386-thread-2) [n:127.0.0.1:39755_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.TestCloudRecovery_9861FAF097777419-001/tempDir-001/node2/.
   [junit4]   2> 1095373 INFO  (jetty-launcher-10386-thread-1) [n:127.0.0.1:43653_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43653.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10eaaa50
   [junit4]   2> 1095381 INFO  (jetty-launcher-10386-thread-1) [n:127.0.0.1:43653_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43653.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10eaaa50
   [junit4]   2> 1095381 INFO  (jetty-launcher-10386-thread-1) [n:127.0.0.1:43653_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43653.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10eaaa50
   [junit4]   2> 1095382 INFO  (jetty-launcher-10386-thread-1) [n:127.0.0.1:43653_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.TestCloudRecovery_9861FAF097777419-001/tempDir-001/node1/.
   [junit4]   2> 1095400 INFO  (zkConnectionManagerCallback-10423-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1095401 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9861FAF097777419]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1095401 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9861FAF097777419]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40883/solr ready
   [junit4]   2> 1095404 INFO  (qtp1465264327-24559) [n:127.0.0.1:39755_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=2&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1095408 INFO  (OverseerThreadFactory-7774-thread-1-processing-n:127.0.0.1:39755_solr) [n:127.0.0.1:39755_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1095511 INFO  (qtp1465264327-24557) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1095512 INFO  (qtp1465264327-24561) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1095512 INFO  (qtp1465264327-24557) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1095513 INFO  (qtp1465264327-24561) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1095513 INFO  (qtp1465264327-24557) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1095528 INFO  (qtp2049418005-24558) [n:127.0.0.1:43653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1095528 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1095529 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1095529 INFO  (qtp2049418005-24558) [n:127.0.0.1:43653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1095530 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1095532 INFO  (OverseerStateUpdate-72195047898087431-127.0.0.1:39755_solr-n_0000000000) [n:127.0.0.1:39755_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":"http://127.0.0.1:43653/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1095556 INFO  (OverseerStateUpdate-72195047898087431-127.0.0.1:39755_solr-n_0000000000) [n:127.0.0.1:39755_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":"http://127.0.0.1:39755/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1095556 INFO  (OverseerStateUpdate-72195047898087431-127.0.0.1:39755_solr-n_0000000000) [n:127.0.0.1:39755_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39755/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1095556 INFO  (OverseerStateUpdate-72195047898087431-127.0.0.1:39755_solr-n_0000000000) [n:127.0.0.1:39755_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43653/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1095751 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1095751 INFO  (qtp1465264327-24561) [n:127.0.0.1:39755_solr    x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1095751 INFO  (qtp1465264327-24561) [n:127.0.0.1:39755_solr    x:collection1_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1095752 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr    x:collection1_shard2_replica_n5] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n5&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1095752 INFO  (qtp1465264327-24627) [n:127.0.0.1:39755_solr    x:collection1_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1096760 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1096760 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_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> 1096765 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.s.IndexSchema [collection1_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 1096766 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1096766 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n5' using configuration from collection collection1, trusted=true
   [junit4]   2> 1096766 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1096766 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43653.solr.core.collection1.shard2.replica_n5' (registry 'solr.core.collection1.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10eaaa50
   [junit4]   2> 1096766 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.SolrCore [[collection1_shard2_replica_n5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9861FAF097777419-001/tempDir-001/node1/collection1_shard2_replica_n5], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9861FAF097777419-001/tempDir-001/node1/./collection1_shard2_replica_n5/data/]
   [junit4]   2> 1096776 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1096777 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1096777 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43653.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10eaaa50
   [junit4]   2> 1096777 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9861FAF097777419-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9861FAF097777419-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1097018 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1097018 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1097020 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1097020 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1097021 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@41cfa6e9[collection1_shard1_replica_n1] main]
   [junit4]   2> 1097021 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1097022 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1097022 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1097022 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1619874826713825280
   [junit4]   2> 1097024 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1097024 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1097025 INFO  (searcherExecutor-7784-thread-1-processing-n:127.0.0.1:43653_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@41cfa6e9[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1097026 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1097026 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1097026 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1097026 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1097027 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1097028 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e0738b4[collection1_shard2_replica_n5] main]
   [junit4]   2> 1097028 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1097028 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1097029 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1097029 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1619874826721165312
   [junit4]   2> 1097032 INFO  (searcherExecutor-7783-thread-1-processing-n:127.0.0.1:43653_solr x:collection1_shard2_replica_n5 c:collection1 s:shard2 r:core_node8) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.SolrCore [collection1_shard2_replica_n5] Registered new searcher Searcher@4e0738b4[collection1_shard2_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1097033 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 1097033 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 1097034 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1107055 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Was waiting for replicas to come up, but they are taking too long - assuming they won't come back till later
   [junit4]   2> 1107055 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1107055 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43653/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1107055 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext Was waiting for replicas to come up, but they are taking too long - assuming they won't come back till later
   [junit4]   2> 1107055 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1107055 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43653/solr/collection1_shard2_replica_n5/
   [junit4]   2> 1107055 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=http://127.0.0.1:43653/solr START replicas=[http://127.0.0.1:39755/solr/collection1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1107055 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n5 url=http://127.0.0.1:43653/solr START replicas=[http://127.0.0.1:39755/solr/collection1_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 1107055 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=http://127.0.0.1:43653/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1107056 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n5 url=http://127.0.0.1:43653/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1107057 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1107057 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1107057 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72195047898087432-core_node8-n_0000000000
   [junit4]   2> 1107057 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1107057 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1107057 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72195047898087432-core_node3-n_0000000000
   [junit4]   2> 1107058 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43653/solr/collection1_shard2_replica_n5/ shard2
   [junit4]   2> 1107058 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43653/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1107059 INFO  (zkCallback-10401-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1107059 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1107161 INFO  (zkCallback-10401-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1107161 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1107195 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=11444
   [junit4]   2> 1107200 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n5&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=11447
   [junit4]   2> 1107262 INFO  (zkCallback-10401-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1155333 INFO  (qtp1465264327-24641) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n4:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n4:UPDATE./update.requests&key=solr.core.collection1.shard1.replica_n2:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n2:UPDATE./update.requests&key=solr.core.collection1.shard2.replica_n4:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n2:QUERY./select.requests} status=0 QTime=0
   [junit4]   2> 1155333 INFO  (qtp1465264327-24639) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n4:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n4:UPDATE./update.requests&key=solr.core.collection1.shard1.replica_n2:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n2:UPDATE./update.requests&key=solr.core.collection1.shard2.replica_n4:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n2:QUERY./select.requests} status=0 QTime=0
   [junit4]   2> 1155334 INFO  (qtp1465264327-24557) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n4:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n4:UPDATE./update.requests&key=solr.core.collection1.shard1.replica_n2:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n2:UPDATE./update.requests&key=solr.core.collection1.shard2.replica_n4:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n2:QUERY./select.requests} status=0 QTime=0
   [junit4]   2> 1155335 INFO  (qtp1465264327-24640) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1155336 INFO  (qtp1465264327-24641) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1155336 INFO  (qtp1465264327-24639) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1155338 INFO  (qtp2049418005-24558) [n:127.0.0.1:43653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n5:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n5:INDEX.sizeInBytes&key=solr.core.collection1.shard2.replica_n5:UPDATE./update.requests&key=solr.core.collection1.shard1.replica_n1:UPDATE./update.requests} status=0 QTime=0
   [junit4]   2> 1155339 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n5:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n5:INDEX.sizeInBytes&key=solr.core.collection1.shard2.replica_n5:UPDATE./update.requests&key=solr.core.collection1.shard1.replica_n1:UPDATE./update.requests} status=0 QTime=0
   [junit4]   2> 1155340 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n5:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n5:INDEX.sizeInBytes&key=solr.core.collection1.shard2.replica_n5:UPDATE./update.requests&key=solr.core.collection1.shard1.replica_n1:UPDATE./update.requests} status=0 QTime=0
   [junit4]   2> 1155340 INFO  (qtp2049418005-24558) [n:127.0.0.1:43653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1155341 INFO  (qtp2049418005-24556) [n:127.0.0.1:43653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1155341 INFO  (qtp2049418005-24560) [n:127.0.0.1:43653_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used} status=0 QTime=0
   [junit4]   2> 1185492 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1451731233
   [junit4]   2> 1185492 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39755_solr
   [junit4]   2> 1185493 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1185493 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:39755_solr as DOWN
   [junit4]   2> 1185493 INFO  (jetty-closer-10424-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1026934552
   [junit4]   2> 1185493 INFO  (jetty-closer-10424-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43653_solr
   [junit4]   2> 1185494 INFO  (jetty-closer-10424-thread-2) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1185494 INFO  (jetty-closer-10424-thread-2) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:43653_solr as DOWN
   [junit4]   2> 1185494 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1185494 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a27bb42: rootName = solr_39755, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1d923ee9
   [junit4]   2> 1185495 INFO  (coreCloseExecutor-7794-thread-1) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ab41c78
   [junit4]   2> 1185495 INFO  (coreCloseExecutor-7794-thread-1) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=4ab41c78
   [junit4]   2> 1185495 INFO  (coreCloseExecutor-7794-thread-2) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.c.SolrCore [collection1_shard2_replica_n5]  CLOSING SolrCore org.apache.solr.core.SolrCore@be714cf
   [junit4]   2> 1185495 INFO  (coreCloseExecutor-7794-thread-1) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b0debce: rootName = solr_43653, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@34fb3f00
   [junit4]   2> 1185495 INFO  (zkCallback-10401-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1185498 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1185498 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6557f411: rootName = solr_39755, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@553f3394
   [junit4]   2> 1185500 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1185501 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@35cd6b75: rootName = solr_39755, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@47ba96c3
   [junit4]   2> 1185501 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1185502 INFO  (closeThreadPool-10429-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72195047898087431-127.0.0.1:39755_solr-n_0000000000) closing
   [junit4]   2> 1185502 INFO  (OverseerStateUpdate-72195047898087431-127.0.0.1:39755_solr-n_0000000000) [n:127.0.0.1:39755_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39755_solr
   [junit4]   2> 1185503 INFO  (coreCloseExecutor-7794-thread-1) [n:127.0.0.1:43653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=4ab41c78
   [junit4]   2> 1185503 INFO  (coreCloseExecutor-7794-thread-2) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n5, tag=be714cf
   [junit4]   2> 1185503 INFO  (coreCloseExecutor-7794-thread-2) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@583add24: rootName = solr_43653, domain = solr.core.collection1.shard2.replica_n5, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n5 / com.codahale.metrics.MetricRegistry@6d746c9a
   [junit4]   2> 1185504 INFO  (zkCallback-10401-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1185504 INFO  (zkCallback-10401-thread-4) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43653_solr
   [junit4]   2> 1185502 ERROR (OverseerThreadFactory-7774-thread-1-processing-n:127.0.0.1:39755_solr) [n:127.0.0.1:39755_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:39755/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:39755/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:664) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) [java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> Caused by: java.net.SocketException: Socket closed
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:183) ~[?:?]
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:140) ~[?:?]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120) ~[java/:?]
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:549) ~[java/:?]
   [junit4]   2> 	... 12 more
   [junit4]   2> 1185505 INFO  (zkCallback-10416-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1185505 ERROR (OverseerThreadFactory-7774-thread-1-processing-n:127.0.0.1:39755_solr) [n:127.0.0.1:39755_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:39755/solr
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:39755/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:664) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) [java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> Caused by: java.net.SocketException: Socket closed
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:183) ~[?:?]
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:140) ~[?:?]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120) ~[java/:?]
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:549) ~[java/:?]
   [junit4]   2> 	... 12 more
   [junit4]   2> 1185508 ERROR (OverseerThreadFactory-7774-thread-1-processing-n:127.0.0.1:39755_solr) [n:127.0.0.1:39755_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Cleaning up collection [collection1].
   [junit4]   2> 1185508 ERROR (OverseerThreadFactory-7774-thread-1-processing-n:127.0.0.1:39755_solr) [n:127.0.0.1:39755_solr    ] o.a.s.c.a.c.DeleteCollectionCmd Problem cleaning up collection in zk:collection1:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1111)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:334)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:334)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:153)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:710)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:290)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:292)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:496)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 1185509 ERROR (OverseerThreadFactory-7774-thread-1-processing-n:127.0.0.1:39755_solr) [n:127.0.0.1:39755_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: collection1 operation: create failed:org.apache.solr.common.SolrException
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:324)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:292)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:496)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /snapshots/collection1
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1541)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getChildren$4(SolrZkClient.java:346)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:346)
   [junit4]   2> 	at org.apache.solr.core.snapshots.SolrSnapshotManager.cleanupCollectionLevelSnapshots(SolrSnapshotManager.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:710)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:290)
   [junit4]   2> 	... 6 more
   [junit4]   2> 
   [junit4]   2> 1185511 ERROR (OverseerThreadFactory-7774-thread-1-processing-n:127.0.0.1:39755_solr) [n:127.0.0.1:39755_solr    ] o.a.s.c.OverseerTaskProcessor :org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1111)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:334)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:334)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:96)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.markTaskComplete(OverseerTaskProcessor.java:564)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:516)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 1185511 WARN  (OverseerThreadFactory-7774-thread-1-processing-n:127.0.0.1:39755_solr) [n:127.0.0.1:39755_solr    ] o.a.s.c.OverseerTaskProcessor Resetting task: /overseer/collection-queue-work/qn-0000000000, requestid: null, taskKey: collection1
   [junit4]   2> 1185511 INFO  (OverseerAutoScalingTriggerThread-72195047898087431-127.0.0.1:39755_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1185512 INFO  (jetty-closer-10424-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72195047898087431-127.0.0.1:39755_solr-n_0000000000) closing
   [junit4]   2> 1185512 INFO  (closeThreadPool-10429-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72195047898087431-127.0.0.1:39755_solr-n_0000000000) closing
   [junit4]   2> 1185513 INFO  (jetty-closer-10424-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5dbcc2e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1185513 INFO  (coreCloseExecutor-7794-thread-2) [n:127.0.0.1:43653_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=be714cf
   [junit4]   2> 1185513 INFO  (jetty-closer-10424-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c12a2e2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1185513 INFO  (jetty-closer-10424-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1185515 INFO  (jetty-closer-10424-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1185515 INFO  (jetty-closer-10424-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3d1146cc: rootName = solr_43653, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@550ce310
   [junit4]   2> 1185520 INFO  (jetty-closer-10424-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1185520 INFO  (jetty-closer-10424-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@428ea41d: rootName = solr_43653, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@553f3394
   [junit4]   2> 1185523 INFO  (jetty-closer-10424-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1185523 INFO  (jetty-closer-10424-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@49eab9ce: rootName = solr_43653, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@47ba96c3
   [junit4]   2> 1185523 INFO  (jetty-closer-10424-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1185528 INFO  (jetty-closer-10424-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@69095d6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1185528 INFO  (jetty-closer-10424-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ccbebdb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1185528 INFO  (jetty-closer-10424-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1200513 ERROR (qtp1465264327-24559) [n:127.0.0.1:39755_solr    ] o.a.s.h.RequestHandlerBase java.lang.InterruptedException
   [junit4]   2> 	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
   [junit4]   2> 	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2221)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:158)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:208)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.sendToOCPQueue(CollectionsHandler.java:363)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:273)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:247)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:734)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:715)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:393)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:339)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:158)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 1200513 INFO  (qtp1465264327-24559) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=2&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2} status=500 QTime=105109
   [junit4]   2> 1200513 ERROR (qtp1465264327-24559) [n:127.0.0.1:39755_solr    ] o.a.s.s.HttpSolrCall null:java.lang.InterruptedException
   [junit4]   2> 	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
   [junit4]   2> 	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2221)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:158)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:208)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.sendToOCPQueue(CollectionsHandler.java:363)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:273)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:247)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:734)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:715)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:393)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:339)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:158)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 1200515 ERROR (qtp1465264327-24627) [n:127.0.0.1:39755_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'collection1_shard2_replica_n4': Unable to create core [collection1_shard2_replica_n4] Caused by: Could not get shard id for core: collection1_shard2_replica_n4
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1135)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:395)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:734)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:715)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:393)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:339)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:158)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server

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

ient.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:205)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:222)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudRecovery.beforeTest(TestCloudRecovery.java:78)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:549)
   [junit4]    > 	... 47 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9861FAF097777419-001
   [junit4]   2> Dec 15, 2018 12:18:41 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=828, maxMBSortInHeap=7.365115188155662, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6a11fc48), locale=en, timezone=US/Samoa
   [junit4]   2> NOTE: Linux 4.15.0-39-generic amd64/Oracle Corporation 11 (64-bit)/cpus=8,threads=1,free=105234448,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [NotRequiredUniqueKeyTest, HdfsBasicDistributedZk2Test, MissingSegmentRecoveryTest, TestPayloadScoreQParserPlugin, TestCloudPhrasesIdentificationComponent, SchemaVersionSpecificBehaviorTest, DistributedFacetPivotLargeTest, FacetPivotSmallTest, ShardRoutingTest, TestMacroExpander, TestClusterProperties, RemoteQueryErrorTest, HLLSerializationTest, TestFieldTypeCollectionResource, HdfsChaosMonkeySafeLeaderTest, TestCloudConsistency, OverseerStatusTest, TestConfigSetsAPIZkFailure, TestSegmentSorting, TestReload, SystemInfoHandlerTest, SolrGangliaReporterTest, TestStressRecovery, TolerantUpdateProcessorTest, SplitShardTest, RAMDirectoryFactoryTest, TestRealTimeGet, RequestLoggingTest, NodeMutatorTest, TestLegacyTerms, TestCoreDiscovery, TestMinHashQParser, TestSkipOverseerOperations, RankQueryTest, CleanupOldIndexTest, TestSystemIdResolver, TestDistributedMissingSort, CollectionReloadTest, TestDirectoryFactory, TestRawResponseWriter, RegexBoostProcessorTest, ScheduledTriggerTest, NodeLostTriggerIntegrationTest, TestFieldCacheWithThreads, DeleteInactiveReplicaTest, TestReloadAndDeleteDocs, ClusterStateUpdateTest, OverseerCollectionConfigSetProcessorTest, TestCrossCoreJoin, HdfsWriteToMultipleCollectionsTest, TestRebalanceLeaders, TestNestedUpdateProcessor, MetricUtilsTest, CursorPagingTest, AdminHandlersProxyTest, UniqFieldsUpdateProcessorFactoryTest, DeleteReplicaTest, UUIDFieldTest, SpellCheckCollatorTest, TestSortableTextField, V2StandaloneTest, AnalysisAfterCoreReloadTest, TestNamedUpdateProcessors, TestRangeQuery, TestSimDistributedQueue, WrapperMergePolicyFactoryTest, ComputePlanActionTest, TestValueSourceCache, StatsComponentTest, TestDynamicFieldResource, BlockCacheTest, CollectionsAPISolrJTest, TestPerFieldSimilarity, SolrMetricManagerTest, SolrJmxReporterTest, RuleEngineTest, CdcrOpsAndBoundariesTest, TestJmxIntegration, CloneFieldUpdateProcessorFactoryTest, SolrShardReporterTest, SegmentsInfoRequestHandlerTest, TestFastOutputStream, JavabinLoaderTest, TestReplicationHandlerBackup, TestSQLHandler, PolyFieldTest, HdfsCollectionsAPIDistributedZkTest, ZkShardTermsTest, TestRandomDVFaceting, ChaosMonkeySafeLeaderTest, TestElisionMultitermQuery, TestExclusionRuleCollectionAccess, MoveReplicaTest, TestIndexSearcher, TriggerEventQueueTest, TestCollationFieldDocValues, CopyFieldTest, TestZkChroot, TestJsonRequest, HttpPartitionOnCommitTest, LegacyCloudClusterPropTest, TestSolr4Spatial, TestManagedResource, TestJettySolrRunner, TestConfigsApi, TermVectorComponentDistributedTest, SmileWriterTest, TestSolrCloudWithHadoopAuthPlugin, TestSchemaResource, MetricTriggerTest, TestNumericRangeQuery64, TestSort, DistributedQueueTest, LeaderElectionIntegrationTest, BJQParserTest, DistributedDebugComponentTest, JsonLoaderTest, TestPointFields, TestSimNodeLostTrigger, TestNestedDocsSort, TestCollectionAPI, TestQueryUtils, TestLeaderElectionZkExpiry, TestBulkSchemaAPI, SystemLogListenerTest, MergeStrategyTest, SolrCLIZkUtilsTest, MetricsHistoryHandlerTest, DirectSolrSpellCheckerTest, SOLR749Test, ZkStateReaderTest, SampleTest, DirectoryFactoryTest, TestSolrCoreProperties, TestSimClusterStateProvider, BasicFunctionalityTest, ConvertedLegacyTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestJoin, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestDeprecatedFilters, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, AsyncCallRequestStatusResponseTest, BasicZkTest, ChaosMonkeySafeLeaderWithPullReplicasTest, LeaderTragicEventTest, MetricsHistoryIntegrationTest, MigrateRouteKeyTest, OverseerTest, RecoveryAfterSoftCommitTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudRecovery]
   [junit4] Completed [504/838 (1!)] on J0 in 105.68s, 2 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 43565 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23335/consoleText

[repro] Revision: 5c5c42cc37887236bf76b9e5f1cceaa25ee66886

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudRecovery -Dtests.method=leaderRecoverFromLogOnStartupTest -Dtests.seed=9861FAF097777419 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en -Dtests.timezone=US/Samoa -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestCloudRecovery
[repro] ant compile-test

[...truncated 3597 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestCloudRecovery" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=9861FAF097777419 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en -Dtests.timezone=US/Samoa -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 80 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestCloudRecovery
[repro] Exiting with code 0

[...truncated 40 lines...]

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23337/
Java: 32bit/jdk1.8.0_172 -server -XX:+UseConcMarkSweepGC

8 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest:     1) Thread[id=40, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    2) Thread[id=31, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    3) Thread[id=37, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   1) Thread[id=40, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   2) Thread[id=31, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   3) Thread[id=37, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
	at __randomizedtesting.SeedInfo.seed([5D9946B405A690D9]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest:     1) Thread[id=69, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    2) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    3) Thread[id=64, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   1) Thread[id=69, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   2) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   3) Thread[id=64, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
	at __randomizedtesting.SeedInfo.seed([5D9946B405A690D9]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest:     1) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    2) Thread[id=68, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    3) Thread[id=64, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   1) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   2) Thread[id=68, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   3) Thread[id=64, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
	at __randomizedtesting.SeedInfo.seed([5D9946B405A690D9]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest:     1) Thread[id=20978, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    2) Thread[id=20969, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    3) Thread[id=20974, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   1) Thread[id=20978, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   2) Thread[id=20969, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   3) Thread[id=20974, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
	at __randomizedtesting.SeedInfo.seed([5D9946B405A690D9]:0)


FAILED:  org.apache.solr.cloud.SaslZkACLProviderTest.testSaslZkACLProvider

Error Message:
KeeperErrorCode = AuthFailed for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
	at __randomizedtesting.SeedInfo.seed([5D9946B405A690D9:596D106C9CE233D7]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.SaslZkACLProviderTest.testSaslZkACLProvider

Error Message:
KeeperErrorCode = AuthFailed for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
	at __randomizedtesting.SeedInfo.seed([5D9946B405A690D9:596D106C9CE233D7]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.SaslZkACLProviderTest.testSaslZkACLProvider

Error Message:
KeeperErrorCode = AuthFailed for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
	at __randomizedtesting.SeedInfo.seed([5D9946B405A690D9:596D106C9CE233D7]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.SaslZkACLProviderTest.testSaslZkACLProvider

Error Message:
KeeperErrorCode = AuthFailed for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
	at __randomizedtesting.SeedInfo.seed([5D9946B405A690D9:596D106C9CE233D7]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:83)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14286 lines...]
   [junit4] Suite: org.apache.solr.cloud.SaslZkACLProviderTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SaslZkACLProviderTest_5D9946B405A690D9-001/init-core-data-001
   [junit4]   2> 1304494 WARN  (SUITE-SaslZkACLProviderTest-seed#[5D9946B405A690D9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 1304494 INFO  (SUITE-SaslZkACLProviderTest-seed#[5D9946B405A690D9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1304496 INFO  (SUITE-SaslZkACLProviderTest-seed#[5D9946B405A690D9]-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> 1304496 INFO  (SUITE-SaslZkACLProviderTest-seed#[5D9946B405A690D9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1304499 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSaslZkACLProvider
   [junit4]   2> 1304499 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.SaslZkACLProviderTest ####SETUP_START testSaslZkACLProvider
   [junit4]   2> 1304499 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.SaslZkACLProviderTest ZooKeeper dataDir:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SaslZkACLProviderTest_5D9946B405A690D9-001/tempDir-002/zookeeper/server1/data
   [junit4]   2> 1309623 WARN  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.d.s.c.DefaultDirectoryService You didn't change the admin password of directory service instance 'DefaultKrbServer'.  Please update the admin password as soon as possible to prevent a possible security breach.
   [junit4]   2> 1310551 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1310551 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1310551 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1310852 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.ZkTestServer start zk server on port:45123
   [junit4]   2> 1310852 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45123
   [junit4]   2> 1310852 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45123
   [junit4]   2> 1310866 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 1310889 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 1310894 INFO  (zkConnectionManagerCallback-6931-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1310898 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 1310902 INFO  (zkConnectionManagerCallback-6933-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1310908 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 1310910 INFO  (zkConnectionManagerCallback-6935-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1311012 WARN  (NioProcessor-3) [    ] o.a.d.s.p.s.k.StoreUtils No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1311012 WARN  (NioProcessor-3) [    ] o.a.d.s.KERBEROS_LOG No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1311012 WARN  (NioProcessor-3) [    ] o.a.d.s.k.p.KerberosProtocolHandler Server not found in Kerberos database (7)
   [junit4]   2> 1311012 WARN  (NioProcessor-3) [    ] o.a.d.s.KERBEROS_LOG Server not found in Kerberos database (7)
   [junit4]   2> 1311014 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-SendThread(localhost.localdomain:45123)) [    ] o.a.z.c.ZooKeeperSaslClient An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1311014 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-SendThread(localhost.localdomain:45123)) [    ] o.a.z.ClientCnxn SASL authentication with Zookeeper Quorum member failed: javax.security.sasl.SaslException: An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1311014 WARN  (zkConnectionManagerCallback-6931-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5d88f2 name: ZooKeeperConnection Watcher:127.0.0.1:45123 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1311014 WARN  (zkConnectionManagerCallback-6931-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1311019 WARN  (NioProcessor-1) [    ] o.a.d.s.p.s.k.StoreUtils No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1311019 WARN  (NioProcessor-1) [    ] o.a.d.s.KERBEROS_LOG No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1311019 WARN  (NioProcessor-1) [    ] o.a.d.s.k.p.KerberosProtocolHandler Server not found in Kerberos database (7)
   [junit4]   2> 1311019 WARN  (NioProcessor-1) [    ] o.a.d.s.KERBEROS_LOG Server not found in Kerberos database (7)
   [junit4]   2> 1311020 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-SendThread(localhost.localdomain:45123)) [    ] o.a.z.c.ZooKeeperSaslClient An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1311020 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-SendThread(localhost.localdomain:45123)) [    ] o.a.z.ClientCnxn SASL authentication with Zookeeper Quorum member failed: javax.security.sasl.SaslException: An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1311020 WARN  (zkConnectionManagerCallback-6935-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@484bf1 name: ZooKeeperConnection Watcher:127.0.0.1:45123 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1311020 WARN  (zkConnectionManagerCallback-6935-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1311020 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1007fd9c1820002, likely client has closed socket
   [junit4]   2> 1311024 WARN  (NioProcessor-2) [    ] o.a.d.s.p.s.k.StoreUtils No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1311024 WARN  (NioProcessor-2) [    ] o.a.d.s.KERBEROS_LOG No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1311024 WARN  (NioProcessor-2) [    ] o.a.d.s.k.p.KerberosProtocolHandler Server not found in Kerberos database (7)
   [junit4]   2> 1311024 WARN  (NioProcessor-2) [    ] o.a.d.s.KERBEROS_LOG Server not found in Kerberos database (7)
   [junit4]   2> 1311025 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-SendThread(localhost.localdomain:45123)) [    ] o.a.z.c.ZooKeeperSaslClient An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1311025 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-SendThread(localhost.localdomain:45123)) [    ] o.a.z.ClientCnxn SASL authentication with Zookeeper Quorum member failed: javax.security.sasl.SaslException: An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1311025 WARN  (zkConnectionManagerCallback-6933-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@161e308 name: ZooKeeperConnection Watcher:127.0.0.1:45123/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1311025 WARN  (zkConnectionManagerCallback-6933-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1311121 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1311121 WARN  (Thread-3824) [    ] o.a.z.Login TGT renewal thread has been interrupted and will exit.
   [junit4]   2> 1311122 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45123
   [junit4]   2> 1311123 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45123
   [junit4]   2> 1312006 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSaslZkACLProvider
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.method=testSaslZkACLProvider -Dtests.seed=5D9946B405A690D9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-PE -Dtests.timezone=Atlantic/St_Helena -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   7.51s J0 | SaslZkACLProviderTest.testSaslZkACLProvider <<<
   [junit4]    > Throwable #1: org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5D9946B405A690D9:596D106C9CE233D7]:0)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
   [junit4]    > 	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:83)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SaslZkACLProviderTest_5D9946B405A690D9-001
   [junit4]   2> Dec 15, 2018 1:30:15 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> Dec 15, 2018 1:30:18 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   [junit4]   2>    1) Thread[id=20978, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2>    2) Thread[id=20969, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2>    3) Thread[id=20974, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2> Dec 15, 2018 1:30:18 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=20978, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>    2) Thread[id=20969, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>    3) Thread[id=20974, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2> 1315269 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 1315269 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 1315269 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> Dec 15, 2018 1:30:18 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1051, maxMBSortInHeap=6.56634921579952, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@13f7aac), locale=es-PE, timezone=Atlantic/St_Helena
   [junit4]   2> NOTE: Linux 4.15.0-39-generic i386/Oracle Corporation 1.8.0_172 (32-bit)/cpus=8,threads=2,free=197419912,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [UnloadDistributedZkTest, TestOrdValues, ConnectionManagerTest, RuleEngineTest, TestEmbeddedSolrServerAdminHandler, TestImplicitCoreProperties, NodeMutatorTest, TestCloudJSONFacetJoinDomain, TestGroupingSearch, TestCoreDiscovery, AnalysisAfterCoreReloadTest, PathHierarchyTokenizerFactoryTest, BitVectorTest, TestSolrConfigHandler, MetricsHistoryHandlerTest, TestSolrCloudWithSecureImpersonation, JvmMetricsTest, AdminHandlersProxyTest, SearchHandlerTest, TestSolrCoreProperties, DistributedFacetPivotLargeTest, TestSolrQueryResponse, SolrIndexMetricsTest, TestDynamicFieldResource, TestCrossCoreJoin, LeaderElectionIntegrationTest, TestStressVersions, OpenCloseCoreStressTest, DocValuesTest, AsyncCallRequestStatusResponseTest, MetricUtilsTest, TestJmxIntegration, TestFoldingMultitermQuery, ForceLeaderTest, TestFieldSortValues, TestLeaderElectionZkExpiry, WrapperMergePolicyFactoryTest, TestFastOutputStream, LeaderFailureAfterFreshStartTest, TestSha256AuthenticationProvider, ComputePlanActionTest, ShardRoutingTest, TestNRTOpen, TestIndexSearcher, TestDirectoryFactory, TestMinHashQParser, TestCloudPhrasesIdentificationComponent, SolrShardReporterTest, TestNumericTerms64, IgnoreLargeDocumentProcessorFactoryTest, HLLSerializationTest, ClassificationUpdateProcessorFactoryTest, DirectSolrConnectionTest, DistributedSpellCheckComponentTest, TestSimNodeLostTrigger, DistributedFacetSimpleRefinementLongTailTest, TestConfigsApi, TestDocBasedVersionConstraints, CoreMergeIndexesAdminHandlerTest, TestLRUCache, TestCustomDocTransformer, TestRandomDVFaceting, TestStreamBody, IndexSchemaRuntimeFieldTest, BlockCacheTest, TestElisionMultitermQuery, TestCoreBackup, TestFieldCacheSort, TestSolrCloudSnapshots, TestReload, TestComponentsName, AddReplicaTest, OverseerCollectionConfigSetProcessorTest, TimeZoneUtilsTest, TolerantUpdateProcessorTest, HdfsChaosMonkeySafeLeaderTest, TestDeprecatedFilters, TestSystemIdResolver, MissingSegmentRecoveryTest, BadComponentTest, CollectionsAPIDistributedZkTest, DocExpirationUpdateProcessorFactoryTest, RAMDirectoryFactoryTest, SuggesterFSTTest, CdcrOpsAndBoundariesTest, SimpleFacetsTest, MetricTriggerTest, HdfsCollectionsAPIDistributedZkTest, AddSchemaFieldsUpdateProcessorFactoryTest, RemoteQueryErrorTest, SystemLogListenerTest, CollectionReloadTest, TestTolerantUpdateProcessorRandomCloud, TestCloudRecovery, TestLMJelinekMercerSimilarityFactory, DistribCursorPagingTest, TestBlobHandler, QueryElevationComponentTest, TestManagedSynonymFilterFactory, StatsComponentTest, TestDFRSimilarityFactory, TestBulkSchemaAPI, AutoAddReplicasIntegrationTest, XmlInterpolationTest, DistributedDebugComponentTest, TestPivotHelperCode, TestSegmentSorting, DistributedFacetPivotSmallTest, TestSolrConfigHandlerConcurrent, TestWordDelimiterFilterFactory, TestDistributedMissingSort, ZkStateReaderTest, DOMUtilTest, UniqFieldsUpdateProcessorFactoryTest, SOLR749Test, FacetPivotSmallTest, Tagger2Test, TestConfigSetProperties, TestSearcherReuse, SortSpecParsingTest, CdcrVersionReplicationTest, TestLocalFSCloudBackupRestore, TestSolrIndexConfig, SchemaVersionSpecificBehaviorTest, BasicAuthIntegrationTest, TestCollectionAPI, RankQueryTest, TestManagedResource, SuggesterWFSTTest, TestRealTimeGet, TestQueryUtils, JsonLoaderTest, TestSchemaResource, SolrCLIZkUtilsTest, TestSerializedLuceneMatchVersion, TestSimClusterStateProvider, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, SampleTest, TestDistributedGrouping, ActionThrottleTest, BasicZkTest, CleanupOldIndexTest, CollectionPropsTest, CreateRoutedAliasTest, DeleteReplicaTest, LeaderFailoverAfterPartitionTest, LegacyCloudClusterPropTest, MigrateRouteKeyTest, ReplicationFactorTest, SSLMigrationTest, SaslZkACLProviderTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.seed=5D9946B405A690D9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-PE -Dtests.timezone=Atlantic/St_Helena -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | SaslZkACLProviderTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   [junit4]    >    1) Thread[id=20978, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    >    2) Thread[id=20969, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    >    3) Thread[id=20974, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5D9946B405A690D9]:0)
   [junit4] Completed [474/838 (1!)] on J0 in 11.03s, 1 test, 2 errors <<< FAILURES!

[...truncated 46502 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23337/consoleText

[repro] Revision: e916f1fb86c15e3040448a58fdc17f04290f72e1

[repro] Ant options: "-Dargs=-server -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.method=testSaslZkACLProvider -Dtests.seed=5D9946B405A690D9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-PE -Dtests.timezone=Atlantic/St_Helena -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.seed=5D9946B405A690D9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-PE -Dtests.timezone=Atlantic/St_Helena -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       SaslZkACLProviderTest
[repro] ant compile-test

[...truncated 3592 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.SaslZkACLProviderTest" -Dtests.showOutput=onerror "-Dargs=-server -XX:+UseConcMarkSweepGC" -Dtests.seed=5D9946B405A690D9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-PE -Dtests.timezone=Atlantic/St_Helena -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 32 lines...]
   [junit4] Suite: org.apache.solr.cloud.SaslZkACLProviderTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SaslZkACLProviderTest_5D9946B405A690D9-001/init-core-data-001
   [junit4]   2> 3918 INFO  (SUITE-SaslZkACLProviderTest-seed#[5D9946B405A690D9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4005 INFO  (SUITE-SaslZkACLProviderTest-seed#[5D9946B405A690D9]-worker) [    ] o.e.j.u.log Logging initialized @4085ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 4017 INFO  (SUITE-SaslZkACLProviderTest-seed#[5D9946B405A690D9]-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> 4268 INFO  (SUITE-SaslZkACLProviderTest-seed#[5D9946B405A690D9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4308 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSaslZkACLProvider
   [junit4]   2> 4308 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.SaslZkACLProviderTest ####SETUP_START testSaslZkACLProvider
   [junit4]   2> 4321 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.SaslZkACLProviderTest ZooKeeper dataDir:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SaslZkACLProviderTest_5D9946B405A690D9-001/tempDir-002/zookeeper/server1/data
   [junit4]   2> 14269 WARN  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.d.s.c.DefaultDirectoryService You didn't change the admin password of directory service instance 'DefaultKrbServer'.  Please update the admin password as soon as possible to prevent a possible security breach.
   [junit4]   2> 17158 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 17160 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 17160 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 17762 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.ZkTestServer start zk server on port:35827
   [junit4]   2> 17767 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35827
   [junit4]   2> 17768 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35827
   [junit4]   2> 17786 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 17980 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 18022 INFO  (zkConnectionManagerCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18046 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 18071 INFO  (zkConnectionManagerCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18103 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1

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

ockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2>    2) Thread[id=68, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2>    3) Thread[id=64, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2> Dec 15, 2018 1:58:27 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>    2) Thread[id=68, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>    3) Thread[id=64, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2> 38149 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 38149 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 38149 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> Dec 15, 2018 1:58:27 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1051, maxMBSortInHeap=6.56634921579952, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4dbf2a), locale=es-PE, timezone=Atlantic/St_Helena
   [junit4]   2> NOTE: Linux 4.15.0-39-generic i386/Oracle Corporation 1.8.0_172 (32-bit)/cpus=8,threads=1,free=22277104,total=64880640
   [junit4]   2> NOTE: All tests run in this JVM: [SaslZkACLProviderTest, SaslZkACLProviderTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.seed=5D9946B405A690D9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-PE -Dtests.timezone=Atlantic/St_Helena -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | SaslZkACLProviderTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   [junit4]    >    1) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    >    2) Thread[id=68, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    >    3) Thread[id=64, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[5D9946B405A690D9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5D9946B405A690D9]:0)
   [junit4] Completed [5/5 (5!)] on J0 in 14.04s, 1 test, 2 errors <<< FAILURES!

[...truncated 20 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1572: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1099: There were test failures: 5 suites, 5 tests, 5 suite-level errors, 5 errors [seed: 5D9946B405A690D9]

Total time: 40 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   5/5 failed: org.apache.solr.cloud.SaslZkACLProviderTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=e916f1fb86c15e3040448a58fdc17f04290f72e1, workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #23336
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23336/
Java: 32bit/jdk1.8.0_172 -client -XX:+UseConcMarkSweepGC

8 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest:     1) Thread[id=28, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    2) Thread[id=33, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    3) Thread[id=37, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   1) Thread[id=28, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   2) Thread[id=33, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   3) Thread[id=37, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
	at __randomizedtesting.SeedInfo.seed([B03E96817F7621E5]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest:     1) Thread[id=65, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    2) Thread[id=58, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    3) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   1) Thread[id=65, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   2) Thread[id=58, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   3) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
	at __randomizedtesting.SeedInfo.seed([B03E96817F7621E5]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest:     1) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    2) Thread[id=65, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    3) Thread[id=58, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   1) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   2) Thread[id=65, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   3) Thread[id=58, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
	at __randomizedtesting.SeedInfo.seed([B03E96817F7621E5]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest:     1) Thread[id=29610, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    2) Thread[id=29615, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    3) Thread[id=29618, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   1) Thread[id=29610, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   2) Thread[id=29615, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   3) Thread[id=29618, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
	at __randomizedtesting.SeedInfo.seed([B03E96817F7621E5]:0)


FAILED:  org.apache.solr.cloud.SaslZkACLProviderTest.testSaslZkACLProvider

Error Message:
KeeperErrorCode = AuthFailed for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
	at __randomizedtesting.SeedInfo.seed([B03E96817F7621E5:B4CAC059E63282EB]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:83)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:969)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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.SaslZkACLProviderTest.testSaslZkACLProvider

Error Message:
KeeperErrorCode = AuthFailed for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
	at __randomizedtesting.SeedInfo.seed([B03E96817F7621E5:B4CAC059E63282EB]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:83)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:969)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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.SaslZkACLProviderTest.testSaslZkACLProvider

Error Message:
KeeperErrorCode = AuthFailed for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
	at __randomizedtesting.SeedInfo.seed([B03E96817F7621E5:B4CAC059E63282EB]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:83)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:969)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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.SaslZkACLProviderTest.testSaslZkACLProvider

Error Message:
KeeperErrorCode = AuthFailed for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
	at __randomizedtesting.SeedInfo.seed([B03E96817F7621E5:B4CAC059E63282EB]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:83)
	at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:969)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 14352 lines...]
   [junit4] Suite: org.apache.solr.cloud.SaslZkACLProviderTest
   [junit4]   2> 1779399 INFO  (SUITE-SaslZkACLProviderTest-seed#[B03E96817F7621E5]-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.SaslZkACLProviderTest_B03E96817F7621E5-001/init-core-data-001
   [junit4]   2> 1779400 WARN  (SUITE-SaslZkACLProviderTest-seed#[B03E96817F7621E5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 1779400 INFO  (SUITE-SaslZkACLProviderTest-seed#[B03E96817F7621E5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1779402 INFO  (SUITE-SaslZkACLProviderTest-seed#[B03E96817F7621E5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1779404 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSaslZkACLProvider
   [junit4]   2> 1779405 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.SaslZkACLProviderTest ####SETUP_START testSaslZkACLProvider
   [junit4]   2> 1779405 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.SaslZkACLProviderTest ZooKeeper dataDir:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SaslZkACLProviderTest_B03E96817F7621E5-001/tempDir-002/zookeeper/server1/data
   [junit4]   2> 1785120 WARN  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.d.s.c.DefaultDirectoryService You didn't change the admin password of directory service instance 'DefaultKrbServer'.  Please update the admin password as soon as possible to prevent a possible security breach.
   [junit4]   2> 1786729 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1786730 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1786730 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1787030 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.ZkTestServer start zk server on port:38639
   [junit4]   2> 1787030 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38639
   [junit4]   2> 1787030 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38639
   [junit4]   2> 1787042 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 1787066 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 1787068 INFO  (zkConnectionManagerCallback-13321-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787071 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 1787073 INFO  (zkConnectionManagerCallback-13323-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787076 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 1787078 INFO  (zkConnectionManagerCallback-13325-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787203 WARN  (NioProcessor-3) [    ] o.a.d.s.p.s.k.StoreUtils No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1787203 WARN  (NioProcessor-3) [    ] o.a.d.s.KERBEROS_LOG No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1787204 WARN  (NioProcessor-3) [    ] o.a.d.s.k.p.KerberosProtocolHandler Server not found in Kerberos database (7)
   [junit4]   2> 1787204 WARN  (NioProcessor-3) [    ] o.a.d.s.KERBEROS_LOG Server not found in Kerberos database (7)
   [junit4]   2> 1787206 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-SendThread(localhost.localdomain:38639)) [    ] o.a.z.c.ZooKeeperSaslClient An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1787206 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-SendThread(localhost.localdomain:38639)) [    ] o.a.z.ClientCnxn SASL authentication with Zookeeper Quorum member failed: javax.security.sasl.SaslException: An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1787206 WARN  (zkConnectionManagerCallback-13321-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2149c name: ZooKeeperConnection Watcher:127.0.0.1:38639 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1787206 WARN  (zkConnectionManagerCallback-13321-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1787210 WARN  (NioProcessor-1) [    ] o.a.d.s.p.s.k.StoreUtils No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1787210 WARN  (NioProcessor-1) [    ] o.a.d.s.KERBEROS_LOG No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1787211 WARN  (NioProcessor-1) [    ] o.a.d.s.k.p.KerberosProtocolHandler Server not found in Kerberos database (7)
   [junit4]   2> 1787211 WARN  (NioProcessor-1) [    ] o.a.d.s.KERBEROS_LOG Server not found in Kerberos database (7)
   [junit4]   2> 1787211 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-SendThread(localhost.localdomain:38639)) [    ] o.a.z.c.ZooKeeperSaslClient An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1787211 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-SendThread(localhost.localdomain:38639)) [    ] o.a.z.ClientCnxn SASL authentication with Zookeeper Quorum member failed: javax.security.sasl.SaslException: An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1787212 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1007ea85d180002, likely client has closed socket
   [junit4]   2> 1787212 WARN  (zkConnectionManagerCallback-13325-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dad0ca name: ZooKeeperConnection Watcher:127.0.0.1:38639 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1787212 WARN  (zkConnectionManagerCallback-13325-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1787215 WARN  (NioProcessor-2) [    ] o.a.d.s.p.s.k.StoreUtils No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1787215 WARN  (NioProcessor-2) [    ] o.a.d.s.KERBEROS_LOG No server entry found for kerberos principal name zookeeper/localhost.localdomain@EXAMPLE.COM
   [junit4]   2> 1787216 WARN  (NioProcessor-2) [    ] o.a.d.s.k.p.KerberosProtocolHandler Server not found in Kerberos database (7)
   [junit4]   2> 1787216 WARN  (NioProcessor-2) [    ] o.a.d.s.KERBEROS_LOG Server not found in Kerberos database (7)
   [junit4]   2> 1787216 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-SendThread(localhost.localdomain:38639)) [    ] o.a.z.c.ZooKeeperSaslClient An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1787216 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-SendThread(localhost.localdomain:38639)) [    ] o.a.z.ClientCnxn SASL authentication with Zookeeper Quorum member failed: javax.security.sasl.SaslException: An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7) - Server not found in Kerberos database)]) occurred when evaluating Zookeeper Quorum Member's  received SASL token. Zookeeper Client will go to AUTH_FAILED state.
   [junit4]   2> 1787216 WARN  (zkConnectionManagerCallback-13323-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13f4992 name: ZooKeeperConnection Watcher:127.0.0.1:38639/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1787217 WARN  (zkConnectionManagerCallback-13323-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1787313 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1787314 WARN  (Thread-3987) [    ] o.a.z.Login TGT renewal thread has been interrupted and will exit.
   [junit4]   2> 1787315 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38639
   [junit4]   2> 1787315 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38639
   [junit4]   2> 1790395 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSaslZkACLProvider
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.method=testSaslZkACLProvider -Dtests.seed=B03E96817F7621E5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Zulu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   11.0s J0 | SaslZkACLProviderTest.testSaslZkACLProvider <<<
   [junit4]    > Throwable #1: org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B03E96817F7621E5:B4CAC059E63282EB]:0)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
   [junit4]    > 	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:83)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SaslZkACLProviderTest_B03E96817F7621E5-001
   [junit4]   2> Dec 15, 2018 7:56:43 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> Dec 15, 2018 7:56:46 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   [junit4]   2>    1) Thread[id=29610, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2>    2) Thread[id=29615, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2>    3) Thread[id=29618, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2> Dec 15, 2018 7:56:46 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=29610, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>    2) Thread[id=29615, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>    3) Thread[id=29618, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2> 1793434 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 1793434 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 1793434 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> Dec 15, 2018 7:56:46 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Lucene80, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@18efc95), locale=es, timezone=Zulu
   [junit4]   2> NOTE: Linux 4.15.0-39-generic i386/Oracle Corporation 1.8.0_172 (32-bit)/cpus=8,threads=2,free=201549120,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SolrShardReporterTest, TestSQLHandler, TestExclusionRuleCollectionAccess, MergeStrategyTest, DirectoryFactoryTest, TestLocalFSCloudBackupRestore, PeerSyncTest, TestPointFields, TestSolrFieldCacheBean, TestJavabinTupleStreamParser, TestInPlaceUpdatesDistrib, FileUtilsTest, TestRawResponseWriter, TestRTimerTree, TestDocTermOrdsUninvertLimit, TestSolrCloudSnapshots, RAMDirectoryFactoryTest, TestCloudJSONFacetJoinDomain, TestStressVersions, TestFieldCacheSort, TestSkipOverseerOperations, TestSolrQueryResponse, TestConfig, HdfsBasicDistributedZk2Test, HLLSerializationTest, DeleteReplicaTest, TolerantUpdateProcessorTest, RemoteQueryErrorTest, TestPayloadScoreQParserPlugin, TestNumericRangeQuery64, OverseerCollectionConfigSetProcessorTest, TestCloudPhrasesIdentificationComponent, TestSimClusterStateProvider, MoveReplicaTest, TestManagedSchemaAPI, TestRandomDVFaceting, TestIndexSearcher, AnalysisAfterCoreReloadTest, TestNestedUpdateProcessor, TestStressLiveNodes, TestUnifiedSolrHighlighter, TestDocBasedVersionConstraints, BaseCdcrDistributedZkTest, OverseerStatusTest, DistributedFacetPivotLargeTest, TestSubQueryTransformer, TriggerEventQueueTest, ZkStateReaderTest, RegexBoostProcessorTest, SearchHandlerTest, TestFieldCacheWithThreads, PeerSyncReplicationTest, TestDistribDocBasedVersion, TestReloadAndDeleteDocs, TestFieldSortValues, AnalysisErrorHandlingTest, ReplicationFactorTest, SolrMetricManagerTest, TestManagedSynonymFilterFactory, TestCustomDocTransformer, SolrCLIZkUtilsTest, TestRealTimeGet, DOMUtilTest, TestSegmentSorting, BJQParserTest, CursorPagingTest, TestBM25SimilarityFactory, V2StandaloneTest, TestMacroExpander, BadIndexSchemaTest, TestStressRecovery, TestFastOutputStream, MissingSegmentRecoveryTest, TestDistributedMissingSort, TestDeprecatedFilters, UUIDFieldTest, DistributedFacetSimpleRefinementLongTailTest, TestOrdValues, TestLMJelinekMercerSimilarityFactory, TestWordDelimiterFilterFactory, TestFoldingMultitermQuery, IndexSchemaRuntimeFieldTest, CleanupOldIndexTest, TestSolrConfigHandlerConcurrent, TestLegacyTerms, TestSortableTextField, SchemaVersionSpecificBehaviorTest, UniqFieldsUpdateProcessorFactoryTest, TestMinHashQParser, TestCloudRecovery, HdfsThreadLeakTest, HdfsCollectionsAPIDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, TestSolrConfigHandler, QueryElevationComponentTest, TestConfigSetProperties, SpellingQueryConverterTest, TestConfigSetsAPIZkFailure, BasicAuthIntegrationTest, BlockCacheTest, NodeMutatorTest, NodeLostTriggerIntegrationTest, TestImplicitCoreProperties, TestLeaderElectionZkExpiry, TestEmbeddedSolrServerAdminHandler, TestPerFieldSimilarity, TestConfigsApi, TestBlobHandler, RestoreTriggerStateTest, DocExpirationUpdateProcessorFactoryTest, SynonymTokenizerTest, TestCrossCoreJoin, AutoAddReplicasIntegrationTest, Tagger2Test, AdminHandlersProxyTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, CopyFieldTest, TestSolrIndexConfig, TestSolrCoreProperties, DirectSolrConnectionTest, CollectionsAPISolrJTest, EchoParamsTest, ResponseHeaderTest, SolrJmxReporterTest, TestPivotHelperCode, ClassificationUpdateProcessorFactoryTest, DistributedFacetPivotSmallTest, TestClusterProperties, DateRangeFieldTest, TestQueryUtils, PrimitiveFieldTypeTest, HttpTriggerListenerTest, TestSha256AuthenticationProvider, TestFuzzyAnalyzedSuggestions, TestSimGenericDistributedQueue, ChaosMonkeySafeLeaderTest, AsyncCallRequestStatusResponseTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteInactiveReplicaTest, DeleteStatusTest, DocValuesNotIndexedTest, LeaderElectionIntegrationTest, SSLMigrationTest, SaslZkACLProviderTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.seed=B03E96817F7621E5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Zulu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | SaslZkACLProviderTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   [junit4]    >    1) Thread[id=29610, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    >    2) Thread[id=29615, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    >    3) Thread[id=29618, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B03E96817F7621E5]:0)
   [junit4] Completed [477/838 (1!)] on J0 in 14.06s, 1 test, 2 errors <<< FAILURES!

[...truncated 46431 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23336/consoleText

[repro] Revision: 5c5c42cc37887236bf76b9e5f1cceaa25ee66886

[repro] Ant options: "-Dargs=-client -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.method=testSaslZkACLProvider -Dtests.seed=B03E96817F7621E5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Zulu -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.seed=B03E96817F7621E5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Zulu -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       SaslZkACLProviderTest
[repro] ant compile-test

[...truncated 3592 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.SaslZkACLProviderTest" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseConcMarkSweepGC" -Dtests.seed=B03E96817F7621E5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Zulu -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 32 lines...]
   [junit4] Suite: org.apache.solr.cloud.SaslZkACLProviderTest
   [junit4]   2> 2206 INFO  (SUITE-SaslZkACLProviderTest-seed#[B03E96817F7621E5]-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.SaslZkACLProviderTest_B03E96817F7621E5-001/init-core-data-001
   [junit4]   2> 2400 INFO  (SUITE-SaslZkACLProviderTest-seed#[B03E96817F7621E5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2467 INFO  (SUITE-SaslZkACLProviderTest-seed#[B03E96817F7621E5]-worker) [    ] o.e.j.u.log Logging initialized @2513ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 2474 INFO  (SUITE-SaslZkACLProviderTest-seed#[B03E96817F7621E5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2522 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSaslZkACLProvider
   [junit4]   2> 2522 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.SaslZkACLProviderTest ####SETUP_START testSaslZkACLProvider
   [junit4]   2> 2523 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.SaslZkACLProviderTest ZooKeeper dataDir:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SaslZkACLProviderTest_B03E96817F7621E5-001/tempDir-002/zookeeper/server1/data
   [junit4]   2> 11967 WARN  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.d.s.c.DefaultDirectoryService You didn't change the admin password of directory service instance 'DefaultKrbServer'.  Please update the admin password as soon as possible to prevent a possible security breach.
   [junit4]   2> 15401 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 15403 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 15404 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 15909 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.ZkTestServer start zk server on port:41453
   [junit4]   2> 15914 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41453
   [junit4]   2> 15915 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41453
   [junit4]   2> 15948 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 16038 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 16068 INFO  (zkConnectionManagerCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16075 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:108) ~[?:1.8.0_172]
   [junit4]   2> 	... 14 more
   [junit4]   2> 16077 INFO  (zkConnectionManagerCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16085 ERROR (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperSaslServer Zookeeper Server failed to create a SaslServer to interact with a client during session initiation: 
   [junit4]   2> javax.security.sasl.SaslException: Failure to initialize security context
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslServer(FactoryImpl.java:85) ~[?:1.8.0_172]
   [junit4]   2> 	at javax.security.sasl.Sasl.createSaslServer(Sasl.java:524) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:233) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_172]
   [junit4]   2> 	at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils.createSaslServer(SecurityUtils.java:228) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxn.<init>(ZkTestServer.java:262) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain$TestServerCnxnFactory.createConnection(ZkTestServer.java:284) [java/:?]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:220) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:87) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:127) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:193) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:427) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:62) ~[?:1.8.0_172]
   [junit4]   2> 	at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:154) ~[?:1.8.0_172]
   [junit4]   2> 	at com.sun.s

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

it(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2>    2) Thread[id=65, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2>    3) Thread[id=58, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]   2> Dec 15, 2018 8:33:58 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>    2) Thread[id=65, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>    3) Thread[id=58, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2> 37185 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 37185 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> 37185 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504) [zookeeper-3.4.13.jar:3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03]
   [junit4]   2> Dec 15, 2018 8:33:58 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Lucene80, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@30fb46), locale=es, timezone=Zulu
   [junit4]   2> NOTE: Linux 4.15.0-39-generic i386/Oracle Corporation 1.8.0_172 (32-bit)/cpus=8,threads=1,free=21603520,total=58445824
   [junit4]   2> NOTE: All tests run in this JVM: [SaslZkACLProviderTest, SaslZkACLProviderTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.seed=B03E96817F7621E5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es -Dtests.timezone=Zulu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | SaslZkACLProviderTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   [junit4]    >    1) Thread[id=61, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    >    2) Thread[id=65, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    >    3) Thread[id=58, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[B03E96817F7621E5]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B03E96817F7621E5]:0)
   [junit4] Completed [5/5 (5!)] on J2 in 15.26s, 1 test, 2 errors <<< FAILURES!

[...truncated 20 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1572: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1099: There were test failures: 5 suites, 5 tests, 5 suite-level errors, 5 errors [seed: B03E96817F7621E5]

Total time: 39 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   5/5 failed: org.apache.solr.cloud.SaslZkACLProviderTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=5c5c42cc37887236bf76b9e5f1cceaa25ee66886, workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #23335
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2