You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/07/15 11:03:47 UTC

[JENKINS] Lucene » Lucene-Solr-BadApples-Tests-8.x - Build # 339 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-Tests-8.x/339/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
	at __randomizedtesting.SeedInfo.seed([BA8931024D68CADE:8D12C51C75A4177A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:138)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:349)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:367)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration

Error Message:
leaderRegistries expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: leaderRegistries expected:<2> but was:<1>
	at __randomizedtesting.SeedInfo.seed([BA8931024D68CADE:FE4511F923521CB4]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration(SolrCloudReportersTest.java:161)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 13505 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> 213726 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 213726 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 213726 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_BA8931024D68CADE-001/data-dir-10-001
   [junit4]   2> 213726 WARN  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 213726 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 213728 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 213730 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_BA8931024D68CADE-001/tempDir-001
   [junit4]   2> 213730 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 213730 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 213730 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 213731 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 213839 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 33847
   [junit4]   2> 213839 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33847
   [junit4]   2> 213839 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33847
   [junit4]   2> 213839 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33847
   [junit4]   2> 213841 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 213850 INFO  (zkConnectionManagerCallback-991-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 213850 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 213863 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 213868 INFO  (zkConnectionManagerCallback-993-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 213868 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 213869 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 213870 INFO  (zkConnectionManagerCallback-995-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 213870 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 213871 WARN  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker-SendThread(127.0.0.1:33847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000328f9aa0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 213973 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 213973 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 213973 INFO  (jetty-launcher-996-thread-1) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 213974 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 213974 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 213974 INFO  (jetty-launcher-996-thread-2) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 213980 INFO  (jetty-launcher-996-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 213980 INFO  (jetty-launcher-996-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 213980 INFO  (jetty-launcher-996-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 213984 INFO  (jetty-launcher-996-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52cb0d18{/solr,null,AVAILABLE}
   [junit4]   2> 213987 INFO  (jetty-launcher-996-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 213987 INFO  (jetty-launcher-996-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 213987 INFO  (jetty-launcher-996-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d054e64{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44617}
   [junit4]   2> 213987 INFO  (jetty-launcher-996-thread-1) [     ] o.e.j.s.Server Started @214030ms
   [junit4]   2> 213987 INFO  (jetty-launcher-996-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 213987 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:33847/solr, hostPort=44617}
   [junit4]   2> 213988 ERROR (jetty-launcher-996-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 213988 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 213988 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 213988 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 213988 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 213988 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-07-15T10:07:24.823Z
   [junit4]   2> 213988 INFO  (jetty-launcher-996-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b372ad5{/solr,null,AVAILABLE}
   [junit4]   2> 213988 INFO  (jetty-launcher-996-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20dbd513{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44759}
   [junit4]   2> 213988 INFO  (jetty-launcher-996-thread-2) [     ] o.e.j.s.Server Started @214031ms
   [junit4]   2> 213988 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:33847/solr, hostPort=44759}
   [junit4]   2> 213989 ERROR (jetty-launcher-996-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 213989 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 213989 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 213989 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 213989 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 213989 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-07-15T10:07:24.824Z
   [junit4]   2> 213990 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 213992 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 213993 INFO  (zkConnectionManagerCallback-998-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 213993 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 213993 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 213994 INFO  (zkConnectionManagerCallback-1000-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 213996 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 213998 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 214000 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 214002 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 214002 WARN  (jetty-launcher-996-thread-1-SendThread(127.0.0.1:33847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000328f9aa0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 214003 WARN  (jetty-launcher-996-thread-2-SendThread(127.0.0.1:33847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000328f9aa0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 214779 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 214780 WARN  (jetty-launcher-996-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1491cf89[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 214780 WARN  (jetty-launcher-996-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1491cf89[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 214783 WARN  (jetty-launcher-996-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@42fd6374[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 214783 WARN  (jetty-launcher-996-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@42fd6374[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 214785 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33847/solr
   [junit4]   2> 214786 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 214787 INFO  (zkConnectionManagerCallback-1014-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 214788 INFO  (jetty-launcher-996-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 214914 INFO  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 214916 INFO  (zkConnectionManagerCallback-1016-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 214916 INFO  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 214992 WARN  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 214997 INFO  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44759_solr
   [junit4]   2> 214998 INFO  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.Overseer Overseer (id=72061068560171014-127.0.0.1:44759_solr-n_0000000000) starting
   [junit4]   2> 215004 INFO  (OverseerStateUpdate-72061068560171014-127.0.0.1:44759_solr-n_0000000000) [n:127.0.0.1:44759_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44759_solr
   [junit4]   2> 215016 INFO  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44759_solr
   [junit4]   2> 215019 INFO  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 215019 INFO  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 215029 INFO  (zkCallback-1015-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215043 WARN  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 215048 INFO  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, delegation-token.json-mapper.AUTO_CLOSE_TARGET=false}
   [junit4]   2> 215365 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 215366 WARN  (jetty-launcher-996-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@35163648[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 215366 WARN  (jetty-launcher-996-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@35163648[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 215369 WARN  (jetty-launcher-996-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@40631d92[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 215369 WARN  (jetty-launcher-996-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@40631d92[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 215370 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33847/solr
   [junit4]   2> 215371 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 215375 INFO  (zkConnectionManagerCallback-1031-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 215376 INFO  (jetty-launcher-996-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 215421 INFO  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 215449 INFO  (jetty-launcher-996-thread-2-EventThread) [     ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 215477 INFO  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 215495 INFO  (zkConnectionManagerCallback-1033-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 215495 INFO  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 215499 WARN  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 215500 INFO  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215503 INFO  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44617_solr as DOWN
   [junit4]   2> 215507 INFO  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 215507 INFO  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44617_solr
   [junit4]   2> 215508 INFO  (zkCallback-1015-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 215511 INFO  (zkCallback-1032-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 215511 INFO  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 215512 INFO  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 215512 WARN  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 215512 INFO  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, delegation-token.json-mapper.AUTO_CLOSE_TARGET=false}
   [junit4]   2> 215512 INFO  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 215520 INFO  (jetty-launcher-996-thread-1-EventThread) [     ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 215640 WARN  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 215640 WARN  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 215641 WARN  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=enabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 215641 WARN  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.CoreContainer Solr authentication is enabled, but SSL is off.  Consider enabling SSL to protect user credentials and data with encryption.
   [junit4]   2> 215649 WARN  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=enabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 215649 WARN  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.CoreContainer Solr authentication is enabled, but SSL is off.  Consider enabling SSL to protect user credentials and data with encryption.
   [junit4]   2> 215663 INFO  (jetty-launcher-996-thread-2) [n:127.0.0.1:44759_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_BA8931024D68CADE-001/tempDir-001/node2
   [junit4]   2> 215665 INFO  (jetty-launcher-996-thread-1) [n:127.0.0.1:44617_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_BA8931024D68CADE-001/tempDir-001/node1
   [junit4]   2> 215677 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 215679 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 215684 INFO  (zkConnectionManagerCallback-1047-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 215684 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 215685 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 215686 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33847/solr ready
   [junit4]   2> 215712 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 215950 WARN  (qtp773598880-5318) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token (solr-dt owner=bar, renewer=bar, realUser=, issueDate=1626343646559, maxDate=1626948446559, sequenceNumber=1, masterKeyId=4) with non-matching renewer bar
   [junit4]   2> 215951 WARN  (qtp773598880-5318) [     ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 215956 WARN  (qtp331522668-5311) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token (solr-dt owner=bar, renewer=bar, realUser=, issueDate=1626343646559, maxDate=1626948446559, sequenceNumber=1, masterKeyId=4) with non-matching renewer bar
   [junit4]   2> 215956 WARN  (qtp331522668-5311) [     ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 215967 WARN  (qtp773598880-5321) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 215971 WARN  (qtp773598880-5320) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 215971 WARN  (qtp773598880-5320) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token (solr-dt owner=bar, renewer=renewUser, realUser=, issueDate=1626343646802, maxDate=1626948446802, sequenceNumber=2, masterKeyId=4) with non-matching renewer renewUser
   [junit4]   2> 215971 WARN  (qtp773598880-5320) [     ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 215972 WARN  (qtp331522668-5315) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 215972 WARN  (qtp331522668-5315) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token (solr-dt owner=bar, renewer=renewUser, realUser=, issueDate=1626343646802, maxDate=1626948446802, sequenceNumber=2, masterKeyId=4) with non-matching renewer renewUser
   [junit4]   2> 215972 WARN  (qtp331522668-5315) [     ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 215973 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 215993 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 215994 WARN  (qtp773598880-5312) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 216007 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 216012 INFO  (zkConnectionManagerCallback-1052-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 216012 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 216013 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 216014 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[BA8931024D68CADE]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33847/solr ready
   [junit4]   2> 216021 INFO  (qtp331522668-5313) [n:127.0.0.1:44617_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAXqpoqZtigF6za8qbQMEFABxbxnR7nX8zF89NicjWlKUtrLwB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 216138 INFO  (qtp331522668-5305) [n:127.0.0.1:44617_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAXqpoqZtigF6za8qbQMEFABxbxnR7nX8zF89NicjWlKUtrLwB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 216143 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 216157 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClientWithUpdateRequests-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClientWithUpdateRequests
   [junit4]   2> 216158 WARN  (qtp773598880-5312) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 216169 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testDelegationTokensWithUpdate
   [junit4]   2> 216170 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default to /configs/testDelegationTokensWithUpdate.AUTOCREATED
   [junit4]   2> 216171 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/protwords.txt
   [junit4]   2> 216173 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testDelegationTokensWithUpdate.AUTOCREATED/managed-schema
   [junit4]   2> 216174 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testDelegationTokensWithUpdate.AUTOCREATED/solrconfig.xml
   [junit4]   2> 216176 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 216179 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 216181 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 216184 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 216186 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 216188 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 216189 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 216191 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 216192 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 216196 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 216198 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 216199 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 216200 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 216202 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 216207 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 216209 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 216211 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 216213 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 216214 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 216215 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 216216 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 216218 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 216219 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 216220 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 216221 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 216226 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 216232 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 216237 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 216238 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 216239 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 216241 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 216242 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 216243 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 216245 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 216246 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 216247 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 216249 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 216250 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 216251 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 216253 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/synonyms.txt
   [junit4]   2> 216254 INFO  (OverseerThreadFactory-1023-thread-1-processing-n:127.0.0.1:44759_solr) [n:127.0.0.1:44759_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/stopwords.txt
   [junit4]   2> 216362 INFO  (OverseerStateUpdate-72061068560171014-127.0.0.1:44759_solr-n_0000000000) [n:127.0.0.1:44759_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testDelegationTokensWithUpdate_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:44759_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:44759/solr",
   [junit4]   2>   "collection":"testDelegationTokensWithUpdate",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 216597 INFO  (qtp773598880-5319) [n:127.0.0.1:44759_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 216600 INFO  (qtp773598880-5320) [     ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:44759_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGbosqznyUIVbG963OTt62bcC6dEhK0pEFHmwxyyag1C4pwvBvIKb+CUwLgn7h0p2G63HOi6prAkopLHUPXtPP9qNcPa8LhO4NwQsUc43ZMTA8CWmBoMJG24LSwhTd5prbNaMJ5+iuZVjw/nqsztze5eh55+s8yWtrNUnrnHS1s+4D8dyhRJ9Qtjr3ev9HEwvU196e+dIk7THJezTQBB9HOIlCDPiypkwnWtnCA7x+hcOAZZ72pVnN4eEY2ZC/OE3wd2HRtojtUro9P/f1D/bfr21gMF1yLLfs3sXXqSjAdMqSKgyNmYfJoo9FYnMqQIeiEpIOU+JvDVLsb2F5/NVQIDAQAB
   [junit4]   2> 216603 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr    x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testDelegationTokensWithUpdate.AUTOCREATED&newCollection=true&name=testDelegationTokensWithUpdate_shard1_replica_n1&action=CREATE&numShards=1&collection=testDelegationTokensWithUpdate&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 216604 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr    x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 216618 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 216618 WARN  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 216630 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 216740 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 216781 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testDelegationTokensWithUpdate_shard1_replica_n1' using configuration from configset testDelegationTokensWithUpdate.AUTOCREATED, trusted=true
   [junit4]   2> 216782 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrCore [[testDelegationTokensWithUpdate_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_BA8931024D68CADE-001/tempDir-001/node2/testDelegationTokensWithUpdate_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_BA8931024D68CADE-001/tempDir-001/node2/testDelegationTokensWithUpdate_shard1_replica_n1/data/]
   [junit4]   2> 217100 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 217100 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 217100 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 217100 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 217104 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testDelegationTokensWithUpdate.AUTOCREATED
   [junit4]   2> 217104 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testDelegationTokensWithUpdate.AUTOCREATED
   [junit4]   2> 217106 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testDelegationTokensWithUpdate.AUTOCREATED/managed-schema
   [junit4]   2> 217108 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 217108 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 217121 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxQueryFrequency=0.01,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4}
   [junit4]   2> 217132 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 217132 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1705344917010644992
   [junit4]   2> 217251 INFO  (searcherExecutor-1054-thread-1-processing-n:127.0.0.1:44759_solr x:testDelegationTokensWithUpdate_shard1_replica_n1 c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 217251 INFO  (searcherExecutor-1054-thread-1-processing-n:127.0.0.1:44759_solr x:testDelegationTokensWithUpdate_shard1_replica_n1 c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 217252 INFO  (searcherExecutor-1054-thread-1-processing-n:127.0.0.1:44759_solr x:testDelegationTokensWithUpdate_shard1_replica_n1 c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrCore [testDelegationTokensWithUpdate_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 217256 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testDelegationTokensWithUpdate/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 217256 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testDelegationTokensWithUpdate/leaders/shard1
   [junit4]   2> 217260 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 217260 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 217260 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44759/solr/testDelegationTokensWithUpdate_shard1_replica_n1/
   [junit4]   2> 217260 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 217261 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:44759/solr/testDelegationTokensWithUpdate_shard1_replica_n1/ has no replicas
   [junit4]   2> 217261 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testDelegationTokensWithUpdate/leaders/shard1/leader after winning as /collections/testDelegationTokensWithUpdate/leader_elect/shard1/election/72061068560171014-core_node2-n_0000000000
   [junit4]   2> 217263 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44759/solr/testDelegationTokensWithUpdate_shard1_replica_n1/ shard1
   [junit4]   2> 217365 INFO  (zkCallback-1015-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDelegationTokensWithUpdate/state.json] for collection [testDelegationTokensWithUpdate] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 217366 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 217369 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testDelegationTokensWithUpdate.AUTOCREATED&newCollection=true&name=testDelegationTokensWithUpdate_shard1_replica_n1&action=CREATE&numShards=1&collection=testDelegationTokensWithUpdate&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=766
   [junit4]   2> 217375 INFO  (qtp773598880-5318) [n:127.0.0.1:44759_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 217469 INFO  (zkCallback-1015-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDelegationTokensWithUpdate/state.json] for collection [testDelegationTokensWithUpdate] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 217469 INFO  (zkCallback-1015-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDelegationTokensWithUpdate/state.json] for collection [testDelegationTokensWithUpdate] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 217470 INFO  (qtp773598880-5318) [n:127.0.0.1:44759_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=testDelegationTokensWithUpdate&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&delegation=GgADYmFyA2JhcgCKAXqpoqcRigF6za8rEQQEFPt2oOCcLJngYemdlPp7A_D-oDBNB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=1306
   [junit4]   2> 217489 INFO  (searcherExecutor-1054-thread-1-processing-n:127.0.0.1:44759_solr x:testDelegationTokensWithUpdate_shard1_replica_n1 c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 217489 INFO  (searcherExecutor-1054-thread-1-processing-n:127.0.0.1:44759_solr x:testDelegationTokensWithUpdate_shard1_replica_n1 c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrCore [testDelegationTokensWithUpdate_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 217490 INFO  (qtp773598880-5321) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testDelegationTokensWithUpdate/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 217490 INFO  (qtp773598880-5321) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [testDelegationTokensWithUpdate_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=false&commit=true&softCommit=false&delegation=GgADYmFyA2JhcgCKAXqpoqcRigF6za8rEQQEFPt2oOCcLJngYemdlPp7A_D-oDBNB3NvbHItZHQA&wt=javabin&version=2}{add=[dummy_id (1705344917377646592)],commit=} 0 19
   [junit4]   2> 217493 INFO  (qtp773598880-5321) [n:127.0.0.1:44759_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [testDelegationTokensWithUpdate_shard1_replica_n1]  webapp=/solr path=/update params={delegation=GgADYmFyA2JhcgCKAXqpoqcRigF6za8rEQQEFPt2oOCcLJngYemdlPp7A_D-oDBNB3NvbHItZHQA&wt=javabin&version=2}{add=[dummy_id (1705344917388132352)]} 0 1
   [junit4]   2> 217494 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClientWithUpdateRequests-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClientWithUpdateRequests
   [junit4]   2> 217510 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 217510 WARN  (qtp773598880-5319) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 217515 WARN  (qtp773598880-5320) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 217515 WARN  (qtp773598880-5320) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar is trying to renew a token (solr-dt owner=bar, renewer=bar, realUser=, issueDate=1626343648346, maxDate=1626948448346, sequenceNumber=5, masterKeyId=4) with wrong password
   [junit4]   2> 217515 WARN  (qtp773598880-5320) [n:127.0.0.1:44759_solr     ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 217516 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithDelegationTokens -Dtests.method=testDelegationTokenRenew -Dtests.seed=BA8931024D68CADE -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=de-GR -Dtests.timezone=Asia/Manila -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.03s J1 | TestSolrCloudWithDelegationTokens.testDelegationTokenRenew <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<403>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BA8931024D68CADE:8D12C51C75A4177A]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:138)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:349)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:367)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 217541 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 217542 WARN  (qtp773598880-5318) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 217551 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 217555 INFO  (zkConnectionManagerCallback-1060-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 217556 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 217557 WARN  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[BA8931024D68CADE]-SendThread(127.0.0.1:33847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000328f9aa000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa000d, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa000d, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 217658 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 217675 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 217676 WARN  (qtp773598880-5312) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 217682 WARN  (qtp773598880-5321) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 217695 ERROR (qtp773598880-5320) [n:127.0.0.1:44759_solr     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 217711 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 217714 INFO  (zkConnectionManagerCallback-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 217714 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 217715 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 217716 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33847/solr ready
   [junit4]   2> 217821 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 217822 INFO  (zkConnectionManagerCallback-1070-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 217822 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 217824 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 217825 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33847/solr ready
   [junit4]   2> 217928 WARN  (qtp773598880-5321) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 217938 WARN  (qtp331522668-5315) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 217947 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 217951 INFO  (zkConnectionManagerCallback-1075-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 217951 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 217952 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 217955 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33847/solr ready
   [junit4]   2> 217957 ERROR (qtp331522668-5311) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_8]
   [junit4]   2> 218065 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 218083 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 218084 WARN  (qtp773598880-5321) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 218084 WARN  (qtp773598880-5319) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 218088 WARN  (qtp773598880-5320) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 218090 WARN  (qtp331522668-5305) [n:127.0.0.1:44617_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 218091 ERROR (qtp331522668-5305) [n:127.0.0.1:44617_solr     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_9]
   [junit4]   2> 218091 WARN  (qtp773598880-5318) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 218092 ERROR (qtp773598880-5318) [n:127.0.0.1:44759_solr     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_9]
   [junit4]   2> 218092 WARN  (qtp773598880-5312) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 218095 WARN  (qtp331522668-5315) [     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 218097 WARN  (qtp331522668-5313) [n:127.0.0.1:44617_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 218098 ERROR (qtp331522668-5313) [n:127.0.0.1:44617_solr     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_10]
   [junit4]   2> 218098 WARN  (qtp773598880-5321) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 218099 ERROR (qtp773598880-5321) [n:127.0.0.1:44759_solr     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_10]
   [junit4]   2> 218099 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> 218127 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 218130 INFO  (qtp773598880-5320) [n:127.0.0.1:44759_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 218135 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 218150 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 218150 WARN  (qtp773598880-5321) [n:127.0.0.1:44759_solr     ] o.a.h.s.a.s.AuthenticationFilter AuthenticationToken ignored: Unauthorized access
   [junit4]   2> 218166 INFO  (qtp773598880-5319) [n:127.0.0.1:44759_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAXqpoq7aigF6za8y2gsEFNvI6gYq0rGR0-QQ3lRA0PmEs6GXB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 218169 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[BA8931024D68CADE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 218172 INFO  (OverseerCollectionConfigSetProcessor-72061068560171014-127.0.0.1:44759_solr-n_0000000000) [n:127.0.0.1:44759_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 218172 WARN  (SUITE-TestSolrCloudWithDelegationTokens-seed#[BA8931024D68CADE]-worker-SendThread(127.0.0.1:33847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000328f9aa000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 218399 INFO  (jetty-closer-1076-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1283617530
   [junit4]   2> 218399 INFO  (jetty-closer-1076-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=162596010
   [junit4]   2> 218399 INFO  (jetty-closer-1076-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44617_solr
   [junit4]   2> 218399 INFO  (jetty-closer-1076-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44759_solr
   [junit4]   2> 218400 INFO  (jetty-closer-1076-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 218400 INFO  (jetty-closer-1076-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44759_solr as DOWN
   [junit4]   2> 218400 INFO  (jetty-closer-1076-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 218400 INFO  (jetty-closer-1076-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44617_solr as DOWN
   [junit4]   2> 218413 INFO  (coreCloseExecutor-1083-thread-1) [n:127.0.0.1:44759_solr     ] o.a.s.c.SolrCore [testDelegationTokensWithUpdate_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@64e5fa1
   [junit4]   2> 218413 INFO  (coreCloseExecutor-1083-thread-1) [n:127.0.0.1:44759_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testDelegationTokensWithUpdate.shard1.replica_n1 tag=SolrCore@64e5fa1
   [junit4]   2> 218413 INFO  (coreCloseExecutor-1083-thread-1) [n:127.0.0.1:44759_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testDelegationTokensWithUpdate.shard1.leader tag=SolrCore@64e5fa1
   [junit4]   2> 218415 INFO  (jetty-closer-1076-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 218415 INFO  (jetty-closer-1076-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 218416 INFO  (jetty-closer-1076-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 218416 INFO  (jetty-closer-1076-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 218420 INFO  (coreCloseExecutor-1083-thread-1) [n:127.0.0.1:44759_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() .
   [junit4]   2> 218424 INFO  (jetty-closer-1076-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 218424 INFO  (jetty-closer-1076-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 218424 INFO  (jetty-closer-1076-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 218424 INFO  (jetty-closer-1076-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 218425 INFO  (closeThreadPool-1087-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72061068560171014-127.0.0.1:44759_solr-n_0000000000) closing
   [junit4]   2> 218426 INFO  (OverseerStateUpdate-72061068560171014-127.0.0.1:44759_solr-n_0000000000) [n:127.0.0.1:44759_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44759_solr
   [junit4]   2> 218431 INFO  (OverseerAutoScalingTriggerThread-72061068560171014-127.0.0.1:44759_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 218431 WARN  (jetty-launcher-996-thread-1-SendThread(127.0.0.1:33847)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000328f9aa0009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa0009, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000328f9aa0009, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 218436 INFO  (closeThreadPool-1087-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72061068560171014-127.0.0.1:44759_solr-n_0000000000) closing
   [junit4]   2> 218537 ERROR (Thread[Thread-3970,5,TGRP-TestSolrCloudWithDelegationTokens]) [     ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 218545 INFO  (Curator-Framework-0) [     ] o.a.c.f.i.CuratorFrameworkImpl backgroundOperationsLoop exiting
   [junit4]   2> 218550 WARN  (jetty-launcher-996-thread-1-SendThread(127.0.0.1:33847)) [     ] o.a.z.ClientCnxn An 

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

.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 2192517 INFO  (jetty-closer-22548-thread-2-processing-n:127.0.0.1:40261_solr) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2493dc72: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@423ae30c
   [junit4]   2> 2192522 INFO  (jetty-closer-22548-thread-2-processing-n:127.0.0.1:40261_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 2192522 INFO  (jetty-closer-22548-thread-2-processing-n:127.0.0.1:40261_solr) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7ff445c6: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@596fb739
   [junit4]   2> 2192524 INFO  (jetty-closer-22548-thread-2-processing-n:127.0.0.1:40261_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 2192524 INFO  (jetty-closer-22548-thread-2-processing-n:127.0.0.1:40261_solr) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@352edaa: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@4879ae36
   [junit4]   2> 2192524 INFO  (jetty-closer-22548-thread-2-processing-n:127.0.0.1:40261_solr) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 2192616 INFO  (jetty-closer-22548-thread-1-processing-n:127.0.0.1:40261_solr) [     ] o.a.s.c.Overseer Overseer (id=72061198047510535-127.0.0.1:43661_solr-n_0000000000) closing
   [junit4]   2> 2192617 INFO  (jetty-closer-22548-thread-1-processing-n:127.0.0.1:40261_solr) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@e01d111{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 2192617 INFO  (jetty-closer-22548-thread-1-processing-n:127.0.0.1:40261_solr) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@19220403{/solr,null,STOPPED}
   [junit4]   2> 2192617 INFO  (jetty-closer-22548-thread-1-processing-n:127.0.0.1:40261_solr) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2192717 INFO  (jetty-closer-22548-thread-2-processing-n:127.0.0.1:40261_solr) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2a6ada6c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 2192717 INFO  (jetty-closer-22548-thread-2-processing-n:127.0.0.1:40261_solr) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5fbcec68{/solr,null,STOPPED}
   [junit4]   2> 2192717 INFO  (jetty-closer-22548-thread-2-processing-n:127.0.0.1:40261_solr) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2192718 INFO  (SUITE-SolrCloudReportersTest-seed#[BA8931024D68CADE]-worker) [n:127.0.0.1:40261_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2192921 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections/test_collection/terms/shard2
   [junit4]   2> 	5	/solr/collections/test_collection/terms/shard1
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/test
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections/test_collection/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/collections/test_collection/state.json
   [junit4]   2> 	14	/solr/overseer/queue
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2192923 INFO  (SUITE-SolrCloudReportersTest-seed#[BA8931024D68CADE]-worker) [n:127.0.0.1:40261_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42451
   [junit4]   2> 2192923 INFO  (SUITE-SolrCloudReportersTest-seed#[BA8931024D68CADE]-worker) [n:127.0.0.1:40261_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42451
   [junit4]   2> 2192923 INFO  (SUITE-SolrCloudReportersTest-seed#[BA8931024D68CADE]-worker) [n:127.0.0.1:40261_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42451
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_BA8931024D68CADE-001
   [junit4]   2> Jul 15, 2021 10:40:23 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1198, maxMBSortInHeap=6.245571063763162, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=de, timezone=Africa/Luanda
   [junit4]   2> NOTE: Linux 4.15.0-147-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=172188720,total=529530880
   [junit4]   2> NOTE: All tests run in this JVM: [NodeAddedTriggerTest, TestSimNodeAddedTrigger, ReplicationFactorTest, TestCollationFieldDocValues, TestRecoveryHdfs, TestSQLHandlerNonCloud, TaggingAttributeTest, AtomicUpdatesTest, TestFieldSortValues, TestSolrCloudWithDelegationTokens, TestPhraseSuggestions, MoveReplicaHDFSTest, CollectionTooManyReplicasTest, TestFacetMethods, TimeRoutedAliasUpdateProcessorTest, TestUnifiedSolrHighlighter, HdfsAutoAddReplicasIntegrationTest, TestManagedSchemaThreadSafety, CSVRequestHandlerTest, TestStreamBody, TestDistributedSearch, RequestHandlersTest, UniqFieldsUpdateProcessorFactoryTest, TestSchemaNameResource, TestJoin, TestRandomRequestDistribution, RankFieldTest, TestJsonFacetsStatsParsing, TestWithCollection, DistributedUpdateProcessorTest, EmbeddedSolrNoSerializeTest, TestMinHashQParser, V2CollectionBackupsAPIMappingTest, IgnoreLargeDocumentProcessorFactoryTest, HttpPartitionOnCommitTest, LargeFieldTest, HighlighterMaxOffsetTest, DistributedFacetPivotWhiteBoxTest, TriggerCooldownIntegrationTest, ConcurrentDeleteAndCreateCollectionTest, TestStressInPlaceUpdates, TestLegacyBM25SimilarityFactory, CollectionsAPISolrJTest, ConnectionReuseTest, TestCloudJSONFacetSKGEquiv, TestObjectReleaseTracker, TestConfLoadPerf, TestAddFieldRealTimeGet, TestSerializedLuceneMatchVersion, AuditLoggerPluginTest, DateRangeFieldTest, UnloadDistributedZkTest, HLLSerializationTest, TestStressIncrementalBackup, TestDistributedMap, TestSimClusterStateProvider, SuggesterWFSTTest, SortByFunctionTest, TestTolerantUpdateProcessorCloud, DistributedQueryElevationComponentTest, TestDocSet, AssignBackwardCompatibilityTest, PackageManagerCLITest, TestEmbeddedSolrServerAdminHandler, PeerSyncWithLeaderAndIndexFingerprintCachingTest, LeaderElectionIntegrationTest, RestoreTriggerStateTest, JWTAuthPluginIntegrationTest, DeleteReplicaTest, TestConfigSetProperties, TestFieldCollectionResource, TestSearcherReuse, TestLegacyField, ClusterStateTest, DocValuesNotIndexedTest, TestUseDocValuesAsStored, TestLocalFSCloudBackupRestore, TestPackages, TestBlobHandler, ShardRoutingTest, SolrCoreMetricManagerTest, TestGraphTermsQParserPlugin, TestSubQueryTransformerDistrib, CacheHeaderTest, WrapperMergePolicyFactoryTest, TimeZoneUtilsTest, DistributedIntervalFacetingTest, BlockJoinFacetRandomTest, MaxSizeAutoCommitTest, SuggestComponentTest, RangeFacetCloudTest, ProtectedTermFilterFactoryTest, EnumFieldTest, TestChildDocTransformerHierarchy, TestSolrCoreProperties, MetricUtilsTest, NestedShardedAtomicUpdateTest, TestShardHandlerFactory, TestCloudDeduplication, TestJmxIntegration, SpellCheckCollatorWithCollapseTest, TestCloudPseudoReturnFields, SignatureUpdateProcessorFactoryTest, TestStressVersions, TestCircuitBreaker, CdcrUpdateLogTest, TestSortByMinMaxFunction, TestSchemaManager, TestCrossCoreJoin, SearchRateTriggerIntegrationTest, FacetPivotSmallTest, MBeansHandlerTest, ManagedSchemaRoundRobinCloudTest, RoutingToNodesWithPropertiesTest, PrimUtilsTest, TestTrackingShardHandlerFactory, TestExactSharedStatsCache, CleanupOldIndexTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MissingSegmentRecoveryTest, OverseerModifyCollectionTest, OverseerSolrResponseTest, OverseerSolrResponseUnsafeSerializationTest, OverseerStatusTest, OverseerTaskQueueTest, SolrCloudExampleTest, SystemCollectionCompatTest, TestCloudConsistency, TestLeaderElectionZkExpiry, TestPrepRecovery, TestQueryingOnDownCollection, TestSSLRandomization, TestShortCircuitedRequests, ZkControllerTest, ZkSolrClientTest, SplitByPrefixTest, AutoAddReplicasIntegrationTest, IndexSizeTriggerTest, MetricTriggerIntegrationTest, TestSimExecutePlanAction, TestSimScenario, TestSimTriggerIntegration, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, ConfigureRecoveryStrategyTest, DirectoryFactoriesTest, ExitableDirectoryReaderTest, PluginInfoTest, QueryResultKeyTest, TestCustomStream, TestInfoStreamLogging, TestQuerySenderNoQuery, TestSolrDeletionPolicy2, BackupIdTest, TestSolrCloudSnapshots, TestReplicationHandler, SolrCloudReportersTest]
   [junit4] Completed [754/940 (2!)] on J1 in 18.50s, 2 tests, 1 failure <<< FAILURES!

[...truncated 53165 lines...]

[JENKINS] Lucene » Lucene-Solr-BadApples-Tests-8.x - Build # 340 - Failure!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-Tests-8.x/340/

All tests passed

Build Log:
[...truncated 68581 lines...]
-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...
     [exec] 
     [exec] /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/docs/solr-test-framework/overview-summary.html
     [exec]   missing description: org.apache.solr.cloud.api.collections
     [exec] 
     [exec] Missing javadocs were found!

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/build.xml:628: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/build.xml:100: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build.xml:624: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build.xml:640: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/lucene/common-build.xml:2523: exec returned: 1

Total time: 72 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any