Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.5-MacOSX/23/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  
org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([85C5153A1E3FB718:AD38485DCFDB285D]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertNotNull(Assert.java:712)
        at org.junit.Assert.assertNotNull(Assert.java:722)
        at 
org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected(MetricsHistoryWithAuthIntegrationTest.java:86)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient

Error Message:
Error from server at http://127.0.0.1:65212/solr: 3 out of 5 the property 
overlay to be of version 0 within 30 seconds! Failed cores: 
[http://127.0.0.1:65213/solr/test_shard2_replica_n4/, 
http://127.0.0.1:65212/solr/test_shard1_replica_n1/, 
http://127.0.0.1:65216/solr/test_shard1_replica_n3/]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: 
Error from server at http://127.0.0.1:65212/solr: 3 out of 5 the property 
overlay to be of version 0 within 30 seconds! Failed cores: 
[http://127.0.0.1:65213/solr/test_shard2_replica_n4/, 
http://127.0.0.1:65212/solr/test_shard1_replica_n1/, 
http://127.0.0.1:65216/solr/test_shard1_replica_n3/]
        at 
__randomizedtesting.SeedInfo.seed([E26E40FE10E1AC74:7B98CB4EB552241F]:0)
        at 
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:66)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:642)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
        at 
org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:67)
        at 
org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:114)
        at 
org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient(TestV2Request.java:95)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13383 lines...]
   [junit4] Suite: org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest
   [junit4]   2> 155096 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 155098 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_85C5153A1E3FB718-001/data-dir-4-001
   [junit4]   2> 155098 WARN  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 155098 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 155100 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 155163 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 155172 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_85C5153A1E3FB718-001/tempDir-001
   [junit4]   2> 155173 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 155173 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 155173 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 155283 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer start zk server on port:57414
   [junit4]   2> 155283 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:57414
   [junit4]   2> 155283 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57414
   [junit4]   2> 155283 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57414
   [junit4]   2> 155364 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 155750 INFO  (zkConnectionManagerCallback-86-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155751 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 155869 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 156005 INFO  (zkConnectionManagerCallback-88-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156005 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 156006 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 156041 INFO  (zkConnectionManagerCallback-90-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156041 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 156455 WARN  (jetty-launcher-91-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 156459 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 156459 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 156459 INFO  (jetty-launcher-91-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 156508 INFO  (jetty-launcher-91-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 156511 INFO  (jetty-launcher-91-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 156512 INFO  (jetty-launcher-91-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 156525 INFO  (jetty-launcher-91-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@394937a1{/solr,null,AVAILABLE}
   [junit4]   2> 156581 INFO  (jetty-launcher-91-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6c83571{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:57422}
   [junit4]   2> 156581 INFO  (jetty-launcher-91-thread-1) [     ] 
o.e.j.s.Server Started @156655ms
   [junit4]   2> 156581 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57422}
   [junit4]   2> 156583 ERROR (jetty-launcher-91-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 156583 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 156583 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.5.0
   [junit4]   2> 156584 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 156584 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr
   [junit4]   2> 156584 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T18:20:30.877239Z
   [junit4]   2> 156633 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 156666 INFO  (zkConnectionManagerCallback-93-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156666 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 156675 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 157344 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 157365 WARN  (jetty-launcher-91-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@631203b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 157374 WARN  (jetty-launcher-91-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@631203b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 157407 WARN  (jetty-launcher-91-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1cb1e706[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 157407 WARN  (jetty-launcher-91-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1cb1e706[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 157409 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57414/solr
   [junit4]   2> 157419 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 157526 INFO  (zkConnectionManagerCallback-100-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157529 INFO  (jetty-launcher-91-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 157728 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 157911 INFO  (zkConnectionManagerCallback-102-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157915 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 164294 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57422_solr
   [junit4]   2> 164322 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.c.Overseer Overseer 
(id=72135880845885445-127.0.0.1:57422_solr-n_0000000000) starting
   [junit4]   2> 164592 INFO  
(OverseerStateUpdate-72135880845885445-127.0.0.1:57422_solr-n_0000000000) 
[n:127.0.0.1:57422_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:57422_solr
   [junit4]   2> 164595 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57422_solr
   [junit4]   2> 164634 INFO  (zkCallback-101-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 164698 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 164699 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.c.CoreContainer Initializing authorization 
plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 164732 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.c.CoreContainer Initializing authentication 
plugin: solr.BasicAuthPlugin
   [junit4]   2> 164972 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 165211 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57422.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4cb5d60a
   [junit4]   2> 165295 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57422.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4cb5d60a
   [junit4]   2> 165313 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57422.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4cb5d60a
   [junit4]   2> 165345 INFO  (jetty-launcher-91-thread-1) 
[n:127.0.0.1:57422_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_85C5153A1E3FB718-001/tempDir-001/node1/.
   [junit4]   2> 165423 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 165426 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 165477 INFO  (zkConnectionManagerCallback-111-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 165477 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 165535 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 165544 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57414/solr 
ready
   [junit4]   2> 166961 DEBUG (MetricsHistoryHandler-83-thread-1) [     ] 
o.a.s.h.a.MetricsHistoryHandler -- collectMetrics
   [junit4]   2> 169781 INFO  
(TEST-MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected-seed#[85C5153A1E3FB718])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testValuesAreCollected
   [junit4]   2> 170878 INFO  (qtp1915256853-271) [n:127.0.0.1:57422_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/history 
params={name=solr.jvm&action=get&wt=javabin&version=2} status=0 QTime=242
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MetricsHistoryWithAuthIntegrationTest 
-Dtests.method=testValuesAreCollected -Dtests.seed=85C5153A1E3FB718 
-Dtests.slow=true -Dtests.locale=to-TO -Dtests.timezone=America/Rankin_Inlet 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4]   2> 170972 INFO  
(TEST-MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected-seed#[85C5153A1E3FB718])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testValuesAreCollected
   [junit4]   2> 171005 INFO  (qtp1915256853-272) [n:127.0.0.1:57422_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key 
params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 171015 INFO  (qtp1915256853-273) [     ] 
o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 
127.0.0.1:57422_solr / 
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzR36CtMrSHW/OoFUIgfvxORxf60g60zhAGUTTf1+2VGjvLXUoQ8w7VERSyFjrbGhEJRYd8+PPvu2/i2ngGjn5+U/Spq5LuRD6lR94mX+9sBVdl+cFNRPpZGK1d0ZD08fr64CD/9rJqag2zlL7quQ4TI06+Y5NgWmMyKgTLRQnJiNcWCaUavQlUPUEn77ChwhEbWLNDQlhUCkkmWxjHO05tpTh5CKFGlTzYPtPgnRZr+fbyrdmk51Hf7/zEJnDfN11+CUKsqldPtFfa/DoFjjTApjYqHVm1urheDz1Hqquu1RyL8qLq9WI60D+24O5h0Q9zELOzImiCnErlSNMlJV1QIDAQAB
   [junit4] FAILURE 2.46s J0 | 
MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([85C5153A1E3FB718:AD38485DCFDB285D]:0)
   [junit4]    >        at 
org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected(MetricsHistoryWithAuthIntegrationTest.java:86)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 171118 INFO  (qtp1915256853-273) [n:127.0.0.1:57422_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
 status=0 QTime=98
   [junit4]   2> 171480 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1247230878
   [junit4]   2> 171480 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57422_solr
   [junit4]   2> 171494 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 171494 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:57422_solr as DOWN
   [junit4]   2> 171677 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 171700 DEBUG (jetty-closer-112-thread-1) [     ] 
o.a.s.h.a.MetricsHistoryHandler Closing 711452283
   [junit4]   2> 171706 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 171730 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@376a27af: rootName = 
solr_57422, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@22612703
   [junit4]   2> 171818 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 171818 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@14f7c796: rootName = 
solr_57422, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@29fc610f
   [junit4]   2> 171848 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 171848 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@22977681: rootName = 
solr_57422, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@7e3d6dac
   [junit4]   2> 171848 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 171859 INFO  (closeThreadPool-116-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72135880845885445-127.0.0.1:57422_solr-n_0000000000) closing
   [junit4]   2> 171859 INFO  
(OverseerAutoScalingTriggerThread-72135880845885445-127.0.0.1:57422_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 171862 INFO  
(OverseerStateUpdate-72135880845885445-127.0.0.1:57422_solr-n_0000000000) 
[n:127.0.0.1:57422_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:57422_solr
   [junit4]   2> 172136 INFO  (closeThreadPool-116-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72135880845885445-127.0.0.1:57422_solr-n_0000000000) closing
   [junit4]   2> 172352 INFO  (jetty-closer-112-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72135880845885445-127.0.0.1:57422_solr-n_0000000000) closing
   [junit4]   2> 172514 INFO  (jetty-closer-112-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6c83571{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 172529 INFO  (jetty-closer-112-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@394937a1{/solr,null,UNAVAILABLE}
   [junit4]   2> 172560 INFO  (jetty-closer-112-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 172575 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 173026 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>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> 173200 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:57414
   [junit4]   2> 173200 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57414
   [junit4]   2> 173200 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57414
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_85C5153A1E3FB718-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1c7906b4),
 locale=to-TO, timezone=America/Rankin_Inlet
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 11.0.6 
(64-bit)/cpus=6,threads=1,free=238486688,total=507510784
   [junit4]   2> NOTE: All tests run in this JVM: [DocValuesTest, 
TestWaitForStateWithJettyShutdowns, DefaultValueUpdateProcessorTest, 
MetricsHistoryWithAuthIntegrationTest]
   [junit4] Completed [29/900 (1!)] on J0 in 18.55s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 3673 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.TestV2Request
   [junit4]   2> 63664 INFO  
(SUITE-TestV2Request-seed#[E26E40FE10E1AC74]-worker) [     ] o.a.s.SolrTestCase 
Setting 'solr.default.confdir' system property to test-framework derived value 
of 
'/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 63664 INFO  
(SUITE-TestV2Request-seed#[E26E40FE10E1AC74]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/data-dir-7-001
   [junit4]   2> 63665 INFO  
(SUITE-TestV2Request-seed#[E26E40FE10E1AC74]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 63665 INFO  
(SUITE-TestV2Request-seed#[E26E40FE10E1AC74]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 63665 INFO  
(SUITE-TestV2Request-seed#[E26E40FE10E1AC74]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 63674 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testCloudSolrClient
   [junit4]   2> 63676 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001
   [junit4]   2> 63678 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 63679 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 63679 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 63789 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:65204
   [junit4]   2> 63790 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:65204
   [junit4]   2> 63790 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65204
   [junit4]   2> 63790 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 65204
   [junit4]   2> 63795 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 63807 INFO  (zkConnectionManagerCallback-209-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 63807 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 63824 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 63832 INFO  (zkConnectionManagerCallback-211-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 63833 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 63844 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 63853 INFO  (zkConnectionManagerCallback-213-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 63854 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 63981 WARN  (jetty-launcher-214-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 63981 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 63981 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 63981 INFO  (jetty-launcher-214-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 63984 WARN  (jetty-launcher-214-thread-3) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 63984 WARN  (jetty-launcher-214-thread-4) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 63984 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 63985 WARN  (jetty-launcher-214-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 63985 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 63985 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 63985 INFO  (jetty-launcher-214-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 63985 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 63985 INFO  (jetty-launcher-214-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 63985 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 63985 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 63985 INFO  (jetty-launcher-214-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 63991 INFO  (jetty-launcher-214-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 63991 INFO  (jetty-launcher-214-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 63992 INFO  (jetty-launcher-214-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 63993 INFO  (jetty-launcher-214-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@706d8490{/solr,null,AVAILABLE}
   [junit4]   2> 63997 INFO  (jetty-launcher-214-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 63997 INFO  (jetty-launcher-214-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 63997 INFO  (jetty-launcher-214-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 63998 INFO  (jetty-launcher-214-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 63998 INFO  (jetty-launcher-214-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 63998 INFO  (jetty-launcher-214-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 63999 INFO  (jetty-launcher-214-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@46df41ef{/solr,null,AVAILABLE}
   [junit4]   2> 64000 INFO  (jetty-launcher-214-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@78fccd71{/solr,null,AVAILABLE}
   [junit4]   2> 64000 INFO  (jetty-launcher-214-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 64001 INFO  (jetty-launcher-214-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 64001 INFO  (jetty-launcher-214-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 64007 INFO  (jetty-launcher-214-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@66cd9839{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:65213}
   [junit4]   2> 64007 INFO  (jetty-launcher-214-thread-4) [     ] 
o.e.j.s.Server Started @64124ms
   [junit4]   2> 64008 INFO  (jetty-launcher-214-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@280dbd25{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:65211}
   [junit4]   2> 64008 INFO  (jetty-launcher-214-thread-3) [     ] 
o.e.j.s.Server Started @64126ms
   [junit4]   2> 64008 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65213}
   [junit4]   2> 64008 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65211}
   [junit4]   2> 64008 INFO  (jetty-launcher-214-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6fb74d79{/solr,null,AVAILABLE}
   [junit4]   2> 64009 ERROR (jetty-launcher-214-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 64009 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 64009 ERROR (jetty-launcher-214-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 64009 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 64009 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 64009 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr
   [junit4]   2> 64009 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T19:02:07.666265Z
   [junit4]   2> 64011 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 64011 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 64011 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 64011 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr
   [junit4]   2> 64011 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T19:02:07.668346Z
   [junit4]   2> 64012 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64012 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64012 INFO  (jetty-launcher-214-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@15689275{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:65212}
   [junit4]   2> 64012 INFO  (jetty-launcher-214-thread-2) [     ] 
o.e.j.s.Server Started @64130ms
   [junit4]   2> 64012 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65212}
   [junit4]   2> 64016 ERROR (jetty-launcher-214-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 64016 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 64016 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 64019 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 64019 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr
   [junit4]   2> 64019 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T19:02:07.676745Z
   [junit4]   2> 64021 INFO  (jetty-launcher-214-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@15d92526{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:65216}
   [junit4]   2> 64021 INFO  (jetty-launcher-214-thread-1) [     ] 
o.e.j.s.Server Started @64139ms
   [junit4]   2> 64021 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65216}
   [junit4]   2> 64022 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64022 ERROR (jetty-launcher-214-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 64022 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 64022 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.5.0
   [junit4]   2> 64022 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 64022 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr
   [junit4]   2> 64022 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-03-14T19:02:07.679565Z
   [junit4]   2> 64026 INFO  (zkConnectionManagerCallback-218-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64026 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64028 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64028 INFO  (zkConnectionManagerCallback-216-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64033 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64035 INFO  (zkConnectionManagerCallback-220-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64035 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64037 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 64038 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 64039 INFO  (zkConnectionManagerCallback-222-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64039 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64045 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 64047 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 64313 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 64330 WARN  (jetty-launcher-214-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@542b81d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64331 WARN  (jetty-launcher-214-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@542b81d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64355 WARN  (jetty-launcher-214-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@ed8a425[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64355 WARN  (jetty-launcher-214-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@ed8a425[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64356 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65204/solr
   [junit4]   2> 64358 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64363 INFO  (zkConnectionManagerCallback-231-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64365 INFO  (jetty-launcher-214-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64513 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 64525 INFO  (zkConnectionManagerCallback-234-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64525 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 64532 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 64546 WARN  (jetty-launcher-214-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2360c72a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64546 WARN  (jetty-launcher-214-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2360c72a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64567 WARN  (jetty-launcher-214-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@21449a0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64567 WARN  (jetty-launcher-214-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@21449a0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64569 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65204/solr
   [junit4]   2> 64576 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64583 INFO  (zkConnectionManagerCallback-242-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64584 INFO  (jetty-launcher-214-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64623 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 64627 WARN  (jetty-launcher-214-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@190c31c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64627 WARN  (jetty-launcher-214-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@190c31c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64673 WARN  (jetty-launcher-214-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@17f3685e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64673 WARN  (jetty-launcher-214-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@17f3685e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64676 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65204/solr
   [junit4]   2> 64689 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64703 INFO  (zkConnectionManagerCallback-248-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64704 INFO  (jetty-launcher-214-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64722 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 64728 INFO  (zkConnectionManagerCallback-250-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64729 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 64792 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 64798 WARN  (jetty-launcher-214-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6e29be8f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64799 WARN  (jetty-launcher-214-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6e29be8f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64810 WARN  (jetty-launcher-214-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4ebe4d07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64810 WARN  (jetty-launcher-214-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4ebe4d07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 64813 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65204/solr
   [junit4]   2> 64817 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 64823 INFO  (zkConnectionManagerCallback-256-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64824 INFO  (jetty-launcher-214-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 64851 INFO  (zkConnectionManagerCallback-258-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64852 INFO  (jetty-launcher-214-thread-3) 
[n:127.0.0.1:65211_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 64852 INFO  (jetty-launcher-214-thread-3) 
[n:127.0.0.1:65211_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 64972 INFO  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 64981 INFO  (zkConnectionManagerCallback-262-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 64981 INFO  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 65064 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:65213_solr
   [junit4]   2> 65073 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.Overseer Overseer 
(id=72136044546162699-127.0.0.1:65213_solr-n_0000000000) starting
   [junit4]   2> 65078 INFO  (jetty-launcher-214-thread-3) 
[n:127.0.0.1:65211_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65211_solr
   [junit4]   2> 65094 INFO  (zkCallback-261-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 65094 INFO  (zkCallback-257-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 65094 INFO  (zkCallback-249-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 65128 INFO  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:65216_solr as DOWN
   [junit4]   2> 65135 INFO  (jetty-launcher-214-thread-3) 
[n:127.0.0.1:65211_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 65135 INFO  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 65135 INFO  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65216_solr
   [junit4]   2> 65137 WARN  (jetty-launcher-214-thread-3) 
[n:127.0.0.1:65211_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled 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> 65149 INFO  
(OverseerStateUpdate-72136044546162699-127.0.0.1:65213_solr-n_0000000000) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:65213_solr
   [junit4]   2> 65150 INFO  (zkCallback-261-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 65150 INFO  (zkCallback-257-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 65151 INFO  (zkCallback-249-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 65152 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:65213_solr as DOWN
   [junit4]   2> 65169 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 65169 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65213_solr
   [junit4]   2> 65172 INFO  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 65173 WARN  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled 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> 65174 INFO  (jetty-launcher-214-thread-3) 
[n:127.0.0.1:65211_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 65183 INFO  (zkCallback-257-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 65183 INFO  (zkCallback-261-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 65185 INFO  (zkCallback-249-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 65208 INFO  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 65225 INFO  (jetty-launcher-214-thread-3) 
[n:127.0.0.1:65211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65211.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 65232 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 65236 WARN  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled 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> 65276 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 65360 INFO  (jetty-launcher-214-thread-3) 
[n:127.0.0.1:65211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65211.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 65364 INFO  (jetty-launcher-214-thread-3) 
[n:127.0.0.1:65211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65211.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 65366 INFO  (jetty-launcher-214-thread-3) 
[n:127.0.0.1:65211_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node4/.
   [junit4]   2> 65368 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65213.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 65563 WARN  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.m.r.j.JmxMetricsReporter Unable to register 
gauge
   [junit4]   2>           => javax.management.InstanceNotFoundException: 
solr_65213:dom1=solr,dom2=jvm,name0=os,name=systemCpuLoad
   [junit4]   2>        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
   [junit4]   2> javax.management.InstanceNotFoundException: 
solr_65213:dom1=solr,dom2=jvm,name0=os,name=systemCpuLoad
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
 ~[?:?]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
 ~[?:?]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
 ~[?:?]
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) 
~[?:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:568)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:741)
 ~[java/:?]
   [junit4]   2>        at java.util.HashMap.forEach(HashMap.java:1336) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:731)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:109)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:964)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:890)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:709) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183) 
~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:134) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:751)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) 
~[?:?]
   [junit4]   2>        at 
java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) 
~[?:?]
   [junit4]   2>        at 
java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) 
~[?:?]
   [junit4]   2>        at 
java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) 
~[?:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:744) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1448)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1507)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1164)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1003)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:459)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:382)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:565)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:504)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:472)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:469)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:300)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 65569 INFO  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65216.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 65647 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65213.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 65648 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65213.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 65657 INFO  (jetty-launcher-214-thread-4) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node3/.
   [junit4]   2> 65680 INFO  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65216.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 65680 INFO  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65216.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 65682 INFO  (jetty-launcher-214-thread-1) 
[n:127.0.0.1:65216_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node1/.
   [junit4]   2> 66167 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 66251 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:65212_solr as DOWN
   [junit4]   2> 66265 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 66265 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65212_solr
   [junit4]   2> 66279 INFO  (zkCallback-249-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 66281 INFO  (zkCallback-257-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 66281 INFO  (zkCallback-261-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 66282 INFO  (zkCallback-233-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 66299 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 66300 WARN  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled 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> 66336 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 66369 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65212.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 66408 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65212.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 66408 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65212.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 66411 INFO  (jetty-launcher-214-thread-2) 
[n:127.0.0.1:65212_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node2/.
   [junit4]   2> 66515 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 66516 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 66522 INFO  (zkConnectionManagerCallback-279-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 66523 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 66531 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 66546 INFO  
(TEST-TestV2Request.testCloudSolrClient-seed#[E26E40FE10E1AC74]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65204/solr ready
   [junit4]   2> 66822 INFO  
(OverseerThreadFactory-185-thread-1-processing-n:127.0.0.1:65213_solr) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
test
   [junit4]   2> 67051 INFO  
(OverseerStateUpdate-72136044546162699-127.0.0.1:65213_solr-n_0000000000) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65212/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65212_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 67093 INFO  
(OverseerStateUpdate-72136044546162699-127.0.0.1:65213_solr-n_0000000000) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65216/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65216_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 67114 INFO  
(OverseerStateUpdate-72136044546162699-127.0.0.1:65213_solr-n_0000000000) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65213/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65213_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 67153 INFO  
(OverseerStateUpdate-72136044546162699-127.0.0.1:65213_solr-n_0000000000) 
[n:127.0.0.1:65213_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65211/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:65211_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 67435 INFO  (qtp455002165-639) [n:127.0.0.1:65216_solr    
x:test_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=test_shard1_replica_n3&action=CREATE&numShards=2&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 67438 INFO  (qtp464486256-644) [n:127.0.0.1:65212_solr    
x:test_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=test_shard1_replica_n1&action=CREATE&numShards=2&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 67444 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr    
x:test_shard2_replica_n7 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=test_shard2_replica_n7&action=CREATE&numShards=2&collection=test&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 67444 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr    
x:test_shard2_replica_n7 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 67465 INFO  (qtp1745517384-636) [n:127.0.0.1:65213_solr    
x:test_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=config&newCollection=true&name=test_shard2_replica_n4&action=CREATE&numShards=2&collection=test&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 67908 INFO  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.5.0
   [junit4]   2> 67927 INFO  (qtp455002165-639) [n:127.0.0.1:65216_solr c:test 
s:shard1 r:core_node5 x:test_shard1_replica_n3 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.5.0
   [junit4]   2> 67972 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.5.0
   [junit4]   2> 67997 INFO  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.IndexSchema 
[test_shard1_replica_n1] Schema name=test
   [junit4]   2> 68010 WARN  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader 
Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please 
consult documentation how to replace it accordingly.
   [junit4]   2> 68010 INFO  (qtp455002165-639) [n:127.0.0.1:65216_solr c:test 
s:shard1 r:core_node5 x:test_shard1_replica_n3 ] o.a.s.s.IndexSchema 
[test_shard1_replica_n3] Schema name=test
   [junit4]   2> 68068 WARN  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader 
Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please 
consult documentation how to replace it accordingly.
   [junit4]   2> 68071 WARN  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader 
Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please 
consult documentation how to replace it accordingly.
   [junit4]   2> 68072 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.s.IndexSchema 
[test_shard2_replica_n7] Schema name=test
   [junit4]   2> 68108 WARN  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader 
Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please 
consult documentation how to replace it accordingly.
   [junit4]   2> 68111 INFO  (qtp1745517384-636) [n:127.0.0.1:65213_solr c:test 
s:shard2 r:core_node6 x:test_shard2_replica_n4 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.5.0
   [junit4]   2> 68124 WARN  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader 
Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please 
consult documentation how to replace it accordingly.
   [junit4]   2> 68441 INFO  (qtp1745517384-636) [n:127.0.0.1:65213_solr c:test 
s:shard2 r:core_node6 x:test_shard2_replica_n4 ] o.a.s.s.IndexSchema 
[test_shard2_replica_n4] Schema name=test
   [junit4]   2> 68478 WARN  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 68478 WARN  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.s.IndexSchema Field text 
is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 68479 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 68479 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.c.CoreContainer Creating 
SolrCore 'test_shard2_replica_n7' using configuration from configset config, 
trusted=true
   [junit4]   2> 68480 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_65211.solr.core.test.shard2.replica_n7' (registry 
'solr.core.test.shard2.replica_n7') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 68485 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.c.SolrCore 
[[test_shard2_replica_n7] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node4/test_shard2_replica_n7],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node4/./test_shard2_replica_n7/data/]
   [junit4]   2> 68496 WARN  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 68496 WARN  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text 
is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 68497 INFO  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 68497 INFO  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'test_shard1_replica_n1' using configuration from configset config, 
trusted=true
   [junit4]   2> 68498 INFO  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_65212.solr.core.test.shard1.replica_n1' (registry 
'solr.core.test.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 68499 INFO  (qtp464486256-644) [n:127.0.0.1:65212_solr c:test 
s:shard1 r:core_node2 x:test_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[test_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node2/test_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node2/./test_shard1_replica_n1/data/]
   [junit4]   2> 68535 WARN  (qtp455002165-639) [n:127.0.0.1:65216_solr c:test 
s:shard1 r:core_node5 x:test_shard1_replica_n3 ] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 68535 WARN  (qtp455002165-639) [n:127.0.0.1:65216_solr c:test 
s:shard1 r:core_node5 x:test_shard1_replica_n3 ] o.a.s.s.IndexSchema Field text 
is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 68536 INFO  (qtp455002165-639) [n:127.0.0.1:65216_solr c:test 
s:shard1 r:core_node5 x:test_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 68536 INFO  (qtp455002165-639) [n:127.0.0.1:65216_solr c:test 
s:shard1 r:core_node5 x:test_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating 
SolrCore 'test_shard1_replica_n3' using configuration from configset config, 
trusted=true
   [junit4]   2> 68537 INFO  (qtp455002165-639) [n:127.0.0.1:65216_solr c:test 
s:shard1 r:core_node5 x:test_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_65216.solr.core.test.shard1.replica_n3' (registry 
'solr.core.test.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 68537 INFO  (qtp455002165-639) [n:127.0.0.1:65216_solr c:test 
s:shard1 r:core_node5 x:test_shard1_replica_n3 ] o.a.s.c.SolrCore 
[[test_shard1_replica_n3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node1/test_shard1_replica_n3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node1/./test_shard1_replica_n3/data/]
   [junit4]   2> 68580 WARN  (qtp1745517384-636) [n:127.0.0.1:65213_solr c:test 
s:shard2 r:core_node6 x:test_shard2_replica_n4 ] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 68580 WARN  (qtp1745517384-636) [n:127.0.0.1:65213_solr c:test 
s:shard2 r:core_node6 x:test_shard2_replica_n4 ] o.a.s.s.IndexSchema Field text 
is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 68581 INFO  (qtp1745517384-636) [n:127.0.0.1:65213_solr c:test 
s:shard2 r:core_node6 x:test_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 68581 INFO  (qtp1745517384-636) [n:127.0.0.1:65213_solr c:test 
s:shard2 r:core_node6 x:test_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating 
SolrCore 'test_shard2_replica_n4' using configuration from configset config, 
trusted=true
   [junit4]   2> 68582 INFO  (qtp1745517384-636) [n:127.0.0.1:65213_solr c:test 
s:shard2 r:core_node6 x:test_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_65213.solr.core.test.shard2.replica_n4' (registry 
'solr.core.test.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1d19581
   [junit4]   2> 68582 INFO  (qtp1745517384-636) [n:127.0.0.1:65213_solr c:test 
s:shard2 r:core_node6 x:test_shard2_replica_n4 ] o.a.s.c.SolrCore 
[[test_shard2_replica_n4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node3/test_shard2_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_E26E40FE10E1AC74-001/tempDir-001/node3/./test_shard2_replica_n4/data/]
   [junit4]   2> 68850 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 68850 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 68863 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 68863 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 68895 INFO  (qtp650790796-631) [n:127.0.0.1:65211_solr c:test 
s:shard2 r:core_node8 x:test_shard2_replica_n7 ] o.a.s.s.SolrIndexSearcher 
Opening [S

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

<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:54760/solr: Invalid RRD step specified: 0
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([85C5153A1E3FB718:AD38485DCFDB285D]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
   [junit4]    >        at 
org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest.testValuesAreCollected(MetricsHistoryWithAuthIntegrationTest.java:81)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 18082 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1450691369
   [junit4]   2> 18083 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54760_solr
   [junit4]   2> 18090 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 18090 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:54760_solr as DOWN
   [junit4]   2> 18145 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 18147 DEBUG (jetty-closer-29-thread-1) [     ] 
o.a.s.h.a.MetricsHistoryHandler Closing 52901116
   [junit4]   2> 18162 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 18163 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@71c462fe: rootName = 
solr_54760, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@56cf53ef
   [junit4]   2> 18294 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 18298 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d42222d: rootName = 
solr_54760, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@2d048248
   [junit4]   2> 18309 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 18309 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@54f075a4: rootName = 
solr_54760, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@361a009a
   [junit4]   2> 18310 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 18328 INFO  (closeThreadPool-33-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72136133579046917-127.0.0.1:54760_solr-n_0000000000) closing
   [junit4]   2> 18328 INFO  
(OverseerStateUpdate-72136133579046917-127.0.0.1:54760_solr-n_0000000000) 
[n:127.0.0.1:54760_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:54760_solr
   [junit4]   2> 18329 INFO  
(OverseerAutoScalingTriggerThread-72136133579046917-127.0.0.1:54760_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 18376 INFO  (closeThreadPool-33-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72136133579046917-127.0.0.1:54760_solr-n_0000000000) closing
   [junit4]   2> 18571 INFO  (jetty-closer-29-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72136133579046917-127.0.0.1:54760_solr-n_0000000000) closing
   [junit4]   2> 18598 INFO  (jetty-closer-29-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@29346a92{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 18606 INFO  (jetty-closer-29-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@59311878{/solr,null,UNAVAILABLE}
   [junit4]   2> 18613 INFO  (jetty-closer-29-thread-1) [     ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 18626 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 18886 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>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> 18899 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54736
   [junit4]   2> 18899 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54736
   [junit4]   2> 18899 INFO  
(SUITE-MetricsHistoryWithAuthIntegrationTest-seed#[85C5153A1E3FB718]-worker) [  
   ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54736
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MetricsHistoryWithAuthIntegrationTest_85C5153A1E3FB718-001
   [junit4]   2> Mar 14, 2020 7:24:57 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@10f62702),
 locale=to-TO, timezone=America/Rankin_Inlet
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 11.0.6 
(64-bit)/cpus=6,threads=2,free=123193160,total=201326592
   [junit4]   2> NOTE: All tests run in this JVM: 
[MetricsHistoryWithAuthIntegrationTest]
   [junit4] Completed [5/5 (1!)] on J1 in 17.05s, 1 test, 1 error <<< FAILURES!

[...truncated 13 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/lucene/common-build.xml:1594: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX/lucene/common-build.xml:1121: 
There were test failures: 5 suites, 5 tests, 1 error [seed: 85C5153A1E3FB718]

Total time: 23 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.client.solrj.request.TestV2Request
[repro]   1/5 failed: 
org.apache.solr.cloud.MetricsHistoryWithAuthIntegrationTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=c4623ad7ee8462177267acc69a1e1a85271b6456, 
workspace=/Users/jenkins/workspace/Lucene-Solr-8.5-MacOSX
[WARNINGS] Computing warning deltas based on reference build #22
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to