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 2019/04/05 10:47:04 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_172) - Build # 23869 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23869/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseG1GC

5 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=8576, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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=8580, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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=8584, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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=8576, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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=8580, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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=8584, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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([DC13AA7A4A8272F9]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

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

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


FAILED:  org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testMustMatch

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:34067/solr/myAlias]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:34067/solr/myAlias]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1055)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.queryNumDocs(RoutedAliasUpdateProcessorTest.java:286)
	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.addDocsAndCommit(RoutedAliasUpdateProcessorTest.java:261)
	at org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testMustMatch(CategoryRoutedAliasUpdateProcessorTest.java:252)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34067/solr/myAlias: Impossible Exception
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 47 more


FAILED:  org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space


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([DC13AA7A4A8272F9:D8E7FCA2D3C6D1F7]: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:84)
	at sun.reflect.GeneratedMethodAccessor34.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 13011 lines...]
   [junit4] Suite: org.apache.solr.cloud.SaslZkACLProviderTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SaslZkACLProviderTest_DC13AA7A4A8272F9-001/init-core-data-001
   [junit4]   2> 400267 WARN  (SUITE-SaslZkACLProviderTest-seed#[DC13AA7A4A8272F9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 400267 INFO  (SUITE-SaslZkACLProviderTest-seed#[DC13AA7A4A8272F9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 400269 INFO  (SUITE-SaslZkACLProviderTest-seed#[DC13AA7A4A8272F9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 400270 INFO  (SUITE-SaslZkACLProviderTest-seed#[DC13AA7A4A8272F9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 400290 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSaslZkACLProvider
   [junit4]   2> 400290 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.SaslZkACLProviderTest ####SETUP_START testSaslZkACLProvider
   [junit4]   2> 400290 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.SaslZkACLProviderTest ZooKeeper dataDir:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SaslZkACLProviderTest_DC13AA7A4A8272F9-001/tempDir-002/zookeeper/server1/data
   [junit4]   2> 400530 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 400530 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 400530 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 400586 INFO  (pool-31-thread-1) [    ] o.a.k.k.k.s.r.KdcRequest The preauth data is empty.
   [junit4]   2> 400594 INFO  (pool-31-thread-1) [    ] o.a.k.k.k.s.KdcHandler KRB error occurred while processing request:Additional pre-authentication required
   [junit4]   2> 400655 INFO  (pool-31-thread-1) [    ] o.a.k.k.k.s.r.AsRequest AS_REQ ISSUE: authtime 1554452883155,zookeeper/localhost@EXAMPLE.COM for krbtgt/EXAMPLE.COM@EXAMPLE.COM
   [junit4]   2> 400812 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.ZkTestServer start zk server on port:37629
   [junit4]   2> 400812 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.ZkTestServer parse host and port list: localhost:37629
   [junit4]   2> 400812 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.ZkTestServer connecting to localhost 37629
   [junit4]   2> 400827 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 [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125)
   [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.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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:227) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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> 400834 INFO  (pool-31-thread-1) [    ] o.a.k.k.k.s.r.KdcRequest The preauth data is empty.
   [junit4]   2> 400834 INFO  (pool-31-thread-1) [    ] o.a.k.k.k.s.KdcHandler KRB error occurred while processing request:Additional pre-authentication required
   [junit4]   2> 400840 INFO  (pool-31-thread-1) [    ] o.a.k.k.k.s.r.AsRequest AS_REQ ISSUE: authtime 1554452883341,solr@EXAMPLE.COM for krbtgt/EXAMPLE.COM@EXAMPLE.COM
   [junit4]   2> 400852 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 [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125)
   [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.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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:227) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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> 400857 INFO  (zkConnectionManagerCallback-1688-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 400862 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 [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125)
   [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.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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:227) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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> 400866 ERROR (pool-31-thread-1) [    ] o.a.k.k.k.s.r.KdcRequest Principal: zookeeper/localhost.localdomain@EXAMPLE.COM is not known
   [junit4]   2> 400867 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-SendThread(localhost:37629)) [    ] 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> 400867 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-SendThread(localhost:37629)) [    ] 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> 400871 INFO  (zkConnectionManagerCallback-1690-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 400871 WARN  (zkConnectionManagerCallback-1688-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@214a14bf name: ZooKeeperConnection Watcher:localhost:37629 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 400871 WARN  (zkConnectionManagerCallback-1688-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 400872 ERROR (pool-31-thread-2) [    ] o.a.k.k.k.s.r.KdcRequest Principal: zookeeper/localhost.localdomain@EXAMPLE.COM is not known
   [junit4]   2> 400873 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-SendThread(localhost:37629)) [    ] 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> 400873 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-SendThread(localhost:37629)) [    ] 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> 400877 WARN  (zkConnectionManagerCallback-1690-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f87cc0d name: ZooKeeperConnection Watcher:localhost:37629/solr got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 400877 WARN  (zkConnectionManagerCallback-1690-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 400878 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 [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)]
   [junit4]   2> 	at com.sun.security.sasl.gsskerb.GssKrb5Server.<init>(GssKrb5Server.java:125)
   [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.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.util.SecurityUtils$2.run(SecurityUtils.java:229) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.createSaslServer(ZooKeeperSaslServer.java:44) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperSaslServer.<init>(ZooKeeperSaslServer.java:38) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.<init>(NIOServerCnxn.java:100) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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:227) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [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> 400881 INFO  (zkConnectionManagerCallback-1692-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 400881 ERROR (pool-31-thread-2) [    ] o.a.k.k.k.s.r.KdcRequest Principal: zookeeper/localhost.localdomain@EXAMPLE.COM is not known
   [junit4]   2> 400882 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-SendThread(localhost:37629)) [    ] 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> 400882 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-SendThread(localhost:37629)) [    ] 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> 400884 WARN  (zkConnectionManagerCallback-1692-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@22145328 name: ZooKeeperConnection Watcher:localhost:37629 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 400884 WARN  (zkConnectionManagerCallback-1692-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 400885 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 0x100f00e2c100002, likely client has closed socket
   [junit4]   2> 400886 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 400887 WARN  (Thread-3971) [    ] o.a.z.Login TGT renewal thread has been interrupted and will exit.
   [junit4]   2> 400888 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.ZkTestServer parse host and port list: localhost:37629
   [junit4]   2> 400888 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.ZkTestServer connecting to localhost 37629
   [junit4]   2> 400888 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.k.k.k.s.i.DefaultInternalKdcServerImpl Default Internal kdc server stopped.
   [junit4]   2> 401889 INFO  (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSaslZkACLProvider
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.method=testSaslZkACLProvider -Dtests.seed=DC13AA7A4A8272F9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=America/Argentina/San_Juan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.62s J1 | SaslZkACLProviderTest.testSaslZkACLProvider <<<
   [junit4]    > Throwable #1: org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DC13AA7A4A8272F9:D8E7FCA2D3C6D1F7]: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:84)
   [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/J1/temp/solr.cloud.SaslZkACLProviderTest_DC13AA7A4A8272F9-001
   [junit4]   2> Apr 05, 2019 8:28:04 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> Apr 05, 2019 8:28:14 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=8576, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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=8580, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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=8584, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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> Apr 05, 2019 8:28:14 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=8576, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>    2) Thread[id=8580, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2>    3) Thread[id=8584, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
   [junit4]   2> 412166 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2>           => java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [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.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 412166 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2>           => java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [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.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> 412166 ERROR (TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2>           => java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [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.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   [junit4]   2> Apr 05, 2019 8:28:14 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1525, maxMBSortInHeap=6.2347141666106, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3f2a670b), locale=fr, timezone=America/Argentina/San_Juan
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=8,threads=2,free=267941704,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestPivotHelperCode, TestRecoveryHdfs, TestChildDocTransformer, TestCloudRecovery, TestLazyCores, SolrInfoBeanTest, DisMaxRequestHandlerTest, TestSimClusterStateProvider, EnumFieldTest, MetricsConfigTest, TestAtomicUpdateErrorCases, TestSmileRequest, HdfsWriteToMultipleCollectionsTest, TransactionLogTest, TestFastOutputStream, SuggesterTest, V2ApiIntegrationTest, TestSegmentSorting, TestDistribIDF, TestRuleBasedAuthorizationPlugin, MinimalSchemaTest, TestEmbeddedSolrServerConstructors, ScheduledTriggerTest, DataDrivenBlockJoinTest, SyncSliceTest, SolrGraphiteReporterTest, SubstringBytesRefFilterTest, RegexBoostProcessorTest, TestPHPSerializedResponseWriter, SpatialHeatmapFacetsTest, TestNonDefinedSimilarityFactory, HighlighterMaxOffsetTest, SaslZkACLProviderTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SaslZkACLProviderTest -Dtests.seed=DC13AA7A4A8272F9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=America/Argentina/San_Juan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | 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=8576, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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=8580, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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=8584, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[DC13AA7A4A8272F9]-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([DC13AA7A4A8272F9]:0)
   [junit4] Completed [109/851 (1!)] on J1 in 12.18s, 1 test, 2 errors <<< FAILURES!

[...truncated 2527 lines...]
   [junit4] Suite: org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_DC13AA7A4A8272F9-001/init-core-data-001
   [junit4]   2> 682211 WARN  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[DC13AA7A4A8272F9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 682211 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[DC13AA7A4A8272F9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 682212 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[DC13AA7A4A8272F9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 682213 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[DC13AA7A4A8272F9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 682215 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNonEnglish
   [junit4]   2> 682215 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_DC13AA7A4A8272F9-001/tempDir-001
   [junit4]   2> 682215 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 682219 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 682219 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 682319 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.ZkTestServer start zk server on port:37755
   [junit4]   2> 682319 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37755
   [junit4]   2> 682319 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37755
   [junit4]   2> 682321 INFO  (zkConnectionManagerCallback-4871-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 682322 INFO  (zkConnectionManagerCallback-4873-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 682327 INFO  (zkConnectionManagerCallback-4875-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 682332 WARN  (jetty-launcher-4876-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 682332 WARN  (jetty-launcher-4876-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 682332 INFO  (jetty-launcher-4876-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 682332 INFO  (jetty-launcher-4876-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 682332 INFO  (jetty-launcher-4876-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 682335 INFO  (jetty-launcher-4876-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 682335 INFO  (jetty-launcher-4876-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 682335 INFO  (jetty-launcher-4876-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 682335 WARN  (jetty-launcher-4876-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 682336 INFO  (jetty-launcher-4876-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 682336 INFO  (jetty-launcher-4876-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 682336 INFO  (jetty-launcher-4876-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 682347 WARN  (jetty-launcher-4876-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 682348 INFO  (jetty-launcher-4876-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 682348 INFO  (jetty-launcher-4876-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 682348 INFO  (jetty-launcher-4876-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 682412 INFO  (jetty-launcher-4876-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 682412 INFO  (jetty-launcher-4876-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 682412 INFO  (jetty-launcher-4876-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 682412 INFO  (jetty-launcher-4876-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 682412 INFO  (jetty-launcher-4876-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 682412 INFO  (jetty-launcher-4876-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 682412 INFO  (jetty-launcher-4876-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 682412 INFO  (jetty-launcher-4876-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 682412 INFO  (jetty-launcher-4876-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 682413 INFO  (jetty-launcher-4876-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d232639{/solr,null,AVAILABLE}
   [junit4]   2> 682413 INFO  (jetty-launcher-4876-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 682413 INFO  (jetty-launcher-4876-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 682413 INFO  (jetty-launcher-4876-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 682413 WARN  (jetty-launcher-4876-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4c937000[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 682413 INFO  (jetty-launcher-4876-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4eb6c08f{/solr,null,AVAILABLE}
   [junit4]   2> 682413 INFO  (jetty-launcher-4876-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57ca1090{/solr,null,AVAILABLE}
   [junit4]   2> 682413 INFO  (jetty-launcher-4876-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a0d7882{/solr,null,AVAILABLE}
   [junit4]   2> 682413 INFO  (jetty-launcher-4876-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@32a8797a{SSL,[ssl, http/1.1]}{127.0.0.1:35563}
   [junit4]   2> 682413 INFO  (jetty-launcher-4876-thread-4) [    ] o.e.j.s.Server Started @682611ms
   [junit4]   2> 682413 INFO  (jetty-launcher-4876-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35563}
   [junit4]   2> 682414 WARN  (jetty-launcher-4876-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5eedd0b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 682414 WARN  (jetty-launcher-4876-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@78f84273[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 682414 WARN  (jetty-launcher-4876-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5528cb96[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 682414 ERROR (jetty-launcher-4876-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 682414 INFO  (jetty-launcher-4876-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 682414 INFO  (jetty-launcher-4876-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 682414 INFO  (jetty-launcher-4876-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 682414 INFO  (jetty-launcher-4876-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 682414 INFO  (jetty-launcher-4876-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T08:32:44.974Z
   [junit4]   2> 682414 INFO  (jetty-launcher-4876-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6459dc12{SSL,[ssl, http/1.1]}{127.0.0.1:45435}
   [junit4]   2> 682414 INFO  (jetty-launcher-4876-thread-2) [    ] o.e.j.s.Server Started @682612ms
   [junit4]   2> 682414 INFO  (jetty-launcher-4876-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45435}
   [junit4]   2> 682414 ERROR (jetty-launcher-4876-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 682414 INFO  (jetty-launcher-4876-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 682414 INFO  (jetty-launcher-4876-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 682415 INFO  (jetty-launcher-4876-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 682415 INFO  (jetty-launcher-4876-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 682415 INFO  (jetty-launcher-4876-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T08:32:44.975Z
   [junit4]   2> 682419 INFO  (jetty-launcher-4876-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@590f1da1{SSL,[ssl, http/1.1]}{127.0.0.1:39719}
   [junit4]   2> 682419 INFO  (jetty-launcher-4876-thread-3) [    ] o.e.j.s.Server Started @682616ms
   [junit4]   2> 682419 INFO  (zkConnectionManagerCallback-4878-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 682419 INFO  (jetty-launcher-4876-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39719}
   [junit4]   2> 682419 ERROR (jetty-launcher-4876-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 682419 INFO  (jetty-launcher-4876-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 682419 INFO  (jetty-launcher-4876-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 682419 INFO  (jetty-launcher-4876-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 682419 INFO  (jetty-launcher-4876-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 682419 INFO  (jetty-launcher-4876-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T08:32:44.979Z
   [junit4]   2> 682420 INFO  (jetty-launcher-4876-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 682421 INFO  (jetty-launcher-4876-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@39ee504f{SSL,[ssl, http/1.1]}{127.0.0.1:34761}
   [junit4]   2> 682421 INFO  (jetty-launcher-4876-thread-1) [    ] o.e.j.s.Server Started @682619ms
   [junit4]   2> 682421 INFO  (jetty-launcher-4876-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34761}
   [junit4]   2> 682422 ERROR (jetty-launcher-4876-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 682422 INFO  (jetty-launcher-4876-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 682422 INFO  (jetty-launcher-4876-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 682422 INFO  (jetty-launcher-4876-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 682422 INFO  (jetty-launcher-4876-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 682422 INFO  (jetty-launcher-4876-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T08:32:44.982Z
   [junit4]   2> 682427 INFO  (zkConnectionManagerCallback-4880-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 682427 INFO  (jetty-launcher-4876-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 682481 INFO  (zkConnectionManagerCallback-4884-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 682481 INFO  (zkConnectionManagerCallback-4882-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 682482 INFO  (jetty-launcher-4876-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 682482 INFO  (jetty-launcher-4876-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 682702 INFO  (jetty-launcher-4876-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 682702 WARN  (jetty-launcher-4876-thread-4) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 682743 WARN  (jetty-launcher-4876-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@43bc96d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 682766 WARN  (jetty-launcher-4876-thread-4) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 682779 INFO  (jetty-launcher-4876-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 682779 INFO  (jetty-launcher-4876-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 682779 WARN  (jetty-launcher-4876-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 682779 WARN  (jetty-launcher-4876-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 682787 WARN  (jetty-launcher-4876-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@605a3504[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 682787 WARN  (jetty-launcher-4876-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@787d4cf6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 682788 INFO  (jetty-launcher-4876-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37755/solr
   [junit4]   2> 682811 WARN  (jetty-launcher-4876-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7604be0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 682815 WARN  (jetty-launcher-4876-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 682843 INFO  (zkConnectionManagerCallback-4897-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 682847 WARN  (jetty-launcher-4876-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 682899 WARN  (jetty-launcher-4876-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@700a4af0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 682900 INFO  (jetty-launcher-4876-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37755/solr
   [junit4]   2> 682927 WARN  (jetty-launcher-4876-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@80bb20b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 682928 INFO  (jetty-launcher-4876-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37755/solr
   [junit4]   2> 682938 INFO  (zkConnectionManagerCallback-4902-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 682968 INFO  (jetty-launcher-4876-thread-4) [n:127.0.0.1:35563_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35563_solr
   [junit4]   2> 682968 INFO  (jetty-launcher-4876-thread-4) [n:127.0.0.1:35563_solr    ] o.a.s.c.Overseer Overseer (id=72321556152844296-127.0.0.1:35563_solr-n_0000000000) starting
   [junit4]   2> 682998 INFO  (zkConnectionManagerCallback-4905-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683027 INFO  (zkConnectionManagerCallback-4908-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683074 INFO  (zkConnectionManagerCallback-4915-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683076 INFO  (jetty-launcher-4876-thread-4) [n:127.0.0.1:35563_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37755/solr ready
   [junit4]   2> 683090 INFO  (zkConnectionManagerCallback-4917-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683095 INFO  (OverseerStateUpdate-72321556152844296-127.0.0.1:35563_solr-n_0000000000) [n:127.0.0.1:35563_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35563_solr
   [junit4]   2> 683103 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 0x100f0127818000a, likely client has closed socket
   [junit4]   2> 683103 INFO  (jetty-launcher-4876-thread-4) [n:127.0.0.1:35563_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35563_solr
   [junit4]   2> 683131 INFO  (jetty-launcher-4876-thread-3) [n:127.0.0.1:39719_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39719_solr as DOWN
   [junit4]   2> 683131 INFO  (jetty-launcher-4876-thread-3) [n:127.0.0.1:39719_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 683131 INFO  (jetty-launcher-4876-thread-3) [n:127.0.0.1:39719_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39719_solr
   [junit4]   2> 683134 INFO  (zkConnectionManagerCallback-4919-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683139 INFO  (jetty-launcher-4876-thread-1) [n:127.0.0.1:34761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 683140 INFO  (jetty-launcher-4876-thread-1) [n:127.0.0.1:34761_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:34761_solr as DOWN
   [junit4]   2> 683140 INFO  (jetty-launcher-4876-thread-1) [n:127.0.0.1:34761_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 683140 INFO  (jetty-launcher-4876-thread-1) [n:127.0.0.1:34761_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34761_solr
   [junit4]   2> 683147 INFO  (zkCallback-4916-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 683170 INFO  (zkCallback-4901-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 683181 INFO  (jetty-launcher-4876-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 683181 WARN  (jetty-launcher-4876-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 683183 INFO  (zkCallback-4918-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 683238 INFO  (zkConnectionManagerCallback-4933-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683251 INFO  (jetty-launcher-4876-thread-3) [n:127.0.0.1:39719_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 683262 INFO  (jetty-launcher-4876-thread-4) [n:127.0.0.1:35563_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 683267 INFO  (jetty-launcher-4876-thread-3) [n:127.0.0.1:39719_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37755/solr ready
   [junit4]   2> 683304 INFO  (jetty-launcher-4876-thread-4) [n:127.0.0.1:35563_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35563.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683310 INFO  (jetty-launcher-4876-thread-4) [n:127.0.0.1:35563_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35563.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683310 INFO  (jetty-launcher-4876-thread-4) [n:127.0.0.1:35563_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35563.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683311 INFO  (jetty-launcher-4876-thread-4) [n:127.0.0.1:35563_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.update.processor.CategoryRoutedAliasUpdateProcessorTest_DC13AA7A4A8272F9-001/tempDir-001/node4/.
   [junit4]   2> 683342 WARN  (jetty-launcher-4876-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2aff419b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 683363 INFO  (zkCallback-4914-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 683363 WARN  (jetty-launcher-4876-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 683375 INFO  (zkConnectionManagerCallback-4928-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683387 INFO  (jetty-launcher-4876-thread-1) [n:127.0.0.1:34761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 683403 INFO  (jetty-launcher-4876-thread-1) [n:127.0.0.1:34761_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37755/solr ready
   [junit4]   2> 683427 INFO  (jetty-launcher-4876-thread-3) [n:127.0.0.1:39719_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 683490 INFO  (jetty-launcher-4876-thread-1) [n:127.0.0.1:34761_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 683547 WARN  (jetty-launcher-4876-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6e7df1f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 683548 INFO  (jetty-launcher-4876-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37755/solr
   [junit4]   2> 683571 INFO  (jetty-launcher-4876-thread-3) [n:127.0.0.1:39719_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39719.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683571 INFO  (jetty-launcher-4876-thread-1) [n:127.0.0.1:34761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34761.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683574 INFO  (zkConnectionManagerCallback-4942-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683589 INFO  (jetty-launcher-4876-thread-1) [n:127.0.0.1:34761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34761.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683593 INFO  (jetty-launcher-4876-thread-3) [n:127.0.0.1:39719_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39719.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683593 INFO  (jetty-launcher-4876-thread-3) [n:127.0.0.1:39719_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39719.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683594 INFO  (jetty-launcher-4876-thread-3) [n:127.0.0.1:39719_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.update.processor.CategoryRoutedAliasUpdateProcessorTest_DC13AA7A4A8272F9-001/tempDir-001/node3/.
   [junit4]   2> 683603 INFO  (jetty-launcher-4876-thread-1) [n:127.0.0.1:34761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34761.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683603 INFO  (jetty-launcher-4876-thread-1) [n:127.0.0.1:34761_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.update.processor.CategoryRoutedAliasUpdateProcessorTest_DC13AA7A4A8272F9-001/tempDir-001/node1/.
   [junit4]   2> 683670 INFO  (zkConnectionManagerCallback-4944-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683677 INFO  (jetty-launcher-4876-thread-2) [n:127.0.0.1:45435_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 683679 INFO  (jetty-launcher-4876-thread-2) [n:127.0.0.1:45435_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:45435_solr as DOWN
   [junit4]   2> 683679 INFO  (jetty-launcher-4876-thread-2) [n:127.0.0.1:45435_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 683679 INFO  (jetty-launcher-4876-thread-2) [n:127.0.0.1:45435_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45435_solr
   [junit4]   2> 683680 INFO  (zkCallback-4901-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 683698 INFO  (zkCallback-4916-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 683699 INFO  (zkCallback-4914-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 683699 INFO  (zkCallback-4918-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 683719 INFO  (zkCallback-4927-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 683719 INFO  (zkCallback-4943-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 683733 INFO  (zkCallback-4932-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 683811 INFO  (zkConnectionManagerCallback-4951-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683813 INFO  (jetty-launcher-4876-thread-2) [n:127.0.0.1:45435_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 683825 INFO  (jetty-launcher-4876-thread-2) [n:127.0.0.1:45435_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37755/solr ready
   [junit4]   2> 683830 INFO  (jetty-launcher-4876-thread-2) [n:127.0.0.1:45435_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 683849 INFO  (jetty-launcher-4876-thread-2) [n:127.0.0.1:45435_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45435.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683858 INFO  (jetty-launcher-4876-thread-2) [n:127.0.0.1:45435_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45435.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683858 INFO  (jetty-launcher-4876-thread-2) [n:127.0.0.1:45435_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45435.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47d35582
   [junit4]   2> 683859 INFO  (jetty-launcher-4876-thread-2) [n:127.0.0.1:45435_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.update.processor.CategoryRoutedAliasUpdateProcessorTest_DC13AA7A4A8272F9-001/tempDir-001/node2/.
   [junit4]   2> 683953 INFO  (zkConnectionManagerCallback-4957-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683953 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 683954 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37755/solr ready
   [junit4]   2> 683955 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@5c2129c8
   [junit4]   2> 683955 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest ClusterStateProvider 127.0.0.1:37755/solr
   [junit4]   2> 683960 INFO  (zkConnectionManagerCallback-4962-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 683961 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 683961 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[DC13AA7A4A8272F9]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37755/solr ready
   [junit4]   2> 683970 INFO  (qtp1897774818-12620) [n:127.0.0.1:45435_solr    ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params baseConfigSet=_default&name=testNonEnglish&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 683972 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.OverseerConfigSetMessageHandler OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testNonEnglish",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 683973 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testNonEnglish/protwords.txt
   [junit4]   2> 683973 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testNonEnglish/managed-schema
   [junit4]   2> 683974 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testNonEnglish/solrconfig.xml
   [junit4]   2> 683974 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testNonEnglish/synonyms.txt
   [junit4]   2> 683975 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testNonEnglish/stopwords.txt
   [junit4]   2> 683976 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testNonEnglish/lang/contractions_it.txt
   [junit4]   2> 683977 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testNonEnglish/lang/stemdict_nl.txt
   [junit4]   2> 683977 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testNonEnglish/lang/stopwords_hy.txt
   [junit4]   2> 683978 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testNonEnglish/lang/stopwords_no.txt
   [junit4]   2> 683978 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testNonEnglish/lang/contractions_ca.txt
   [junit4]   2> 683979 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testNonEnglish/lang/stopwords_id.txt
   [junit4]   2> 683980 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testNonEnglish/lang/stopwords_ga.txt
   [junit4]   2> 683980 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testNonEnglish/lang/stopwords_hi.txt
   [junit4]   2> 683981 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testNonEnglish/lang/stopwords_da.txt
   [junit4]   2> 683981 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testNonEnglish/lang/stopwords_ja.txt
   [junit4]   2> 683982 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testNonEnglish/lang/stopwords_pt.txt
   [junit4]   2> 683983 INFO  (OverseerThreadFactory-4640-thread-1-processing-n:127.0.0.1:35563_solr) [n:127.0.0.1:35563_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testNonEnglish/lang/stopwords_hu.txt

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

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-5235-thread-2-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-5235-thread-1-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-5235-thread-3-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[DC13AA7A4A8272F9]-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-5235-thread-1-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-5235-thread-4-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "MetricsHistoryHandler-4894-thread-1"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[DC13AA7A4A8272F9]-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "SessionTracker"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-5235-thread-2-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the Uncau
   [junit4] ghtExceptionHandler in thread "TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[DC13AA7A4A8272F9]-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-5235-thread-3-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[DC13AA7A4A8272F9]-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jetty-launcher-5235-thread-4-SendThread(localhost.localdomain:36441)"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "SolrRrdBackendFactory-4893-thread-2"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Scheduler-2033093138"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "httpShardExecutor-4880-thread-5"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "ScheduledTrigger-4895-thread-2"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "ScheduledTrigger-4895-thread-3"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "OverseerCollectionConfigSetProcessor-72321559744479240-127.0.0.1:41933_solr-n_0000000000"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "SolrRrdBackendFactory-4906-thread-1"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "SolrRrdBackendFactory-4906-thread-2"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "qtp1021662689-13805"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "qtp456112047-13809"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "SolrRrdBackendFactory-4897-thread-1"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "qtp1943462242-13793"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "qtp1786539609-13965"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "MetricsHistoryHandler-4902-thread-1"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "HttpClient@5047c353-scheduler"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "SolrRrdBackendFactory-4901-thread-2"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "SolrRrdBackendFactory-4901-thread-1"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "HttpClient@581016b3-scheduler"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown
   [junit4]  from the UncaughtExceptionHandler in thread "HttpClient@12a71d4c-scheduler"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "CloudSolrClient ThreadPool-5317-thread-1-processing-https:////127.0.0.1:39569//solr//myAlias__CRA__Heart_of_Gold_shard3_replica_n9//"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Scheduler-907886225"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Scheduler-1619264809"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "Scheduler-299359455"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "OverseerStateUpdate-72321559744479240-127.0.0.1:41933_solr-n_0000000000"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "ZkTestServer Run Thread"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "SolrRrdBackendFactory-4893-thread-1"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "SolrRrdBackendFactory-4897-thread-2"
   [junit4] 
   [junit4] Exception: java.lang.IllegalArgumentException thrown from the UncaughtExceptionHandler in thread "qtp1786539609-13798"
   [junit4] <<< JVM J0: EOF ----

[...truncated 8966 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:633: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid27797.hprof

Total time: 195 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2