You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/04/09 23:18:03 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-13.0.2) - Build # 5871 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5871/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudClusterSSL

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL:     1) Thread[id=27133, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudClusterSSL]         at java.base@13.0.2/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)    2) Thread[id=27417, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudClusterSSL]         at java.base@13.0.2/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL: 
   1) Thread[id=27133, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudClusterSSL]
        at java.base@13.0.2/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   2) Thread[id=27417, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudClusterSSL]
        at java.base@13.0.2/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([D18287237AB6BEFB]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestDynamicURP

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestDynamicURP:     1) Thread[id=24852, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestDynamicURP]         at java.base@13.0.2/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestDynamicURP: 
   1) Thread[id=24852, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestDynamicURP]
        at java.base@13.0.2/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([D18287237AB6BEFB]:0)




Build Log:
[...truncated 14487 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 1473006 INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[D18287237AB6BEFB]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1473009 INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[D18287237AB6BEFB]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestMiniSolrCloudClusterSSL_D18287237AB6BEFB-001/data-dir-116-001
   [junit4]   2> 1473010 WARN  (SUITE-TestMiniSolrCloudClusterSSL-seed#[D18287237AB6BEFB]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1473010 INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[D18287237AB6BEFB]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1473012 INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[D18287237AB6BEFB]-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> 1473012 INFO  (SUITE-TestMiniSolrCloudClusterSSL-seed#[D18287237AB6BEFB]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1473017 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSslAndClientAuth
   [junit4]   2> 1473017 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the randomized SSL & clientAuth settings selected by base class
   [junit4]   2> 1473018 INFO  (TEST-TestMiniSolrCloudClusterSSL.testSslAndClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSslAndClientAuth
   [junit4] IGNOR/A 0.01s J3 | TestMiniSolrCloudClusterSSL.testSslAndClientAuth
   [junit4]    > Assumption #1: SOLR-9039: SSL w/clientAuth does not work on MAC_OS_X
   [junit4]   2> 1473023 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testNoSslButSillyClientAuth
   [junit4]   2> 1473023 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.TestMiniSolrCloudClusterSSL NOTE: This Test ignores the randomized SSL & clientAuth settings selected by base class
   [junit4]   2> 1473024 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestMiniSolrCloudClusterSSL_D18287237AB6BEFB-001/tempDir-001
   [junit4]   2> 1473024 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1473025 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1473025 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1473126 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.ZkTestServer start zk server on port:64767
   [junit4]   2> 1473126 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64767
   [junit4]   2> 1473126 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64767
   [junit4]   2> 1473126 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64767
   [junit4]   2> 1473129 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473139 INFO  (zkConnectionManagerCallback-10619-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473140 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473146 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473153 INFO  (zkConnectionManagerCallback-10621-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473153 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473154 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473160 INFO  (zkConnectionManagerCallback-10623-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473160 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473270 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1473270 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1473270 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1473270 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1473270 INFO  (jetty-launcher-10624-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1473270 INFO  (jetty-launcher-10624-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1473270 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1473270 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1473270 INFO  (jetty-launcher-10624-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1473275 INFO  (jetty-launcher-10624-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1473275 INFO  (jetty-launcher-10624-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1473275 INFO  (jetty-launcher-10624-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1473289 INFO  (jetty-launcher-10624-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1473289 INFO  (jetty-launcher-10624-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1473289 INFO  (jetty-launcher-10624-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1473289 INFO  (jetty-launcher-10624-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66c7c3fb{/solr,null,AVAILABLE}
   [junit4]   2> 1473290 INFO  (jetty-launcher-10624-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1473291 INFO  (jetty-launcher-10624-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1473291 INFO  (jetty-launcher-10624-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26878765{/solr,null,AVAILABLE}
   [junit4]   2> 1473291 INFO  (jetty-launcher-10624-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3844fb2f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:٦٤٧٧٤}
   [junit4]   2> 1473291 INFO  (jetty-launcher-10624-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1473291 INFO  (jetty-launcher-10624-thread-2) [     ] o.e.j.s.Server Started @١٤٧٣٣٥٧ms
   [junit4]   2> 1473291 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64774}
   [junit4]   2> 1473291 ERROR (jetty-launcher-10624-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1473291 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1473291 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1473291 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1473292 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1473292 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-09T22:36:51.698008Z
   [junit4]   2> 1473292 INFO  (jetty-launcher-10624-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2c849d13{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:٦٤٧٧٥}
   [junit4]   2> 1473292 INFO  (jetty-launcher-10624-thread-3) [     ] o.e.j.s.Server Started @١٤٧٣٣٥٨ms
   [junit4]   2> 1473292 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64775}
   [junit4]   2> 1473292 ERROR (jetty-launcher-10624-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1473292 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1473292 INFO  (jetty-launcher-10624-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37b29b2f{/solr,null,AVAILABLE}
   [junit4]   2> 1473292 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1473292 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1473292 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1473292 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-09T22:36:51.698647Z
   [junit4]   2> 1473293 INFO  (jetty-launcher-10624-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5fb92919{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:٦٤٧٧٦}
   [junit4]   2> 1473293 INFO  (jetty-launcher-10624-thread-1) [     ] o.e.j.s.Server Started @١٤٧٣٣٥٩ms
   [junit4]   2> 1473293 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64776}
   [junit4]   2> 1473294 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473294 ERROR (jetty-launcher-10624-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1473294 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1473294 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1473294 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1473294 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1473294 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-09T22:36:51.700201Z
   [junit4]   2> 1473295 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473295 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473303 INFO  (zkConnectionManagerCallback-10626-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473303 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473304 INFO  (zkConnectionManagerCallback-10628-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473304 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473304 INFO  (zkConnectionManagerCallback-10630-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473304 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473305 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1473306 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1473306 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1473419 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1473420 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1473420 WARN  (jetty-launcher-10624-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@efa82ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473420 WARN  (jetty-launcher-10624-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@efa82ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473421 WARN  (jetty-launcher-10624-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@50f2f283[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473421 WARN  (jetty-launcher-10624-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@50f2f283[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473423 WARN  (jetty-launcher-10624-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a75ce74[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473423 WARN  (jetty-launcher-10624-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a75ce74[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473423 WARN  (jetty-launcher-10624-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@21a11e49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473423 WARN  (jetty-launcher-10624-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@21a11e49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473424 INFO  (jetty-launcher-10624-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64767/solr
   [junit4]   2> 1473424 INFO  (jetty-launcher-10624-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64767/solr
   [junit4]   2> 1473425 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473426 INFO  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473429 INFO  (zkConnectionManagerCallback-10642-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473429 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473429 INFO  (zkConnectionManagerCallback-10644-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473430 INFO  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473524 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1473525 WARN  (jetty-launcher-10624-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67344975[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473525 WARN  (jetty-launcher-10624-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67344975[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473528 WARN  (jetty-launcher-10624-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5cedba05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473528 WARN  (jetty-launcher-10624-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5cedba05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1473529 INFO  (jetty-launcher-10624-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64767/solr
   [junit4]   2> 1473530 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1473533 INFO  (zkConnectionManagerCallback-10651-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1473533 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1473793 INFO  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64776_solr
   [junit4]   2> 1473795 INFO  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.c.Overseer Overseer (id=72133655817682951-127.0.0.1:64776_solr-n_0000000000) starting
   [junit4]   2> 1473813 INFO  (OverseerStateUpdate-72133655817682951-127.0.0.1:64776_solr-n_0000000000) [n:127.0.0.1:64776_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64776_solr
   [junit4]   2> 1473814 INFO  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64776_solr
   [junit4]   2> 1473817 INFO  (OverseerStateUpdate-72133655817682951-127.0.0.1:64776_solr-n_0000000000) [n:127.0.0.1:64776_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1473825 INFO  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1473825 WARN  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_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> 1473853 INFO  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1473878 INFO  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64776.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1473888 INFO  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64776.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1473888 INFO  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64776.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1473889 INFO  (jetty-launcher-10624-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestMiniSolrCloudClusterSSL_D18287237AB6BEFB-001/tempDir-001/node1/.
   [junit4]   2> 1473909 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1473913 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1473923 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64775_solr as DOWN
   [junit4]   2> 1473926 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64774_solr as DOWN
   [junit4]   2> 1473926 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1473926 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64775_solr
   [junit4]   2> 1473929 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1473929 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64774_solr
   [junit4]   2> 1473930 INFO  (zkCallback-10643-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1473931 INFO  (zkCallback-10641-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1473932 INFO  (zkCallback-10650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1473932 INFO  (zkCallback-10643-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1473933 INFO  (zkCallback-10641-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1473935 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1473935 WARN  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_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> 1473937 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1473937 WARN  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_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> 1473955 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1473956 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1473987 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64774.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1473989 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64775.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1474001 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64775.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1474001 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64775.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1474001 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64774.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1474001 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64774.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1474002 INFO  (jetty-launcher-10624-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestMiniSolrCloudClusterSSL_D18287237AB6BEFB-001/tempDir-001/node3/.
   [junit4]   2> 1474002 INFO  (jetty-launcher-10624-thread-2) [n:127.0.0.1:64774_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestMiniSolrCloudClusterSSL_D18287237AB6BEFB-001/tempDir-001/node2/.
   [junit4]   2> 1474022 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 1474024 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474030 INFO  (zkConnectionManagerCallback-10668-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474030 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474039 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1474046 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64767/solr ready
   [junit4]   2> 1474046 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474051 INFO  (zkConnectionManagerCallback-10670-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474051 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1475141 INFO  (qtp914559887-26309) [n:127.0.0.1:64774_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&name=first_collection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1475150 INFO  (OverseerThreadFactory-3852-thread-1-processing-n:127.0.0.1:64776_solr) [n:127.0.0.1:64776_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection first_collection
   [junit4]   2> 1475277 INFO  (OverseerStateUpdate-72133655817682951-127.0.0.1:64776_solr-n_0000000000) [n:127.0.0.1:64776_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"first_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"first_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64774/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64774_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1475286 INFO  (OverseerStateUpdate-72133655817682951-127.0.0.1:64776_solr-n_0000000000) [n:127.0.0.1:64776_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"first_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"first_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64775/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64775_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1475296 INFO  (OverseerStateUpdate-72133655817682951-127.0.0.1:64776_solr-n_0000000000) [n:127.0.0.1:64776_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"first_collection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"first_collection_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64776/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64776_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1475505 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr    x:first_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node3&name=first_collection_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 1475506 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr    x:first_collection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node5&name=first_collection_shard2_replica_n2&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 1475507 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr    x:first_collection_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node6&name=first_collection_shard3_replica_n4&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 1475507 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr    x:first_collection_shard3_replica_n4 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1475553 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1475574 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1475575 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1475589 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1475606 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1475625 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1475796 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1475808 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1475812 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1475919 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'first_collection_shard2_replica_n2' using configuration from configset org.apache.solr.cloud.TestMiniSolrCloudClusterSSL, trusted=true
   [junit4]   2> 1475920 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'first_collection_shard1_replica_n1' using configuration from configset org.apache.solr.cloud.TestMiniSolrCloudClusterSSL, trusted=true
   [junit4]   2> 1475921 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64774.solr.core.first_collection.shard1.replica_n1' (registry 'solr.core.first_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1475921 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[first_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestMiniSolrCloudClusterSSL_D18287237AB6BEFB-001/tempDir-001/node2/./first_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestMiniSolrCloudClusterSSL_D18287237AB6BEFB-001/tempDir-001/node2/./first_collection_shard1_replica_n1/data/]
   [junit4]   2> 1475921 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64775.solr.core.first_collection.shard2.replica_n2' (registry 'solr.core.first_collection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1475922 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.SolrCore [[first_collection_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestMiniSolrCloudClusterSSL_D18287237AB6BEFB-001/tempDir-001/node3/./first_collection_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestMiniSolrCloudClusterSSL_D18287237AB6BEFB-001/tempDir-001/node3/./first_collection_shard2_replica_n2/data/]
   [junit4]   2> 1475924 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'first_collection_shard3_replica_n4' using configuration from configset org.apache.solr.cloud.TestMiniSolrCloudClusterSSL, trusted=true
   [junit4]   2> 1475925 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64776.solr.core.first_collection.shard3.replica_n4' (registry 'solr.core.first_collection.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d951ee7
   [junit4]   2> 1475926 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.SolrCore [[first_collection_shard3_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestMiniSolrCloudClusterSSL_D18287237AB6BEFB-001/tempDir-001/node1/./first_collection_shard3_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestMiniSolrCloudClusterSSL_D18287237AB6BEFB-001/tempDir-001/node1/./first_collection_shard3_replica_n4/data/]
   [junit4]   2> 1475927 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.432643060370135]
   [junit4]   2> 1475928 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.432643060370135]
   [junit4]   2> 1475930 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.432643060370135]
   [junit4]   2> 1475934 WARN  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 1475934 WARN  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 1475937 WARN  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 1476101 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1476101 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1476107 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1476107 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1476112 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1476112 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1476114 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1476114 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1476127 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1476127 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6346ca5[first_collection_shard1_replica_n1] main]
   [junit4]   2> 1476127 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1476127 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c6ed1b3[first_collection_shard2_replica_n2] main]
   [junit4]   2> 1476130 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 1476130 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 1476131 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 1476131 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 1476132 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1476132 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1476132 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663536269400997888
   [junit4]   2> 1476132 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663536269400997888
   [junit4]   2> 1476134 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1476134 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1476137 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1476137 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1476138 INFO  (searcherExecutor-3865-thread-1-processing-n:127.0.0.1:64775_solr x:first_collection_shard2_replica_n2 c:first_collection s:shard2 r:core_node5) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.SolrCore [first_collection_shard2_replica_n2] Registered new searcher Searcher@3c6ed1b3[first_collection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476139 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1476139 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d69c4c5[first_collection_shard3_replica_n4] main]
   [junit4]   2> 1476140 INFO  (searcherExecutor-3866-thread-1-processing-n:127.0.0.1:64774_solr x:first_collection_shard1_replica_n1 c:first_collection s:shard1 r:core_node3) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [first_collection_shard1_replica_n1] Registered new searcher Searcher@6346ca5[first_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476143 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 1476145 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
   [junit4]   2> 1476147 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1476147 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663536269416726528
   [junit4]   2> 1476153 INFO  (searcherExecutor-3867-thread-1-processing-n:127.0.0.1:64776_solr x:first_collection_shard3_replica_n4 c:first_collection s:shard3 r:core_node6) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.SolrCore [first_collection_shard3_replica_n4] Registered new searcher Searcher@4d69c4c5[first_collection_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476154 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/first_collection/terms/shard2 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 1476154 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/first_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1476154 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/first_collection/leaders/shard2
   [junit4]   2> 1476155 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/first_collection/leaders/shard1
   [junit4]   2> 1476175 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/first_collection/terms/shard3 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 1476176 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/first_collection/leaders/shard3
   [junit4]   2> 1476181 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1476181 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1476181 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64775/solr/first_collection_shard2_replica_n2/
   [junit4]   2> 1476183 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1476183 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1476183 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64774/solr/first_collection_shard1_replica_n1/
   [junit4]   2> 1476186 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1476189 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1476192 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:64774/solr/first_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1476193 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/first_collection/leaders/shard1/leader after winning as /collections/first_collection/leader_elect/shard1/election/72133655817682950-core_node3-n_0000000000
   [junit4]   2> 1476196 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:64775/solr/first_collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 1476197 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/first_collection/leaders/shard2/leader after winning as /collections/first_collection/leader_elect/shard2/election/72133655817682952-core_node5-n_0000000000
   [junit4]   2> 1476213 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64774/solr/first_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1476214 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64775/solr/first_collection_shard2_replica_n2/ shard2
   [junit4]   2> 1476218 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1476218 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1476218 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64776/solr/first_collection_shard3_replica_n4/
   [junit4]   2> 1476219 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1476226 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.SyncStrategy http://127.0.0.1:64776/solr/first_collection_shard3_replica_n4/ has no replicas
   [junit4]   2> 1476226 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/first_collection/leaders/shard3/leader after winning as /collections/first_collection/leader_elect/shard3/election/72133655817682951-core_node6-n_0000000000
   [junit4]   2> 1476244 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64776/solr/first_collection_shard3_replica_n4/ shard3
   [junit4]   2> 1476352 INFO  (zkCallback-10650-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476352 INFO  (zkCallback-10643-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476352 INFO  (zkCallback-10643-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476352 INFO  (zkCallback-10641-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476352 INFO  (zkCallback-10641-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476354 INFO  (zkCallback-10650-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476360 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1476361 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1476363 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1476372 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node3&name=first_collection_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin} status=0 QTime=867
   [junit4]   2> 1476375 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node6&name=first_collection_shard3_replica_n4&action=CREATE&numShards=3&shard=shard3&wt=javabin} status=0 QTime=867
   [junit4]   2> 1476375 INFO  (qtp574842667-26312) [n:127.0.0.1:64775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&newCollection=true&collection=first_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&coreNodeName=core_node5&name=first_collection_shard2_replica_n2&action=CREATE&numShards=3&shard=shard2&wt=javabin} status=0 QTime=869
   [junit4]   2> 1476381 INFO  (qtp914559887-26309) [n:127.0.0.1:64774_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1476479 INFO  (zkCallback-10650-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476479 INFO  (zkCallback-10641-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476479 INFO  (zkCallback-10650-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476479 INFO  (zkCallback-10641-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476480 INFO  (zkCallback-10641-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476480 INFO  (zkCallback-10643-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476480 INFO  (zkCallback-10643-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476481 INFO  (zkCallback-10650-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476483 INFO  (zkCallback-10643-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1476486 INFO  (qtp914559887-26309) [n:127.0.0.1:64774_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={property.config=solrconfig-tlog.xml&collection.configName=org.apache.solr.cloud.TestMiniSolrCloudClusterSSL&name=first_collection&nrtReplicas=1&action=CREATE&numShards=3&wt=javabin&version=2} status=0 QTime=1345
   [junit4]   2> 1476486 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: first_collection
   [junit4]   2> 1476544 INFO  (qtp574842667-26307) [n:127.0.0.1:64775_solr c:first_collection s:shard2 r:core_node5 x:first_collection_shard2_replica_n2 ] o.a.s.c.S.Request [first_collection_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:64775/solr/first_collection_shard2_replica_n2/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1586471814906&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 1476546 INFO  (qtp914559887-26313) [n:127.0.0.1:64774_solr c:first_collection s:shard1 r:core_node3 x:first_collection_shard1_replica_n1 ] o.a.s.c.S.Request [first_collection_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:64774/solr/first_collection_shard1_replica_n1/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1586471814906&isShard=true&wt=javabin} hits=0 status=0 QTime=1
   [junit4]   2> 1476546 INFO  (qtp1367268678-26317) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.S.Request [first_collection_shard3_replica_n4]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=first_collection:4&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:64776/solr/first_collection_shard3_replica_n4/&rows=10&version=2&q=*:*&omitHeader=false&NOW=1586471814906&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 1476546 INFO  (qtp1367268678-26319) [n:127.0.0.1:64776_solr c:first_collection s:shard3 r:core_node6 x:first_collection_shard3_replica_n4 ] o.a.s.c.S.Request [first_collection_shard3_replica_n4]  webapp=/solr path=/select params={q=*:*&_stateVer_=first_collection:4&wt=javabin&version=2} hits=0 status=0 QTime=46
   [junit4]   2> 1476552 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1476557 INFO  (qtp1367268678-26311) [n:127.0.0.1:64776_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1476557 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.h.i.e.RetryExec I/O exception (org.apache.http.conn.UnsupportedSchemeException) caught when processing request to {s}->https://127.0.0.1:64776: https protocol is not supported
   [junit4]   2> 1476557 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:64776
   [junit4]   2> 1476569 INFO  (qtp574842667-26316) [n:127.0.0.1:64775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1476576 INFO  (qtp574842667-26316) [n:127.0.0.1:64775_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1476577 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.h.i.e.RetryExec I/O exception (org.apache.http.conn.UnsupportedSchemeException) caught when processing request to {s}->https://127.0.0.1:64775: https protocol is not supported
   [junit4]   2> 1476578 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:64775
   [junit4]   2> 1476585 INFO  (qtp914559887-26300) [n:127.0.0.1:64774_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1476589 INFO  (qtp914559887-26300) [n:127.0.0.1:64774_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1476591 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.h.i.e.RetryExec I/O exception (org.apache.http.conn.UnsupportedSchemeException) caught when processing request to {s}->https://127.0.0.1:64774: https protocol is not supported
   [junit4]   2> 1476591 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.h.i.e.RetryExec Retrying request to {s}->https://127.0.0.1:64774
   [junit4]   2> 1476592 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=753131322
   [junit4]   2> 1476592 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64776_solr
   [junit4]   2> 1476593 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1476593 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:64776_solr as DOWN
   [junit4]   2> 1476607 INFO  (coreCloseExecutor-3880-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.c.SolrCore [first_collection_shard3_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@2d0e3322
   [junit4]   2> 1476607 INFO  (coreCloseExecutor-3880-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.first_collection.shard3.replica_n4, tag=SolrCore@2d0e3322
   [junit4]   2> 1476607 INFO  (coreCloseExecutor-3880-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42ea5ed6: rootName = solr_64776, domain = solr.core.first_collection.shard3.replica_n4, service url = null, agent id = null] for registry solr.core.first_collection.shard3.replica_n4 / com.codahale.metrics.MetricRegistry@65746267
   [junit4]   2> 1476619 INFO  (coreCloseExecutor-3880-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.first_collection.shard3.leader, tag=SolrCore@2d0e3322
   [junit4]   2> 1476620 INFO  (coreCloseExecutor-3880-thread-1) [n:127.0.0.1:64776_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1476626 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1476626 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@787a2607: rootName = solr_64776, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@74f9791b
   [junit4]   2> 1476635 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1476635 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6be54e6a: rootName = solr_64776, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1eab8074
   [junit4]   2> 1476646 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1476646 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@37a4feee: rootName = solr_64776, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@70215374
   [junit4]   2> 1476646 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1476658 INFO  (closeThreadPool-10677-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72133655817682951-127.0.0.1:64776_solr-n_0000000000) closing
   [junit4]   2> 1476660 INFO  (OverseerStateUpdate-72133655817682951-127.0.0.1:64776_solr-n_0000000000) [n:127.0.0.1:64776_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64776_solr
   [junit4]   2> 1476660 INFO  (OverseerAutoScalingTriggerThread-72133655817682951-127.0.0.1:64776_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1476678 INFO  (closeThreadPool-10677-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72133655817682951-127.0.0.1:64776_solr-n_0000000000) closing
   [junit4]   2> 1476681 INFO  (zkCallback-10667-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1476681 INFO  (zkCallback-10650-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1476681 INFO  (zkCallback-10650-thread-3) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64775_solr
   [junit4]   2> 1476779 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.Overseer Overseer (id=72133655817682951-127.0.0.1:64776_solr-n_0000000000) closing
   [junit4]   2> 1476782 INFO  (zkCallback-10641-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1476784 INFO  (zkCallback-10650-thread-3) [n:127.0.0.1:64775_solr     ] o.a.s.c.Overseer Overseer (id=72133655817682952-127.0.0.1:64775_solr-n_0000000001) starting
   [junit4]   2> 1476790 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5fb92919{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:٠}
   [junit4]   2> 1476793 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@37b29b2f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1476795 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1476800 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.MiniSolrCloudCluster waitForJettyToStop: 64776
   [junit4]   2> 1476803 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1476803 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1476803 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1476807 INFO  (OverseerStateUpdate-72133655817682952-127.0.0.1:64775_solr-n_0000000001) [n:127.0.0.1:64775_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64775_solr
   [junit4]   2> 1476811 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1476811 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1476811 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1476813 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d2a7108{/solr,null,AVAILABLE}
   [junit4]   2> 1476818 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@8f5e078{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:٦٤٨٠٩}
   [junit4]   2> 1476819 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.s.Server Started @١٤٧٦٨٨٤ms
   [junit4]   2> 1476819 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64809}
   [junit4]   2> 1476822 ERROR (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1476822 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1476822 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1476823 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1476823 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1476824 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-09T22:36:55.229996Z
   [junit4]   2> 1476827 INFO  (zkCallback-10641-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1476827 INFO  (zkCallback-10641-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1476828 INFO  (zkCallback-10641-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1476828 INFO  (zkCallback-10650-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1476828 INFO  (zkCallback-10650-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1476828 INFO  (zkCallback-10650-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/first_collection/state.json] for collection [first_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1476835 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1476840 INFO  (zkConnectionManagerCallback-10679-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1476840 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1476842 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1476952 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1476954 WARN  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4d04dc26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1476954 WARN  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4d04dc26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1476960 WARN  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8a558d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1476960 WARN  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8a558d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1476962 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64767/solr
   [junit4]   2> 1476965 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [n:127.0.0.1:64809_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1476969 INFO  (zkConnectionManagerCallback-10686-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1476969 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [n:127.0.0.1:64809_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1476997 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [n:127.0.0.1:64809_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1477019 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [n:127.0.0.1:64809_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64809_solr as DOWN
   [junit4]   2> 1477024 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [n:127.0.0.1:64809_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1477025 INFO  (TEST-TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth-seed#[D18287237AB6BEFB]) [n:127.0.0.1:64809_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64809_solr
   [junit4]   2> 1477034 INFO  (zkCallback-10667-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1477034 INFO  (zkCallback-10650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1477034 INFO  (zkCallback-10641-thread-3) [     

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

BEFB]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1908383 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> 	13	/solr/collections/.system/terms/shard1
   [junit4]   2> 	6	/solr/configs/conf
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	3	/solr/configs/.system
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/.system/managed-schema
   [junit4]   2> 	3	/solr/collections/testUrpColl/terms/shard1
   [junit4]   2> 	3	/solr/collections/.system/collectionprops.json
   [junit4]   2> 	3	/solr/collections/testUrpColl/collectionprops.json
   [junit4]   2> 	2	/solr/collections/testUrpColl/terms/shard3
   [junit4]   2> 	2	/solr/collections/testUrpColl/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/collections/.system/state.json
   [junit4]   2> 	28	/solr/collections/testUrpColl/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	38	/solr/overseer/queue
   [junit4]   2> 	14	/solr/live_nodes
   [junit4]   2> 	12	/solr/collections
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1908391 INFO  (SUITE-TestDynamicURP-seed#[D18287237AB6BEFB]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54302
   [junit4]   2> 1908391 INFO  (SUITE-TestDynamicURP-seed#[D18287237AB6BEFB]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54302
   [junit4]   2> 1908391 INFO  (SUITE-TestDynamicURP-seed#[D18287237AB6BEFB]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54302
   [junit4]   2> 1908392 INFO  (SUITE-TestDynamicURP-seed#[D18287237AB6BEFB]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Apr 09, 2020 10:44:06 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Apr 09, 2020 10:44:16 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestDynamicURP: 
   [junit4]   2>    1) Thread[id=24852, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestDynamicURP]
   [junit4]   2>         at java.base@13.0.2/java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]   2> Apr 09, 2020 10:44:16 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=24852, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestDynamicURP]
   [junit4]   2> 1918516 ERROR (SessionTracker) [     ] o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : SessionTracker
   [junit4]   2>           => java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.base/java.lang.Thread.sleep(Native Method)
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method) [?:?]
   [junit4]   2> 	at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151) ~[zookeeper-3.5.7.jar:3.5.7]
   [junit4]   2> Apr 09, 2020 10:44:17 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@32dd77b2), locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=Pacific/Niue
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=52856032,total=351772672
   [junit4]   2> NOTE: All tests run in this JVM: [TestRestoreCore, DocumentBuilderTest, TestBulkSchemaAPI, TestNonDefinedSimilarityFactory, TestUnifiedSolrHighlighter, ComputePlanActionTest, SolrInfoBeanTest, TestTlogReplayVsRecovery, RegexBytesRefFilterTest, ChangedSchemaMergeTest, SolrLogPostToolTest, TestSolrCoreSnapshots, UnloadDistributedZkTest, DistribJoinFromCollectionTest, JWTAuthPluginIntegrationTest, HLLSerializationTest, TestFieldResource, ResourceLoaderTest, ZkCollectionPropsCachingTest, TestWaitForStateWithJettyShutdowns, FacetPivotSmallTest, DeleteReplicaTest, TestHdfsBackupRestoreCore, ResponseBuilderTest, SharedFSAutoReplicaFailoverTest, TestSchemaSimilarityResource, ZkNodePropsTest, ConcurrentDeleteAndCreateCollectionTest, TestCSVResponseWriter, TestJoin, TermsComponentTest, TestApiFramework, TestFuzzyAnalyzedSuggestions, CloneFieldUpdateProcessorFactoryTest, TestSegmentSorting, ShowFileRequestHandlerTest, SolrIndexConfigTest, TestMergePolicyConfig, TestShardHandlerFactory, RoutingToNodesWithPropertiesTest, TestSolr4Spatial2, TestExactStatsCacheCloud, TestQueryUtils, TestSystemIdResolver, TestConfigSetsAPI, FieldMutatingUpdateProcessorTest, SearchHandlerTest, TestSimExecutePlanAction, FieldAnalysisRequestHandlerTest, CloudExitableDirectoryReaderTest, SpellCheckCollatorTest, ParsingFieldUpdateProcessorsTest, TestSolrTestCaseJ4, TestJettySolrRunner, LeaderElectionContextKeyTest, AssignBackwardCompatibilityTest, TestScoreJoinQPNoScore, XsltUpdateRequestHandlerTest, TestRealTimeGet, CloudMLTQParserTest, TestFieldCache, TestOverriddenPrefixQueryForCustomFieldType, TestSchemaManager, TestTrackingShardHandlerFactory, NumberUtilsTest, BigEndianAscendingWordDeserializerTest, SortByFunctionTest, NodeAddedTriggerTest, PeerSyncReplicationTest, TestFieldCacheWithThreads, ScheduledMaintenanceTriggerTest, HdfsRecoverLeaseTest, TestGraphTermsQParserPlugin, DistributedDebugComponentTest, TestCharFilters, CreateCollectionCleanupTest, TestSearchPerf, SolrMetricReporterTest, TestNamedUpdateProcessors, SignatureUpdateProcessorFactoryTest, TestDFRSimilarityFactory, TestImplicitCoreProperties, QueryParsingTest, DocValuesMissingTest, DistanceFunctionTest, DistributedIntervalFacetingTest, AuditLoggerIntegrationTest, TestDistributedTracing, IndexSizeTriggerSizeEstimationTest, IndexSizeEstimatorTest, CdcrReplicationHandlerTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, MigrateRouteKeyTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, SyncSliceTest, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestExactSharedStatsCacheCloud, TestLocalStatsCacheCloud, TestPullReplica, TestPullReplicaErrorHandling, TestRequestForwarding, TestSolrCloudWithKerberosAlt, TestStressInPlaceUpdates, AssignTest, AsyncCallRequestStatusResponseTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, TestRequestStatusCollectionAPI, MetricTriggerIntegrationTest, RestoreTriggerStateTest, TriggerSetPropertiesIntegrationTest, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, RAMDirectoryFactoryTest, RequestHandlersTest, SolrCoreCheckLockOnStartupTest, TestBackupRepositoryFactory, TestCodecSupport, TestConfigOverlay, TestConfigSetImmutable, TestDynamicURP]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicURP -Dtests.seed=D18287237AB6BEFB -Dtests.slow=true -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=Pacific/Niue -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestDynamicURP (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestDynamicURP: 
   [junit4]    >    1) Thread[id=24852, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestDynamicURP]
   [junit4]    >         at java.base@13.0.2/java.lang.Thread.sleep(Native Method)
   [junit4]    >         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D18287237AB6BEFB]:0)
   [junit4] Completed [633/907 (2!)] on J0 in 20.09s, 1 test, 1 error <<< FAILURES!

[...truncated 53530 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5871/consoleText

[repro] Revision: ffdd29e6fb924bbded6d768a9b2f2ecc5c392f18

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestMiniSolrCloudClusterSSL -Dtests.seed=D18287237AB6BEFB -Dtests.slow=true -Dtests.locale=ar -Dtests.timezone=Antarctica/Macquarie -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestDynamicURP -Dtests.seed=D18287237AB6BEFB -Dtests.slow=true -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=Pacific/Niue -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 3187 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestMiniSolrCloudClusterSSL|*.TestDynamicURP" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=D18287237AB6BEFB -Dtests.slow=true -Dtests.locale=ar -Dtests.timezone=Antarctica/Macquarie -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 131 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL
[repro]   0/5 failed: org.apache.solr.core.TestDynamicURP
[repro] Exiting with code 0

[...truncated 73 lines...]

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-12.0.2) - Build # 5874 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5874/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections

Error Message:
Trigger was not fired even after 5 seconds

Stack Trace:
java.lang.AssertionError: Trigger was not fired even after 5 seconds
	at __randomizedtesting.SeedInfo.seed([19E5FC5CC4D4DFE4:234B1985FAB0068A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections(ComputePlanActionTest.java:507)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


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

Error Message:
leader.test_collection.shard1.UPDATE./update/json.requests.max

Stack Trace:
java.lang.AssertionError: leader.test_collection.shard1.UPDATE./update/json.requests.max
	at __randomizedtesting.SeedInfo.seed([19E5FC5CC4D4DFE4:5D29DCA7AAEE098E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.lambda$testExplicitConfiguration$1(SolrCloudReportersTest.java:154)
	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:803)
	at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1085)
	at org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testExplicitConfiguration(SolrCloudReportersTest.java:79)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 2243 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/temp/junit4-J0-20200410_222712_5863290481092405832218.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/temp/junit4-J1-20200410_222712_5867905679776207302326.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/temp/junit4-J4-20200410_222712_5883087332267962016211.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/temp/junit4-J2-20200410_222712_5865211919804615199854.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/temp/junit4-J3-20200410_222712_58610684983274914865962.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 305 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/test-framework/test/temp/junit4-J1-20200410_222952_0185614981875599206234.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/test-framework/test/temp/junit4-J0-20200410_222952_01817994560315457071470.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 16 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/test-framework/test/temp/junit4-J4-20200410_222952_01812011067538658162980.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/test-framework/test/temp/junit4-J2-20200410_222952_0184199838169339521701.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/test-framework/test/temp/junit4-J3-20200410_222952_01811869376619410401588.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 1106 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/common/test/temp/junit4-J1-20200410_223021_0584923544386251056423.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/common/test/temp/junit4-J3-20200410_223021_0603814494106349030701.syserr
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/common/test/temp/junit4-J2-20200410_223021_05913327195263992016570.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/common/test/temp/junit4-J0-20200410_223021_05717280961405985104108.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/common/test/temp/junit4-J4-20200410_223021_06316451082100186755332.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 237 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J4-20200410_223058_05318439197221585453257.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J1-20200410_223058_05114160513575173064315.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J0-20200410_223058_05013629231298014266705.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J3-20200410_223058_05212066230269640075756.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J2-20200410_223058_05114770737033497777188.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 221 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20200410_223106_8859851377481005915753.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J4-20200410_223106_8869909644607504819355.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20200410_223106_8858691028566513739533.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J3-20200410_223106_88515100776116367679883.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20200410_223106_8858361394640357747370.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J1-20200410_223116_021749991355081430102.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J0-20200410_223116_02111578617245724299328.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J2-20200410_223116_0226026240064914570195.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 186 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J1-20200410_223121_19513196460057923428953.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J0-20200410_223121_19516935909717183536092.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J2-20200410_223121_19614777840157037418231.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J3-20200410_223121_20014455310266039313775.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J4-20200410_223121_20016159038836012522645.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J3-20200410_223131_8571736633265080652130.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J4-20200410_223131_85713652018171375654556.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J2-20200410_223131_8574803895529390988072.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J0-20200410_223131_8521586491126303344650.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J1-20200410_223131_8535511822024961062170.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J2-20200410_223141_48317529773092849407676.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J3-20200410_223141_48416471421098476349114.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J0-20200410_223141_48210773969336072618084.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J4-20200410_223141_48515270332693363218688.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J1-20200410_223141_4828827917633334061644.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 157 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J0-20200410_223156_36411003129436634616401.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J1-20200410_223156_3826857842141977554685.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 152 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J3-20200410_223203_2115906184476866463782.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J2-20200410_223203_21312251473197695958450.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J0-20200410_223203_18615867853954086547745.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J1-20200410_223203_212801057718830025758.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 163 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J3-20200410_223212_903920614077700924359.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J2-20200410_223212_9031716752031216276284.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J0-20200410_223212_89417672265440677879438.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J1-20200410_223212_8942051474524113265627.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J4-20200410_223212_90516793345834870257657.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 1289 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/benchmark/test/temp/junit4-J3-20200410_223329_0911566648017798801423.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/benchmark/test/temp/junit4-J1-20200410_223329_0904059174230810540248.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/benchmark/test/temp/junit4-J4-20200410_223329_095890487398606280368.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/benchmark/test/temp/junit4-J2-20200410_223329_09114621794860809588416.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/benchmark/test/temp/junit4-J0-20200410_223329_09115395041388974806411.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 223 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/classification/test/temp/junit4-J2-20200410_223347_4853235878792761409871.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/classification/test/temp/junit4-J3-20200410_223347_49516323038959727868283.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/classification/test/temp/junit4-J4-20200410_223347_49810954086886774240071.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/classification/test/temp/junit4-J1-20200410_223347_48316827643654231193839.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/classification/test/temp/junit4-J0-20200410_223347_47412446033886359821171.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 295 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/codecs/test/temp/junit4-J1-20200410_223358_0358051328176457426794.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/codecs/test/temp/junit4-J0-20200410_223358_034881862125390758327.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/codecs/test/temp/junit4-J4-20200410_223358_03618146197133456403888.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/codecs/test/temp/junit4-J3-20200410_223358_0367830778375242074907.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/codecs/test/temp/junit4-J2-20200410_223358_03515545020079860283889.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 210 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/demo/test/temp/junit4-J0-20200410_223517_01217910696681212265186.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/demo/test/temp/junit4-J3-20200410_223517_01316100978817221571341.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/demo/test/temp/junit4-J1-20200410_223517_012326541289947672981.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/demo/test/temp/junit4-J2-20200410_223517_012314463329290124159.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/demo/test/temp/junit4-J4-20200410_223517_0144428525013769908465.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 167 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/expressions/test/temp/junit4-J3-20200410_223523_5495371522345992432948.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/expressions/test/temp/junit4-J0-20200410_223523_5482586327343812688939.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/expressions/test/temp/junit4-J2-20200410_223523_54811975398078435181658.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/expressions/test/temp/junit4-J1-20200410_223523_54818440327980853988641.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/expressions/test/temp/junit4-J4-20200410_223523_5496594842727453234173.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 228 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/facet/test/temp/junit4-J1-20200410_223531_22813142734561594493265.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/facet/test/temp/junit4-J4-20200410_223531_2303587984950349964110.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/facet/test/temp/junit4-J3-20200410_223531_2298046153727418085511.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/facet/test/temp/junit4-J2-20200410_223531_22910083354415453020495.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/facet/test/temp/junit4-J0-20200410_223531_2281679446762469539009.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/grouping/test/temp/junit4-J4-20200410_223550_8061585160110093568609.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/grouping/test/temp/junit4-J2-20200410_223550_80513190783347948491830.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/grouping/test/temp/junit4-J0-20200410_223550_8032626108973621453016.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/grouping/test/temp/junit4-J3-20200410_223550_80412389358972505585866.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/grouping/test/temp/junit4-J1-20200410_223550_80317844105079117207904.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 236 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/highlighter/test/temp/junit4-J4-20200410_223559_4817416551720847168847.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/highlighter/test/temp/junit4-J2-20200410_223559_4799570582616150590741.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/highlighter/test/temp/junit4-J3-20200410_223559_4804772934415971914564.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/highlighter/test/temp/junit4-J1-20200410_223559_4792409927396448983762.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/highlighter/test/temp/junit4-J0-20200410_223559_4787357905684777991394.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 172 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/join/test/temp/junit4-J4-20200410_223619_87916895403733520177356.syserr
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/join/test/temp/junit4-J3-20200410_223619_87814849267263759230195.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/join/test/temp/junit4-J2-20200410_223619_87713578235537732039773.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/join/test/temp/junit4-J1-20200410_223619_87712810646900918204165.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/join/test/temp/junit4-J0-20200410_223619_87711438589226357752804.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 270 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/luke/test/temp/junit4-J3-20200410_223631_3152665208075025639658.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/luke/test/temp/junit4-J2-20200410_223631_30815867115659386044290.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/luke/test/temp/junit4-J1-20200410_223631_30415040405956870945834.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/luke/test/temp/junit4-J4-20200410_223631_31616589347972522069167.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/luke/test/temp/junit4-J0-20200410_223631_3046442073025676536412.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/memory/test/temp/junit4-J0-20200410_223645_10611630414587657792220.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/memory/test/temp/junit4-J1-20200410_223645_10615874824051619588679.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 187 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/misc/test/temp/junit4-J0-20200410_223655_4126142235067392358698.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/misc/test/temp/junit4-J2-20200410_223655_44817238782659090684650.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/misc/test/temp/junit4-J1-20200410_223655_44311138845098220006060.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/misc/test/temp/junit4-J4-20200410_223655_4691475842480883770002.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/misc/test/temp/junit4-J3-20200410_223655_45013811346427359401644.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 259 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/monitor/test/temp/junit4-J4-20200410_223726_78914172346559657560870.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/monitor/test/temp/junit4-J2-20200410_223726_7859593124464099371862.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/monitor/test/temp/junit4-J3-20200410_223726_7879190263724609354682.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/monitor/test/temp/junit4-J1-20200410_223726_78410385686448796397699.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/monitor/test/temp/junit4-J0-20200410_223726_7846975626939474097275.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 237 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queries/test/temp/junit4-J4-20200410_223738_70010456023461196767480.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queries/test/temp/junit4-J0-20200410_223738_6987492145321311956081.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queries/test/temp/junit4-J2-20200410_223738_6988235449788323397364.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queries/test/temp/junit4-J1-20200410_223738_6983339923370502769983.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queries/test/temp/junit4-J3-20200410_223738_70012312283080280526014.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 209 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queryparser/test/temp/junit4-J1-20200410_223749_2747700047002336514316.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queryparser/test/temp/junit4-J2-20200410_223749_27417097014796272233620.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queryparser/test/temp/junit4-J4-20200410_223749_2777429054235286521197.syserr
   [junit4] Suite: org.apache.lucene.queryparser.classic.TestQueryParser
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] Completed [24/26] on J3 in 1.35s, 72 tests
   [junit4] 
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queryparser/test/temp/junit4-J3-20200410_223749_27612699635418582007106.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queryparser/test/temp/junit4-J0-20200410_223749_2746059002583287866833.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 187 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/replicator/test/temp/junit4-J1-20200410_223801_1572473278061514057424.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/replicator/test/temp/junit4-J2-20200410_223801_15714688849891320090109.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/replicator/test/temp/junit4-J0-20200410_223801_1576676343580704817682.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/replicator/test/temp/junit4-J4-20200410_223801_1594565781898744146003.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 23 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/replicator/test/temp/junit4-J3-20200410_223801_1594679015991074510764.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 199 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/sandbox/test/temp/junit4-J0-20200410_223823_93318257356066406595903.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/sandbox/test/temp/junit4-J2-20200410_223823_9337214349119437075859.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/sandbox/test/temp/junit4-J3-20200410_223823_9356311728414338533341.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/sandbox/test/temp/junit4-J1-20200410_223823_93311154911243721954078.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/sandbox/test/temp/junit4-J4-20200410_223823_934963917871824485192.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 291 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J2-20200410_223841_112541811546032703412.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J0-20200410_223841_11211760136914428748113.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J1-20200410_223841_1124387469800520840087.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J4-20200410_223841_11618096510484219073390.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J3-20200410_223841_11416582957038111086940.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 191 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial3d/test/temp/junit4-J3-20200410_223858_15310733920003450658057.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial3d/test/temp/junit4-J4-20200410_223858_15316210566107101079159.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial3d/test/temp/junit4-J2-20200410_223858_1527743326203840724137.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial3d/test/temp/junit4-J0-20200410_223858_1518918164335068134076.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial3d/test/temp/junit4-J1-20200410_223858_1528985802875368209329.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 248 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/suggest/test/temp/junit4-J1-20200410_223909_25517012533419732758403.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/suggest/test/temp/junit4-J3-20200410_223909_2544689732928936328211.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/suggest/test/temp/junit4-J4-20200410_223909_25410622817258673045322.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/suggest/test/temp/junit4-J0-20200410_223909_2544836076954492209377.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/suggest/test/temp/junit4-J2-20200410_223909_25516692073164285379444.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 2440 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest
   [junit4]   2> 519768 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 519772 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_19E5FC5CC4D4DFE4-001/data-dir-37-001
   [junit4]   2> 519772 WARN  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 519773 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 519774 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-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> 519774 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 519774 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 0 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_19E5FC5CC4D4DFE4-001/tempDir-001
   [junit4]   2> 519774 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 519775 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 519775 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 519875 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:59059
   [junit4]   2> 519875 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:59059
   [junit4]   2> 519875 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59059
   [junit4]   2> 519875 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59059
   [junit4]   2> 519880 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 519887 INFO  (zkConnectionManagerCallback-1607-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 519887 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 519900 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 519905 INFO  (zkConnectionManagerCallback-1609-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 519905 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 519907 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 519911 INFO  (zkConnectionManagerCallback-1611-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 519911 INFO  (SUITE-SolrCloudReportersTest-seed#[19E5FC5CC4D4DFE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 520072 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultPlugins
   [junit4]   2> 520073 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 520308 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:59059
   [junit4]   2> 520308 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59059
   [junit4]   2> 520308 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59059
   [junit4]   2> 520313 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_19E5FC5CC4D4DFE4-001/tempDir-002
   [junit4]   2> 520314 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 520314 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 520314 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 520414 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.ZkTestServer start zk server on port:59067
   [junit4]   2> 520414 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:59067
   [junit4]   2> 520414 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59067
   [junit4]   2> 520414 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59067
   [junit4]   2> 520422 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 520436 INFO  (zkConnectionManagerCallback-1616-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 520436 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 520445 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 520454 INFO  (zkConnectionManagerCallback-1618-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 520455 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 520459 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 520467 INFO  (zkConnectionManagerCallback-1620-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 520468 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[19E5FC5CC4D4DFE4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 520602 INFO  (jetty-launcher-1621-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 520602 INFO  (jetty-launcher-1621-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 520602 INFO  (jetty-launcher-1621-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 520603 INFO  (jetty-launcher-1621-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 520603 INFO  (jetty-launcher-1621-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 520603 INFO  (jetty-launcher-1621-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 520611 INFO  (jetty-launcher-1621-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 520612 INFO  (jetty-launcher-1621-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 520612 INFO  (jetty-launcher-1621-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 520612 INFO  (jetty-launcher-1621-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 520612 INFO  (jetty-launcher-1621-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 520612 INFO  (jetty-launcher-1621-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 520612 INFO  (jetty-launcher-1621-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d5eda15{/solr,null,AVAILABLE}
   [junit4]   2> 520613 INFO  (jetty-launcher-1621-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e4b38b0{/solr,null,AVAILABLE}
   [junit4]   2> 520614 INFO  (jetty-launcher-1621-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7f236f92{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:59073}
   [junit4]   2> 520614 INFO  (jetty-launcher-1621-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5a7231c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:59072}
   [junit4]   2> 520614 INFO  (jetty-launcher-1621-thread-1) [     ] o.e.j.s.Server Started @520865ms
   [junit4]   2> 520614 INFO  (jetty-launcher-1621-thread-2) [     ] o.e.j.s.Server Started @520865ms
   [junit4]   2> 520614 INFO  (jetty-launcher-1621-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59073}
   [junit4]   2> 520614 INFO  (jetty-launcher-1621-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59072}
   [junit4]   2> 520616 ERROR (jetty-launcher-1621-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 520616 INFO  (jetty-launcher-1621-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 520616 INFO  (jetty-launcher-1621-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 520616 INFO  (jetty-launcher-1621-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 520616 INFO  (jetty-launcher-1621-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 520616 INFO  (jetty-launcher-1621-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T22:49:02.829404Z
   [junit4]   2> 520620 INFO  (jetty-launcher-1621-thread-2) [     ] o.a.s.c.c.Conne

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

r-master-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J3-20200410_232739_5683339466866567201859.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J1-20200410_232739_5656269854104550489436.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 679 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20200410_232758_91010039977951144396897.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J3-20200410_232758_91195389087356391508.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J4-20200410_232758_911675786915743926862.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20200410_232758_9106622664002097079532.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20200410_232758_9105020182758706613806.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 582 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J0-20200410_232851_11815159037003814928632.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J2-20200410_232851_11810008083286637157018.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J1-20200410_232851_1183891276171999175309.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J4-20200410_232851_1201342850067065641129.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J3-20200410_232851_11817979972973604207467.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 569 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20200410_232912_1873493289193457498429.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 43055 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5874/consoleText

[repro] Revision: 527e6516604e0f7ded72d8ac6f7b6b79884b62c5

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=SolrCloudReportersTest -Dtests.method=testExplicitConfiguration -Dtests.seed=19E5FC5CC4D4DFE4 -Dtests.slow=true -Dtests.locale=en-MW -Dtests.timezone=CNT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=ComputePlanActionTest -Dtests.method=testSelectedCollections -Dtests.seed=19E5FC5CC4D4DFE4 -Dtests.slow=true -Dtests.locale=agq -Dtests.timezone=America/Coral_Harbour -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 3187 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.SolrCloudReportersTest|*.ComputePlanActionTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC" -Dtests.seed=19E5FC5CC4D4DFE4 -Dtests.slow=true -Dtests.locale=en-MW -Dtests.timezone=CNT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 104 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp/junit4-J1-20200410_234037_0455346901298844752351.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20200410_234037_045496891332392240336.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp/junit4-J2-20200410_234037_04511202041642440830287.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp/junit4-J3-20200410_234037_045648505447829641241.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp/junit4-J4-20200410_234037_0462418801639226691189.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 27 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
[repro]   0/5 failed: org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest
[repro] Exiting with code 0

[...truncated 73 lines...]

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-14) - Build # 5873 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5873/
Java: 64bit/jdk-14 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToLeader

Error Message:
Didn't get expected doc count. Expected: 10, Found: 0

Stack Trace:
java.lang.AssertionError: Didn't get expected doc count. Expected: 10, Found: 0
	at __randomizedtesting.SeedInfo.seed([4C2BF27890ECF43C:C2279208E5F47016]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.assertNumDocs(TestPullReplicaErrorHandling.java:254)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.assertNumDocs(TestPullReplicaErrorHandling.java:259)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToLeader(TestPullReplicaErrorHandling.java:198)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 13222 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 239614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 239615 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 239615 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_4C2BF27890ECF43C-001/data-dir-27-001
   [junit4]   2> 239615 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 239615 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 239616 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776") w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 239616 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_4C2BF27890ECF43C-001/tempDir-001
   [junit4]   2> 239617 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 239617 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 239617 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 239718 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:51709
   [junit4]   2> 239718 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:51709
   [junit4]   2> 239718 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51709
   [junit4]   2> 239718 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51709
   [junit4]   2> 239720 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 239725 INFO  (zkConnectionManagerCallback-825-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 239725 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 239729 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 239733 INFO  (zkConnectionManagerCallback-827-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 239733 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 239734 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 239739 INFO  (zkConnectionManagerCallback-829-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 239739 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 239848 INFO  (jetty-launcher-830-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 239856 INFO  (jetty-launcher-830-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 239856 INFO  (jetty-launcher-830-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 239857 INFO  (jetty-launcher-830-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 239858 INFO  (jetty-launcher-830-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@513f20c3{/solr,null,AVAILABLE}
   [junit4]   2> 239860 INFO  (jetty-launcher-830-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7e7dced1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51717}
   [junit4]   2> 239861 INFO  (jetty-launcher-830-thread-4) [     ] o.e.j.s.Server Started @239926ms
   [junit4]   2> 239861 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51717}
   [junit4]   2> 239862 ERROR (jetty-launcher-830-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 239862 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 239862 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 239862 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 239862 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 239862 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T15:33:43.446130Z
   [junit4]   2> 239863 INFO  (jetty-launcher-830-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 239863 INFO  (jetty-launcher-830-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 239863 INFO  (jetty-launcher-830-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 239864 INFO  (jetty-launcher-830-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 239864 INFO  (jetty-launcher-830-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 239864 INFO  (jetty-launcher-830-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 239865 INFO  (jetty-launcher-830-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 239865 INFO  (jetty-launcher-830-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18aa7c64{/solr,null,AVAILABLE}
   [junit4]   2> 239865 INFO  (jetty-launcher-830-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 239865 INFO  (jetty-launcher-830-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 239866 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 239866 INFO  (jetty-launcher-830-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6e8b3192{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51718}
   [junit4]   2> 239866 INFO  (jetty-launcher-830-thread-2) [     ] o.e.j.s.Server Started @239932ms
   [junit4]   2> 239869 INFO  (jetty-launcher-830-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3881bc51{/solr,null,AVAILABLE}
   [junit4]   2> 239869 INFO  (jetty-launcher-830-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60b7f596{/solr,null,AVAILABLE}
   [junit4]   2> 239866 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51718}
   [junit4]   2> 239870 ERROR (jetty-launcher-830-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 239870 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 239870 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 239870 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 239870 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 239870 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T15:33:43.454324Z
   [junit4]   2> 239871 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 239873 INFO  (zkConnectionManagerCallback-832-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 239873 INFO  (jetty-launcher-830-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@16c32cde{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51721}
   [junit4]   2> 239873 INFO  (jetty-launcher-830-thread-1) [     ] o.e.j.s.Server Started @239939ms
   [junit4]   2> 239873 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51721}
   [junit4]   2> 239873 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 239874 ERROR (jetty-launcher-830-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 239876 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 239876 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 239876 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 239876 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 239877 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T15:33:43.460986Z
   [junit4]   2> 239877 INFO  (jetty-launcher-830-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3d04586a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51719}
   [junit4]   2> 239877 INFO  (jetty-launcher-830-thread-3) [     ] o.e.j.s.Server Started @239943ms
   [junit4]   2> 239877 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51719}
   [junit4]   2> 239878 ERROR (jetty-launcher-830-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 239878 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 239878 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 239878 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 239878 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 239879 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T15:33:43.462987Z
   [junit4]   2> 239879 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 239879 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 239879 INFO  (zkConnectionManagerCallback-834-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 239880 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 239880 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 239883 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 239887 INFO  (zkConnectionManagerCallback-836-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 239887 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 239889 INFO  (zkConnectionManagerCallback-838-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 239889 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 239890 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 239891 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 239997 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 239999 WARN  (jetty-launcher-830-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@642261a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 239999 WARN  (jetty-launcher-830-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@642261a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240002 WARN  (jetty-launcher-830-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d22d249[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240002 WARN  (jetty-launcher-830-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d22d249[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240003 INFO  (jetty-launcher-830-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51709/solr
   [junit4]   2> 240004 INFO  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 240007 INFO  (zkConnectionManagerCallback-845-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 240008 INFO  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 240099 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 240101 WARN  (jetty-launcher-830-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1cd38717[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240101 WARN  (jetty-launcher-830-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1cd38717[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240118 WARN  (jetty-launcher-830-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5e46293a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240118 WARN  (jetty-launcher-830-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5e46293a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240119 INFO  (jetty-launcher-830-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51709/solr
   [junit4]   2> 240120 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 240130 INFO  (zkConnectionManagerCallback-852-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 240130 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 240222 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 240223 WARN  (jetty-launcher-830-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10b24bcd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240223 WARN  (jetty-launcher-830-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10b24bcd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240226 WARN  (jetty-launcher-830-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4bd6169a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240226 WARN  (jetty-launcher-830-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4bd6169a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240227 INFO  (jetty-launcher-830-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51709/solr
   [junit4]   2> 240228 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 240233 INFO  (zkConnectionManagerCallback-859-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 240233 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 240328 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 240330 WARN  (jetty-launcher-830-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c9be83e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240330 WARN  (jetty-launcher-830-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c9be83e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240333 WARN  (jetty-launcher-830-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62a970ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240333 WARN  (jetty-launcher-830-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62a970ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240334 INFO  (jetty-launcher-830-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51709/solr
   [junit4]   2> 240336 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 240352 INFO  (zkConnectionManagerCallback-866-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 240352 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 240969 INFO  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51718_solr
   [junit4]   2> 240977 INFO  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_solr     ] o.a.s.c.Overseer Overseer (id=72137654285041671-127.0.0.1:51718_solr-n_0000000000) starting
   [junit4]   2> 241008 INFO  (OverseerStateUpdate-72137654285041671-127.0.0.1:51718_solr-n_0000000000) [n:127.0.0.1:51718_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:51718_solr
   [junit4]   2> 241009 INFO  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51718_solr
   [junit4]   2> 241019 INFO  (OverseerStateUpdate-72137654285041671-127.0.0.1:51718_solr-n_0000000000) [n:127.0.0.1:51718_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 241028 INFO  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 241029 WARN  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_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> 241059 INFO  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 241083 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 241090 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 241090 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 241095 INFO  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51718.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241110 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:51717_solr as DOWN
   [junit4]   2> 241116 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 241116 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51717_solr
   [junit4]   2> 241117 INFO  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51718.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241117 INFO  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51718.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241119 INFO  (jetty-launcher-830-thread-2) [n:127.0.0.1:51718_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_4C2BF27890ECF43C-001/tempDir-001/node2/.
   [junit4]   2> 241119 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:51719_solr as DOWN
   [junit4]   2> 241122 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:51721_solr as DOWN
   [junit4]   2> 241122 INFO  (zkCallback-865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 241123 INFO  (zkCallback-851-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 241124 INFO  (zkCallback-858-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 241125 INFO  (zkCallback-844-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 241130 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 241131 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51719_solr
   [junit4]   2> 241133 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 241134 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51721_solr
   [junit4]   2> 241136 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 241137 WARN  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_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> 241140 INFO  (zkCallback-858-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 241140 INFO  (zkCallback-865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 241140 INFO  (zkCallback-851-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 241143 INFO  (zkCallback-844-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 241147 INFO  (zkCallback-865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 241148 INFO  (zkCallback-858-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 241149 INFO  (zkCallback-851-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 241161 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 241162 WARN  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_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> 241163 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 241164 WARN  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_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> 241177 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 241208 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 241210 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 241229 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51717.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241379 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51717.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241379 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51717.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241395 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51721.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241396 INFO  (jetty-launcher-830-thread-4) [n:127.0.0.1:51717_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_4C2BF27890ECF43C-001/tempDir-001/node4/.
   [junit4]   2> 241401 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51719.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241416 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51721.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241416 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51721.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241417 INFO  (jetty-launcher-830-thread-1) [n:127.0.0.1:51721_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_4C2BF27890ECF43C-001/tempDir-001/node1/.
   [junit4]   2> 241418 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51719.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241418 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51719.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241419 INFO  (jetty-launcher-830-thread-3) [n:127.0.0.1:51719_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_4C2BF27890ECF43C-001/tempDir-001/node3/.
   [junit4]   2> 241433 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 241435 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 241439 INFO  (zkConnectionManagerCallback-887-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 241439 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 241443 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 241447 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51709/solr ready
   [junit4]   2> 241458 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1345229067
   [junit4]   2> 241458 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:51718_solr
   [junit4]   2> 241460 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 241460 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:51718_solr as DOWN
   [junit4]   2> 241468 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 241469 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 241470 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@31e49aa: rootName = solr_51718, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@500e098c
   [junit4]   2> 241477 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 241477 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2da0454d: rootName = solr_51718, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6d9e0df4
   [junit4]   2> 241480 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 241480 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67d5938d: rootName = solr_51718, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7904d829
   [junit4]   2> 241480 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 241482 INFO  (closeThreadPool-891-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72137654285041671-127.0.0.1:51718_solr-n_0000000000) closing
   [junit4]   2> 241482 INFO  (OverseerAutoScalingTriggerThread-72137654285041671-127.0.0.1:51718_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 241482 INFO  (OverseerStateUpdate-72137654285041671-127.0.0.1:51718_solr-n_0000000000) [n:127.0.0.1:51718_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:51718_solr
   [junit4]   2> 241489 INFO  (zkCallback-851-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 241489 INFO  (zkCallback-858-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 241489 INFO  (zkCallback-886-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 241490 INFO  (closeThreadPool-891-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72137654285041671-127.0.0.1:51718_solr-n_0000000000) closing
   [junit4]   2> 241491 INFO  (zkCallback-865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 241591 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.Overseer Overseer (id=72137654285041671-127.0.0.1:51718_solr-n_0000000000) closing
   [junit4]   2> 241594 INFO  (zkCallback-851-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51717_solr
   [junit4]   2> 241599 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6e8b3192{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 241602 INFO  (zkCallback-851-thread-2) [n:127.0.0.1:51717_solr     ] o.a.s.c.Overseer Overseer (id=72137654285041672-127.0.0.1:51717_solr-n_0000000001) starting
   [junit4]   2> 241603 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18aa7c64{/solr,null,UNAVAILABLE}
   [junit4]   2> 241603 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 241604 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 241605 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 241605 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 241609 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 241609 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 241609 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 241610 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e4ffb04{/solr,null,AVAILABLE}
   [junit4]   2> 241611 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@41334016{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51768}
   [junit4]   2> 241611 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.Server Started @241677ms
   [junit4]   2> 241612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51764}
   [junit4]   2> 241612 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 241612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 241612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 241612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 241612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 241612 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T15:33:45.196545Z
   [junit4]   2> 241615 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 241620 INFO  (zkConnectionManagerCallback-893-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 241621 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 241626 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 241628 INFO  (OverseerStateUpdate-72137654285041672-127.0.0.1:51717_solr-n_0000000001) [n:127.0.0.1:51717_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:51717_solr
   [junit4]   2> 241740 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 241741 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@620c85a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 241741 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@620c85a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 241746 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7cfeb68d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 241747 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7cfeb68d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 241748 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51709/solr
   [junit4]   2> 241749 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 241752 INFO  (zkConnectionManagerCallback-900-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 241753 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 241767 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 241778 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:51764_solr as DOWN
   [junit4]   2> 241780 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 241780 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51764_solr
   [junit4]   2> 241786 INFO  (zkCallback-858-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 241786 INFO  (zkCallback-865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 241786 INFO  (zkCallback-886-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 241786 INFO  (zkCallback-851-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 241787 INFO  (zkCallback-899-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 241789 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 241790 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_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> 241812 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 241828 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51764.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241839 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51764.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241840 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51764.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 241841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51764_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_4C2BF27890ECF43C-001/tempDir-001/node2/.
   [junit4]   2> 241848 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 241850 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:51768/solr. Proxy: http://127.0.0.1:51764/solr
   [junit4]   2> 241850 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=395794602
   [junit4]   2> 241850 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:51717_solr
   [junit4]   2> 241851 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 241851 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:51717_solr as DOWN
   [junit4]   2> 241856 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 241857 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c297e58: rootName = solr_51717, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1d578ddd
   [junit4]   2> 241863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 241863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e0dc9df: rootName = solr_51717, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6d9e0df4
   [junit4]   2> 241866 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 241866 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a87ae38: rootName = solr_51717, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7904d829
   [junit4]   2> 241866 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 241868 INFO  (closeThreadPool-908-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72137654285041672-127.0.0.1:51717_solr-n_0000000001) closing
   [junit4]   2> 241870 INFO  (OverseerStateUpdate-72137654285041672-127.0.0.1:51717_solr-n_0000000001) [n:127.0.0.1:51717_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:51717_solr
   [junit4]   2> 241870 INFO  (OverseerAutoScalingTriggerThread-72137654285041672-127.0.0.1:51717_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 241874 INFO  (closeThreadPool-908-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72137654285041672-127.0.0.1:51717_solr-n_0000000001) closing
   [junit4]   2> 241976 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.Overseer Overseer (id=72137654285041672-127.0.0.1:51717_solr-n_0000000001) closing
   [junit4]   2> 241977 INFO  (zkCallback-886-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 241977 INFO  (zkCallback-899-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 241977 INFO  (zkCallback-858-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51721_solr
   [junit4]   2> 241978 INFO  (zkCallback-865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 241979 INFO  (zkCallback-858-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 241981 INFO  (zkCallback-858-thread-2) [n:127.0.0.1:51721_solr     ] o.a.s.c.Overseer Overseer (id=72137654285041673-127.0.0.1:51721_solr-n_0000000002) starting
   [junit4]   2> 241984 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7e7dced1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 241985 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@513f20c3{/solr,null,UNAVAILABLE}
   [junit4]   2> 241985 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 241987 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 241987 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 241987 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 241993 INFO  (OverseerStateUpdate-72137654285041673-127.0.0.1:51721_solr-n_0000000002) [n:127.0.0.1:51721_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:51721_solr
   [junit4]   2> 241993 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 241993 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 241993 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 241995 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@226b4130{/solr,null,AVAILABLE}
   [junit4]   2> 241998 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@427f87c3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51776}
   [junit4]   2> 241998 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.Server Started @242063ms
   [junit4]   2> 241998 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51774}
   [junit4]   2> 241998 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 241998 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 241999 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 241999 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 241999 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 241999 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T15:33:45.583072Z
   [junit4]   2> 242000 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 242004 INFO  (zkConnectionManagerCallback-910-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242004 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 242004 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 242118 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 242120 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70c1c916[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 242120 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70c1c916[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 242124 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@58df2808[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 242124 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@58df2808[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 242125 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51709/solr
   [junit4]   2> 242127 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 242129 INFO  (zkConnectionManagerCallback-917-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242129 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 242142 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 242155 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:51774_solr as DOWN
   [junit4]   2> 242158 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 242158 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51774_solr
   [junit4]   2> 242162 INFO  (zkCallback-858-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242162 INFO  (zkCallback-899-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242162 INFO  (zkCallback-865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242163 INFO  (zkCallback-886-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242164 INFO  (zkCallback-916-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242164 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 242170 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_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> 242194 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 242219 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51774.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 242234 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51774.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 242234 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51774.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 242236 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51774_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_4C2BF27890ECF43C-001/tempDir-001/node4/.
   [junit4]   2> 242249 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 242250 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:51776/solr. Proxy: http://127.0.0.1:51774/solr
   [junit4]   2> 242250 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2121619603
   [junit4]   2> 242250 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:51721_solr
   [junit4]   2> 242251 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 242251 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:51721_solr as DOWN
   [junit4]   2> 242259 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 242260 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2bbc55e5: rootName = solr_51721, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@389702dd
   [junit4]   2> 242267 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 242267 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5ab0fa20: rootName = solr_51721, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6d9e0df4
   [junit4]   2> 242272 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 242272 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b67f53c: rootName = solr_51721, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7904d829
   [junit4]   2> 242272 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 242275 INFO  (closeThreadPool-925-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72137654285041673-127.0.0.1:51721_solr-n_0000000002) closing
   [junit4]   2> 242275 INFO  (OverseerStateUpdate-72137654285041673-127.0.0.1:51721_solr-n_0000000002) [n:127.0.0.1:51721_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:51721_solr
   [junit4]   2> 242275 INFO  (OverseerAutoScalingTriggerThread-72137654285041673-127.0.0.1:51721_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 242283 INFO  (closeThreadPool-925-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72137654285041673-127.0.0.1:51721_solr-n_0000000002) closing
   [junit4]   2> 242388 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.Overseer Overseer (id=72137654285041673-127.0.0.1:51721_solr-n_0000000002) closing
   [junit4]   2> 242388 INFO  (zkCallback-886-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 242388 INFO  (zkCallback-865-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51719_solr
   [junit4]   2> 242388 INFO  (zkCallback-865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 242392 INFO  (zkCallback-916-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 242392 INFO  (zkCallback-899-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 242396 INFO  (zkCallback-865-thread-2) [n:127.0.0.1:51719_solr     ] o.a.s.c.Overseer Overseer (id=72137654285041674-127.0.0.1:51719_solr-n_0000000003) starting
   [junit4]   2> 242398 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@16c32cde{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 242401 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@60b7f596{/solr,null,UNAVAILABLE}
   [junit4]   2> 242403 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 242405 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 242405 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 242405 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 242411 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 242411 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 242411 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 242413 INFO  (OverseerStateUpdate-72137654285041674-127.0.0.1:51719_solr-n_0000000003) [n:127.0.0.1:51719_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:51719_solr
   [junit4]   2> 242414 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41b8464d{/solr,null,AVAILABLE}
   [junit4]   2> 242416 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7ed0c5e5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51781}
   [junit4]   2> 242417 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.Server Started @242483ms
   [junit4]   2> 242417 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51780}
   [junit4]   2> 242420 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 242420 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 242421 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 242421 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 242421 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 242422 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T15:33:46.005585Z
   [junit4]   2> 242426 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 242430 INFO  (zkConnectionManagerCallback-927-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242430 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 242432 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 242555 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 242557 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6fe6c4e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 242557 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6fe6c4e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 242561 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a9f26cf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 242561 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a9f26cf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 242562 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51709/solr
   [junit4]   2> 242564 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 242567 INFO  (zkConnectionManagerCallback-934-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242567 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 242592 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 242602 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:51780_solr as DOWN
   [junit4]   2> 242604 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 242604 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51780_solr
   [junit4]   2> 242611 INFO  (zkCallback-899-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242611 INFO  (zkCallback-865-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242611 INFO  (zkCallback-886-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242611 INFO  (zkCallback-916-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242611 INFO  (zkCallback-933-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 242615 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_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> 242643 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 242688 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51780.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 242744 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51780.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 242747 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51780.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f588607
   [junit4]   2> 242748 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [n:127.0.0.1:51780_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_4C2BF27890ECF43C-001/tempDir-001/node1/.
   [junit4]   2> 242771 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 242773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:51781/solr. Proxy: http://127.0.0.1:51780/solr
   [junit4]   2> 242773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1032772943
   [junit4]   2> 242773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:51719_solr
   [junit4]   2> 242775 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 242775 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:51719_solr as DOWN
   [junit4]   2> 242816 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 242816 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d946d19: rootName = solr_51719, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4b7b78f
   [junit4]   2> 242823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 242823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@fc8169d: rootName = solr_51719, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6d9e0df4
   [junit4]   2> 242831 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 242841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@152640d2: rootName = solr_51719, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7904d829
   [junit4]   2> 242841 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 242843 INFO  (closeThreadPool-942-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72137654285041674-127.0.0.1:51719_solr-n_0000000003) closing
   [junit4]   2> 242843 INFO  (OverseerStateUpdate-72137654285041674-127.0.0.1:51719_solr-n_0000000003) [n:127.0.0.1:51719_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:51719_solr
   [junit4]   2> 242843 INFO  (OverseerAutoScalingTriggerThread-72137654285041674-127.0.0.1:51719_solr-n_0000000003) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 242848 INFO  (closeThreadPool-942-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72137654285041674-127.0.0.1:51719_solr-n_0000000003) closing
   [junit4]   2> 242852 INFO  (zkCallback-916-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 242852 INFO  (zkCallback-899-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51764_solr
   [junit4]   2> 242852 INFO  (zkCallback-933-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 242853 INFO  (zkCallback-886-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 242955 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.Overseer Overseer (id=72137654285041674-127.0.0.1:51719_solr-n_0000000003) closing
   [junit4]   2> 242955 INFO  (zkCallback-899-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 242957 INFO  (zkCallback-899-thread-1) [n:127.0.0.1:51764_solr     ] o.a.s.c.Overseer Overseer (id=72137654285041677-127.0.0.1:51764_solr-n_0000000004) starting
   [junit4]   2> 242980 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d04586a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 242980 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3881bc51{/solr,null,UNAVAILABLE}
   [junit4]   2> 242980 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 242985 INFO  (OverseerStateUpdate-72137654285041677-127.0.0.1:51764_solr-n_0000000004) [n:127.0.0.1:51764_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:51764_solr
   [junit4]   2> 242990 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 242995 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 242996 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 243013 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 243013 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 243015 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 243022 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5

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

ead-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 268483 INFO  (zkCallback-899-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 268483 INFO  (zkCallback-950-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 268484 INFO  (jetty-closer-967-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@74e6fa45: rootName = solr_51789, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7904d829
   [junit4]   2> 268484 INFO  (jetty-closer-967-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 268485 INFO  (jetty-closer-967-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 268485 INFO  (jetty-closer-967-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b861161: rootName = solr_51764, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7904d829
   [junit4]   2> 268485 INFO  (jetty-closer-967-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 268493 INFO  (closeThreadPool-983-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72137654285041677-127.0.0.1:51764_solr-n_0000000004) closing
   [junit4]   2> 268493 INFO  (OverseerStateUpdate-72137654285041677-127.0.0.1:51764_solr-n_0000000004) [n:127.0.0.1:51764_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:51764_solr
   [junit4]   2> 268497 INFO  (OverseerAutoScalingTriggerThread-72137654285041677-127.0.0.1:51764_solr-n_0000000004) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 268499 INFO  (closeThreadPool-983-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72137654285041677-127.0.0.1:51764_solr-n_0000000004) closing
   [junit4]   2> 268606 INFO  (zkCallback-899-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 268618 INFO  (jetty-closer-967-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7ed0c5e5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 268618 INFO  (jetty-closer-967-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@41b8464d{/solr,null,UNAVAILABLE}
   [junit4]   2> 268618 INFO  (jetty-closer-967-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 268622 INFO  (jetty-closer-967-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7cab9192{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 268624 INFO  (jetty-closer-967-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5125d9f8{/solr,null,UNAVAILABLE}
   [junit4]   2> 268624 INFO  (jetty-closer-967-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 268712 INFO  (jetty-closer-967-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72137654285041677-127.0.0.1:51764_solr-n_0000000004) closing
   [junit4]   2> 268721 INFO  (jetty-closer-967-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@41334016{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 268722 INFO  (jetty-closer-967-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e4ffb04{/solr,null,UNAVAILABLE}
   [junit4]   2> 268722 INFO  (jetty-closer-967-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 268724 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 268947 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> 	10	/solr/aliases.json
   [junit4]   2> 	9	/solr/security.json
   [junit4]   2> 	9	/solr/configs/conf
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	8	/solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/terms/shard2
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	4	/solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/state.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	55	/solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/state.json
   [junit4]   2> 	36	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	26	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	10	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72137654285041677-127.0.0.1:51764_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	91	/solr/overseer/queue
   [junit4]   2> 	73	/solr/live_nodes
   [junit4]   2> 	40	/solr/collections
   [junit4]   2> 	24	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 268953 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:51709
   [junit4]   2> 268953 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51709
   [junit4]   2> 268953 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[4C2BF27890ECF43C]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51709
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_4C2BF27890ECF43C-001
   [junit4]   2> Apr 10, 2020 3:34:12 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=Asserting(Lucene84): {_version_=FST50, _root_=FST50, fieldName_s=Lucene84, id=PostingsFormat(name=MockRandom)}, docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1511, maxMBSortInHeap=6.194088967888826, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2ca20f28), locale=to, timezone=Europe/Isle_of_Man
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 14 (64-bit)/cpus=6,threads=1,free=115454656,total=314572800
   [junit4]   2> NOTE: All tests run in this JVM: [TestFilteredDocIdSet, OverseerTaskQueueTest, TestRecoveryHdfs, TestPerFieldSimilarityWithDefaultOverride, TestCustomSort, SuggestComponentTest, BinaryUpdateRequestHandlerTest, TestPhraseSuggestions, TestCollationFieldDocValues, SaslZkACLProviderTest, TestImpersonationWithHadoopAuth, TestXIncludeConfig, HighlighterTest, TestExpandComponent, CollectionsAPIAsyncDistributedZkTest, TestChildDocTransformerHierarchy, TestUpdate, QueryResultKeyTest, RootFieldTest, CoreMergeIndexesAdminHandlerTest, BasicAuthIntegrationTest, UpdateRequestProcessorFactoryTest, TestJsonFacetsStatsParsing, HdfsChaosMonkeyNothingIsSafeTest, MoreLikeThisComponentTest, SolrCoreCheckLockOnStartupTest, TimeRoutedAliasUpdateProcessorTest, TestLegacyField, JavabinLoaderTest, TestSolrCoreParser, TestAuthorizationFramework, TestPullReplicaErrorHandling]
   [junit4] Completed [132/908 (1!)] on J2 in 29.73s, 3 tests, 1 failure <<< FAILURES!

[...truncated 47529 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5873/consoleText

[repro] Revision: 36b280bd0a21952ea54c7567f037eb48dc93205a

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestPullReplicaErrorHandling -Dtests.method=testCantConnectToLeader -Dtests.seed=4C2BF27890ECF43C -Dtests.slow=true -Dtests.locale=to -Dtests.timezone=Europe/Isle_of_Man -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 3187 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPullReplicaErrorHandling" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=4C2BF27890ECF43C -Dtests.slow=true -Dtests.locale=to -Dtests.timezone=Europe/Isle_of_Man -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 91 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro] Exiting with code 0

[...truncated 73 lines...]

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-13.0.2) - Build # 5872 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5872/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.TestHighlightDedupGrouping

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

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




Build Log:
[...truncated 16071 lines...]
   [junit4] Suite: org.apache.solr.TestHighlightDedupGrouping
   [junit4]   2> 1065884 INFO  (SUITE-TestHighlightDedupGrouping-seed#[BB9B3BC38E7156BE]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1065884 INFO  (SUITE-TestHighlightDedupGrouping-seed#[BB9B3BC38E7156BE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1065885 INFO  (SUITE-TestHighlightDedupGrouping-seed#[BB9B3BC38E7156BE]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/data-dir-93-001
   [junit4]   2> 1065885 WARN  (SUITE-TestHighlightDedupGrouping-seed#[BB9B3BC38E7156BE]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=57 numCloses=57
   [junit4]   2> 1065885 INFO  (SUITE-TestHighlightDedupGrouping-seed#[BB9B3BC38E7156BE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1065886 INFO  (SUITE-TestHighlightDedupGrouping-seed#[BB9B3BC38E7156BE]-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> 1065886 INFO  (SUITE-TestHighlightDedupGrouping-seed#[BB9B3BC38E7156BE]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /yo/gu
   [junit4]   2> 1066272 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1066275 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1066275 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1066276 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1066278 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1066278 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1066279 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1066281 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@623bc5ac{/yo/gu,null,AVAILABLE}
   [junit4]   2> 1066282 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@d5c4780{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53910}
   [junit4]   2> 1066282 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.Server Started @1066351ms
   [junit4]   2> 1066282 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yo/gu, hostPort=53910, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/control/cores}
   [junit4]   2> 1066282 ERROR (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1066283 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1066283 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1066283 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1066283 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1066283 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T06:06:14.258411Z
   [junit4]   2> 1066283 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/control/solr.xml
   [junit4]   2> 1066287 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1066397 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1066399 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2184c17d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1066399 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2184c17d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1066403 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3553d513[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1066404 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3553d513[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1066405 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] 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> 1066427 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1066428 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1066464 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1066493 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1066493 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1066495 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/control/cores
   [junit4]   2> 1066495 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1066504 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1066544 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1066693 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1066727 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1066732 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1066732 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/control/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1066735 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=22.765625, floorSegmentMB=1.15625, forceMergeDeletesPctAllowed=7.971810532833699, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5917722645522187, deletesPctAllowed=47.34581742595319
   [junit4]   2> 1066875 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1066875 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1066877 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1066877 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1066882 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4657402078219245]
   [junit4]   2> 1066885 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5bfe93ef[collection1] main]
   [junit4]   2> 1066887 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1066961 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 1067093 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1067093 INFO  (coreLoadExecutor-3792-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663564539565703168
   [junit4]   2> 1067094 INFO  (searcherExecutor-3793-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1067094 INFO  (searcherExecutor-3793-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1067094 INFO  (searcherExecutor-3793-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1067094 INFO  (searcherExecutor-3793-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1067095 INFO  (searcherExecutor-3793-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1067095 INFO  (searcherExecutor-3793-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1067095 ERROR (coreZkRegister-3784-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer 
   [junit4]   2>           => java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:196)
   [junit4]   2> java.lang.NullPointerException: null
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:196) ~[java/:?]
   [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:830) [?:?]
   [junit4]   2> 1067096 ERROR (coreZkRegister-3784-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer :java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 1067097 INFO  (searcherExecutor-3793-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1067097 INFO  (searcherExecutor-3793-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1067098 INFO  (searcherExecutor-3793-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1067100 INFO  (searcherExecutor-3793-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5bfe93ef[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1067509 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1067511 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1067511 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1067511 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1067512 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1067512 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1067512 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1067517 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4bce2bf4{/yo/gu,null,AVAILABLE}
   [junit4]   2> 1067518 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@41bf79a5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53916}
   [junit4]   2> 1067519 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.Server Started @1067587ms
   [junit4]   2> 1067519 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yo/gu, hostPort=53916, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard0/cores}
   [junit4]   2> 1067519 ERROR (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1067519 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1067519 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1067519 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1067519 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1067519 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T06:06:15.494714Z
   [junit4]   2> 1067519 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1067524 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1067608 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1067615 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4b50627[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1067615 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4b50627[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1067621 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7fb624be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1067621 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7fb624be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1067623 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] 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> 1067650 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1067650 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1067693 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1067717 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1067717 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1067718 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard0/cores
   [junit4]   2> 1067719 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1067738 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1067760 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1067865 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1067878 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1067878 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1067878 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard0/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1067880 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=22.765625, floorSegmentMB=1.15625, forceMergeDeletesPctAllowed=7.971810532833699, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5917722645522187, deletesPctAllowed=47.34581742595319
   [junit4]   2> 1067957 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1067957 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1067960 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1067960 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1067961 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4657402078219245]
   [junit4]   2> 1067961 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b4de690[collection1] main]
   [junit4]   2> 1067963 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1067990 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 1068094 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1068094 INFO  (coreLoadExecutor-3806-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663564540615327744
   [junit4]   2> 1068095 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1068096 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1068096 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1068096 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1068096 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1068097 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1068097 ERROR (coreZkRegister-3798-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer 
   [junit4]   2>           => java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:196)
   [junit4]   2> java.lang.NullPointerException: null
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:196) ~[java/:?]
   [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:830) [?:?]
   [junit4]   2> 1068098 ERROR (coreZkRegister-3798-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer :java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 1068099 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1068099 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1068100 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1068101 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5b4de690[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1068674 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 1068676 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1068676 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1068676 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1068685 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1068685 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1068685 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1068687 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45e14444{/yo/gu,null,AVAILABLE}
   [junit4]   2> 1068689 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@18d5d7fd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53928}
   [junit4]   2> 1068689 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.s.Server Started @1068758ms
   [junit4]   2> 1068689 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yo/gu, hostPort=53928, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard1/cores}
   [junit4]   2> 1068690 ERROR (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1068690 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1068690 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1068690 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1068690 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1068690 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T06:06:16.665814Z
   [junit4]   2> 1068690 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 1068695 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1068893 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1068896 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@32b38783[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1068896 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@32b38783[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1068900 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4ae68a70[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1068900 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4ae68a70[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1068902 WARN  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] 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> 1068930 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1068930 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1068952 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1068963 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1068963 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1068966 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard1/cores
   [junit4]   2> 1068966 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1068973 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1069000 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1069116 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1069150 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1069150 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c15675
   [junit4]   2> 1069151 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard1/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping_BB9B3BC38E7156BE-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 1069153 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=22.765625, floorSegmentMB=1.15625, forceMergeDeletesPctAllowed=7.971810532833699, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5917722645522187, deletesPctAllowed=47.34581742595319
   [junit4]   2> 1069251 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1069251 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1069255 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1069255 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1069256 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4657402078219245]
   [junit4]   2> 1069256 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d917acc[collection1] main]
   [junit4]   2> 1069257 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1069287 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 1069400 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1069400 INFO  (coreLoadExecutor-3820-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663564541984768000
   [junit4]   2> 1069400 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1069400 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1069400 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1069400 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1069404 ERROR (coreZkRegister-3812-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer 
   [junit4]   2>           => java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:196)
   [junit4]   2> java.lang.NullPointerException: null
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:196) ~[java/:?]
   [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:830) [?:?]
   [junit4]   2> 1069404 ERROR (coreZkRegister-3812-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer :java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 1069404 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1069405 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1069405 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1069406 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1069406 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1069408 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2d917acc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1069902 INFO  (TEST-TestHighlightDedupGrouping.test-seed#[BB9B3BC38E7156BE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1069908 INFO  (qtp1134758117-12387) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1663564542515347456)} 0 2
   [junit4]   2> 1069914 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1663564542520590336)} 0 3
   [junit4]   2> 1069921 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1663564542527930368)} 0 2
   [junit4]   2> 1069922 INFO  (qtp1134758117-12388) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1663564542532124672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1069922 INFO  (qtp1134758117-12388) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1069923 INFO  (qtp1134758117-12388) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1069923 INFO  (qtp1134758117-12388) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 1069924 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1663564542534221824,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1069924 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1069925 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1069925 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 1069926 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1663564542536318976,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1069926 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1069927 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1069927 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 1069930 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[1 (1663564542538416128)]} 0 2
   [junit4]   2> 1069931 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1663564542541561856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1069932 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3df67ac1 commitCommandVersion:1663564542541561856
   [junit4]   2> 1069939 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@73b0a908[collection1] main]
   [junit4]   2> 1069939 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1069951 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@73b0a908[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={source=flush, os.arch=x86_64, java.runtime.version=13.0.2+8, os.version=10.14.6, os=Mac OS X, java.vendor=AdoptOpenJDK, timestamp=1586498777910, java.version=13.0.2, java.vm.version=13.0.2+8, lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1069951 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 19
   [junit4]   2> 1069954 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[1 (1663564542563581952)]} 0 1
   [junit4]   2> 1069955 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1663564542566727680,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1069955 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3dc4ba30 commitCommandVersion:1663564542566727680
   [junit4]   2> 1069964 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@631b461c[collection1] main]
   [junit4]   2> 1069964 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1069966 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@631b461c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c1:[diagnostics={source=flush, os.arch=x86_64, java.runtime.version=13.0.2+8, os.version=10.14.6, os=Mac OS X, java.vendor=AdoptOpenJDK, timestamp=1586498777933, java.version=13.0.2, java.vm.version=13.0.2+8, lucene.version=9.0.0}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1069967 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 12
   [junit4]   2> 1069974 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/yo/gu path=/select params={df=text&group.distributed.first=true&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=2048&start=0&shard.url=http://127.0.0.1:53916/yo/gu/collection1&rows=10&version=2&q=id_s1:1&omitHeader=false&NOW=1586498777943&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=0
   [junit4]   2> 1069974 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/yo/gu path=/select params={df=text&group.distributed.first=true&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=2048&start=0&shard.url=http://127.0.0.1:53928/yo/gu/collection1&rows=10&version=2&q=id_s1:1&omitHeader=false&NOW=1586498777943&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=0
   [junit4]   2> 1069977 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/yo/gu path=/select params={group.topgroups.id_s1=1&df=text&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=4&start=0&shard.url=http://127.0.0.1:53916/yo/gu/collection1&rows=10&version=2&group.distributed.second=true&q=id_s1:1&omitHeader=false&NOW=1586498777943&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=0
   [junit4]   2> 1069977 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/yo/gu path=/select params={group.topgroups.id_s1=1&df=text&distrib=false&hl=false&group.limit=2&fl=id,score&shards.purpose=4&start=0&shard.url=http://127.0.0.1:53928/yo/gu/collection1&rows=10&version=2&group.distributed.second=true&q=id_s1:1&omitHeader=false&NOW=1586498777943&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1&group=true} status=0 QTime=0
   [junit4]   2> 1069981 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/yo/gu path=/select params={df=text&distrib=false&hl=true&group.limit=2&shards.purpose=192&shard.url=http://127.0.0.1:53928/yo/gu/collection1&version=2&q=id_s1:1&omitHeader=false&NOW=1586498777943&ids=1&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1} status=0 QTime=1
   [junit4]   2> 1069981 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/yo/gu path=/select params={df=text&distrib=false&hl=true&group.limit=2&shards.purpose=192&shard.url=http://127.0.0.1:53916/yo/gu/collection1&version=2&q=id_s1:1&omitHeader=false&NOW=1586498777943&ids=1&isShard=true&hl.fl=id_s1&wt=javabin&group.field=id_s1} status=0 QTime=1
   [junit4]   2> 1069982 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/yo/gu path=/select params={q=id_s1:1&shards=http://127.0.0.1:53916/yo/gu/collection1,http://127.0.0.1:53928/yo/gu/collection1&hl=true&group.limit=2&hl.fl=id_s1&wt=javabin&version=2&group.field=id_s1&group=true} status=0 QTime=13
   [junit4]   2> 1069984 INFO  (qtp1134758117-12389) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1663564542596087808)} 0 1
   [junit4]   2> 1069986 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@56fa75ac[collection1] realtime]
   [junit4]   2> 1069986 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1663564542598184960)} 0 1
   [junit4]   2> 1069989 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@278f3f8d[collection1] realtime]
   [junit4]   2> 1069989 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1663564542600282112)} 0 2
   [junit4]   2> 1069992 INFO  (qtp1134758117-12386) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1663564542605524992,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1069993 INFO  (qtp1134758117-12386) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1069993 INFO  (qtp1134758117-12386) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1069993 INFO  (qtp1134758117-12386) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 1069995 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1663564542608670720,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1069996 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3df67ac1 commitCommandVersion:1663564542608670720
   [junit4]   2> 1069996 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@53249c69[collection1] main]
   [junit4]   2> 1069997 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1070000 INFO  (searcherExecutor-3807-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@53249c69[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1070001 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 1070002 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1663564542614962176,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1070002 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3dc4ba30 commitCommandVersion:1663564542614962176
   [junit4]   2> 1070002 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@74fd8f18[collection1] main]
   [junit4]   2> 1070002 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1070004 INFO  (searcherExecutor-3821-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@74fd8f18[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1070005 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 3
   [junit4]   2> 1070008 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[0 (1663564542620205056)]} 0 1
   [junit4]   2> 1070008 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[1 (1663564542622302208)]} 0 0
   [junit4]   2> 1070008 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[1 (1663564542622302208)]} 0 0
   [junit4]   2> 1070008 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[2 (1663564542622302209)]} 0 0
   [junit4]   2> 1070013 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[3 (1663564542627545088)]} 0 0
   [junit4]   2> 1070013 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[4 (1663564542627545089)]} 0 0
   [junit4]   2> 1070015 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[5 (1663564542629642240)]} 0 0
   [junit4]   2> 1070016 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[5 (1663564542630690816)]} 0 0
   [junit4]   2> 1070016 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[6 (1663564542630690816)]} 0 0
   [junit4]   2> 1070017 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[6 (1663564542631739392)]} 0 0
   [junit4]   2> 1070018 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[7 (1663564542632787968)]} 0 0
   [junit4]   2> 1070019 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[8 (1663564542633836544)]} 0 0
   [junit4]   2> 1070020 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[9 (1663564542634885120)]} 0 0
   [junit4]   2> 1070020 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[10 (1663564542634885121)]} 0 0
   [junit4]   2> 1070022 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[11 (1663564542636982272)]} 0 0
   [junit4]   2> 1070022 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[11 (1663564542636982272)]} 0 0
   [junit4]   2> 1070023 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[12 (1663564542638030848)]} 0 0
   [junit4]   2> 1070024 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[13 (1663564542638030849)]} 0 0
   [junit4]   2> 1070024 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[14 (1663564542639079424)]} 0 0
   [junit4]   2> 1070025 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[15 (1663564542640128000)]} 0 0
   [junit4]   2> 1070026 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[16 (1663564542641176576)]} 0 0
   [junit4]   2> 1070026 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[17 (1663564542641176577)]} 0 0
   [junit4]   2> 1070027 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[18 (1663564542642225152)]} 0 0
   [junit4]   2> 1070028 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[19 (1663564542643273728)]} 0 0
   [junit4]   2> 1070029 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[19 (1663564542644322304)]} 0 0
   [junit4]   2> 1070029 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[20 (1663564542644322305)]} 0 0
   [junit4]   2> 1070030 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[21 (1663564542645370880)]} 0 0
   [junit4]   2> 1070031 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[22 (1663564542646419456)]} 0 0
   [junit4]   2> 1070031 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[23 (1663564542646419457)]} 0 0
   [junit4]   2> 1070032 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[24 (1663564542647468032)]} 0 0
   [junit4]   2> 1070033 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[25 (1663564542647468033)]} 0 0
   [junit4]   2> 1070033 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[26 (1663564542648516608)]} 0 0
   [junit4]   2> 1070034 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[27 (1663564542649565184)]} 0 0
   [junit4]   2> 1070034 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[28 (1663564542649565184)]} 0 0
   [junit4]   2> 1070035 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[29 (1663564542650613760)]} 0 0
   [junit4]   2> 1070036 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[30 (1663564542651662336)]} 0 0
   [junit4]   2> 1070037 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[31 (1663564542652710912)]} 0 0
   [junit4]   2> 1070037 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[32 (1663564542652710913)]} 0 0
   [junit4]   2> 1070038 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[33 (1663564542653759488)]} 0 0
   [junit4]   2> 1070039 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[34 (1663564542654808064)]} 0 0
   [junit4]   2> 1070039 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[35 (1663564542654808065)]} 0 0
   [junit4]   2> 1070040 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[35 (1663564542655856640)]} 0 0
   [junit4]   2> 1070041 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[36 (1663564542656905216)]} 0 0
   [junit4]   2> 1070041 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[37 (1663564542656905217)]} 0 0
   [junit4]   2> 1070042 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[38 (1663564542657953792)]} 0 0
   [junit4]   2> 1070043 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[39 (1663564542657953793)]} 0 0
   [junit4]   2> 1070043 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[40 (1663564542659002368)]} 0 0
   [junit4]   2> 1070044 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[41 (1663564542660050944)]} 0 0
   [junit4]   2> 1070044 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[42 (1663564542660050944)]} 0 0
   [junit4]   2> 1070045 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[42 (1663564542661099520)]} 0 0
   [junit4]   2> 1070045 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[43 (1663564542661099521)]} 0 0
   [junit4]   2> 1070047 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[44 (1663564542663196672)]} 0 0
   [junit4]   2> 1070047 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[44 (1663564542663196672)]} 0 0
   [junit4]   2> 1070048 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[45 (1663564542664245248)]} 0 0
   [junit4]   2> 1070049 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[46 (1663564542665293824)]} 0 0
   [junit4]   2> 1070049 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[47 (1663564542665293825)]} 0 0
   [junit4]   2> 1070050 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[48 (1663564542666342400)]} 0 0
   [junit4]   2> 1070051 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[48 (1663564542667390976)]} 0 0
   [junit4]   2> 1070051 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[49 (1663564542667390977)]} 0 0
   [junit4]   2> 1070052 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[50 (1663564542668439552)]} 0 0
   [junit4]   2> 1070052 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[51 (1663564542668439553)]} 0 0
   [junit4]   2> 1070053 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[52 (1663564542669488128)]} 0 0
   [junit4]   2> 1070054 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[53 (1663564542670536704)]} 0 0
   [junit4]   2> 1070054 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[54 (1663564542670536705)]} 0 0
   [junit4]   2> 1070055 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[55 (1663564542671585280)]} 0 0
   [junit4]   2> 1070056 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[56 (1663564542672633856)]} 0 0
   [junit4]   2> 1070057 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[57 (1663564542673682432)]} 0 0
   [junit4]   2> 1070057 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[58 (1663564542673682433)]} 0 0
   [junit4]   2> 1070058 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[59 (1663564542674731008)]} 0 0
   [junit4]   2> 1070059 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[60 (1663564542674731008)]} 0 0
   [junit4]   2> 1070059 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[61 (1663564542675779584)]} 0 0
   [junit4]   2> 1070060 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[62 (1663564542675779584)]} 0 0
   [junit4]   2> 1070060 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[63 (1663564542676828160)]} 0 0
   [junit4]   2> 1070061 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[64 (1663564542677876736)]} 0 0
   [junit4]   2> 1070061 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[65 (1663564542677876737)]} 0 0
   [junit4]   2> 1070062 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[66 (1663564542678925312)]} 0 0
   [junit4]   2> 1070062 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[67 (1663564542678925313)]} 0 0
   [junit4]   2> 1070063 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[68 (1663564542679973888)]} 0 0
   [junit4]   2> 1070064 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[69 (1663564542679973888)]} 0 0
   [junit4]   2> 1070064 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[70 (1663564542681022464)]} 0 0
   [junit4]   2> 1070065 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[71 (1663564542681022464)]} 0 0
   [junit4]   2> 1070065 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[72 (1663564542682071040)]} 0 0
   [junit4]   2> 1070066 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[73 (1663564542683119616)]} 0 0
   [junit4]   2> 1070067 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[74 (1663564542683119617)]} 0 0
   [junit4]   2> 1070067 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[75 (1663564542684168192)]} 0 0
   [junit4]   2> 1070068 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[76 (1663564542685216768)]} 0 0
   [junit4]   2> 1070068 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[76 (1663564542685216768)]} 0 0
   [junit4]   2> 1070069 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[77 (1663564542686265344)]} 0 0
   [junit4]   2> 1070070 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[78 (1663564542687313920)]} 0 0
   [junit4]   2> 1070071 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[79 (1663564542688362496)]} 0 0
   [junit4]   2> 1070072 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[80 (1663564542689411072)]} 0 0
   [junit4]   2> 1070073 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[81 (1663564542690459648)]} 0 0
   [junit4]   2> 1070074 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[82 (1663564542690459649)]} 0 0
   [junit4]   2> 1070075 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[83 (1663564542692556800)]} 0 0
   [junit4]   2> 1070076 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[84 (1663564542692556801)]} 0 0
   [junit4]   2> 1070076 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[85 (1663564542693605376)]} 0 0
   [junit4]   2> 1070077 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[86 (1663564542694653952)]} 0 0
   [junit4]   2> 1070078 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[86 (1663564542695702528)]} 0 0
   [junit4]   2> 1070081 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[87 (1663564542698848256)]} 0 0
   [junit4]   2> 1070082 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[88 (1663564542699896832)]} 0 0
   [junit4]   2> 1070083 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[89 (1663564542699896832)]} 0 0
   [junit4]   2> 1070084 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[90 (1663564542701993984)]} 0 0
   [junit4]   2> 1070085 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[91 (1663564542703042560)]} 0 0
   [junit4]   2> 1070086 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[92 (1663564542704091136)]} 0 0
   [junit4]   2> 1070087 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[93 (1663564542705139712)]} 0 0
   [junit4]   2> 1070088 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[94 (1663564542706188288)]} 0 0
   [junit4]   2> 1070088 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[95 (1663564542706188288)]} 0 0
   [junit4]   2> 1070088 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[96 (1663564542706188289)]} 0 0
   [junit4]   2> 1070088 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[97 (1663564542706188290)]} 0 0
   [junit4]   2> 1070093 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[98 (1663564542710382592)]} 0 4
   [junit4]   2> 1070093 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[99 (1663564542711431168)]} 0 0
   [junit4]   2> 1070095 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[100 (1663564542713528320)]} 0 0
   [junit4]   2> 1070096 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[100 (1663564542714576896)]} 0 0
   [junit4]   2> 1070097 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[101 (1663564542715625472)]} 0 0
   [junit4]   2> 1070098 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[102 (1663564542716674048)]} 0 0
   [junit4]   2> 1070099 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[103 (1663564542717722624)]} 0 0
   [junit4]   2> 1070100 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[104 (1663564542718771200)]} 0 0
   [junit4]   2> 1070100 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[105 (1663564542718771201)]} 0 0
   [junit4]   2> 1070101 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[106 (1663564542719819776)]} 0 0
   [junit4]   2> 1070102 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[107 (1663564542720868352)]} 0 0
   [junit4]   2> 1070103 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[108 (1663564542721916928)]} 0 0
   [junit4]   2> 1070104 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[109 (1663564542722965504)]} 0 0
   [junit4]   2> 1070105 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[110 (1663564542722965505)]} 0 0
   [junit4]   2> 1070105 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[111 (1663564542724014080)]} 0 0
   [junit4]   2> 1070106 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[112 (1663564542725062656)]} 0 0
   [junit4]   2> 1070107 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[113 (1663564542726111232)]} 0 0
   [junit4]   2> 1070107 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[114 (1663564542726111232)]} 0 0
   [junit4]   2> 1070108 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[114 (1663564542727159808)]} 0 0
   [junit4]   2> 1070109 INFO  (qtp853811132-12410) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[115 (1663564542728208384)]} 0 0
   [junit4]   2> 1070110 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[116 (1663564542728208384)]} 0 0
   [junit4]   2> 1070110 INFO  (qtp853811132-12411) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[117 (1663564542729256960)]} 0 0
   [junit4]   2> 1070111 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[118 (1663564542730305536)]} 0 0
   [junit4]   2> 1070112 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[119 (1663564542731354112)]} 0 0
   [junit4]   2> 1070114 INFO  (qtp1149526298-12433) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[120 (1663564542733451264)]} 0 0
   [junit4]   2> 1070116 INFO  (qtp1149526298-12430) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[121 (1663564542734499840)]} 0 0
   [junit4]   2> 1070117 INFO  (qtp853811132-12409) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[122 (1663564542736596992)]} 0 0
   [junit4]   2> 1070119 INFO  (qtp1149526298-12431) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[122 (1663564542737645568)]} 0 0
   [junit4]   2> 1070120 INFO  (qtp1149526298-12432) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/yo/gu path=/update params={wt=javabin&version=2}{add=[123 (1663564542739742720)]} 0 0
   [junit4]   2> 1070125 INFO  (qtp853811132-12408) [    x:collection1 ] o.a.s.u.p.LogUpdatePr

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

urce)
   [junit4]   2> 	at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> ^^==============================================
   [junit4]   2> 
   [junit4]   2> ???????? 10, 2020 7:06:14 ?.?. com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> ???????? 10, 2020 7:06:24 ?.?. com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.TestHighlightDedupGrouping: 
   [junit4]   2>    1) Thread[id=12381, name=SUITE-TestHighlightDedupGrouping-seed#[BB9B3BC38E7156BE]-worker, state=WAITING, group=TGRP-TestHighlightDedupGrouping]
   [junit4]   2>         at java.base@13.0.2/java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.base@13.0.2/java.lang.Thread.join(Thread.java:1303)
   [junit4]   2>         at java.base@13.0.2/java.lang.Thread.join(Thread.java:1371)
   [junit4]   2>         at app//org.apache.solr.TestHighlightDedupGrouping.afterClass(TestHighlightDedupGrouping.java:42)
   [junit4]   2>         at java.base@13.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at java.base@13.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at java.base@13.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.base@13.0.2/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>         at app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$$Lambda$142/0x0000000119cbd4b0.run(Unknown Source)
   [junit4]   2>         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> ???????? 10, 2020 7:06:24 ?.?. com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=12381, name=SUITE-TestHighlightDedupGrouping-seed#[BB9B3BC38E7156BE]-worker, state=WAITING, group=TGRP-TestHighlightDedupGrouping]
   [junit4]   2> 8276179 INFO  (SUITE-TestHighlightDedupGrouping-seed#[BB9B3BC38E7156BE]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Apr 10, 2020 8:06:24 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id_s1=BlockTreeOrds(blocksize=128), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), _root_=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=Asserting)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=800, maxMBSortInHeap=5.36351006502757, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@295a4365), locale=si, timezone=Asia/Sakhalin
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=161619496,total=339742720
   [junit4]   2> NOTE: All tests run in this JVM: [TestCustomStream, UpdateParamsTest, TestWaitForStateWithJettyShutdowns, CloudExitableDirectoryReaderTest, TestNamedUpdateProcessors, IndexSizeEstimatorTest, TestSolrQueryParser, CloudMLTQParserTest, DistributedQueryComponentOptimizationTest, TestPrepRecovery, SharedFSAutoReplicaFailoverTest, SolrLogPostToolTest, SpellCheckCollatorTest, CircularListTest, ResponseBuilderTest, TestSnapshotCloudManager, TestSimNodeLostTrigger, MetricsHandlerTest, CloneFieldUpdateProcessorFactoryTest, TestImplicitCoreProperties, SolrMetricReporterTest, TestSolrIndexConfig, ZkNodePropsTest, MigrateRouteKeyTest, TestSegmentSorting, AnalysisAfterCoreReloadTest, SearchHandlerTest, FacetPivotSmallTest, Tagger2Test, TestTlogReplayVsRecovery, TestManagedSynonymFilterFactory, TestTrieFacet, SpatialFilterTest, SplitShardTest, ForceLeaderWithTlogReplicasTest, TestExtendedDismaxParser, TestCSVResponseWriter, ConcurrentDeleteAndCreateCollectionTest, TestQueryUtils, TestLogWatcher, SortByFunctionTest, TestLeaderElectionZkExpiry, TestBulkSchemaAPI, TestSystemIdResolver, CollectionReloadTest, TestJsonFacetRefinement, CollectionStateFormat2Test, TestRealTimeGet, TestComplexPhraseQParserPlugin, TestManagedSchemaAPI, CreateCollectionCleanupTest, CacheHeaderTest, SolrSlf4jReporterTest, TestShardHandlerFactory, SplitByPrefixTest, TestHdfsBackupRestoreCore, TestMergePolicyConfig, TokenizerChainTest, TestCharFilters, TestCloudConsistency, SolrInfoBeanTest, ShowFileRequestHandlerTest, TestSolrTestCaseJ4, TestMaxScoreQueryParser, TestStressThreadBackup, TestFieldCache, AtomicUpdatesTest, CoreAdminOperationTest, RangeFacetCloudTest, FieldMutatingUpdateProcessorTest, TestSolrQueryResponse, DistributedFacetPivotSmallAdvancedTest, TestRandomFlRTGCloud, OverseerSolrResponseUnsafeSerializationTest, TestTrackingShardHandlerFactory, PeerSyncReplicationTest, TestCloudPseudoReturnFields, TestSearchPerf, HdfsTlogReplayBufferedWhileIndexingTest, NumberUtilsTest, IndexSizeTriggerSizeEstimationTest, TestFieldCacheWithThreads, ChangedSchemaMergeTest, TestNonDefinedSimilarityFactory, WordBreakSolrSpellCheckerTest, MultiSolrCloudTestCaseTest, RulesTest, AssignBackwardCompatibilityTest, TestMacroExpander, TestIndexingPerformance, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, TestDistributedMissingSort, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestHighlightDedupGrouping -Dtests.seed=BB9B3BC38E7156BE -Dtests.slow=true -Dtests.locale=si -Dtests.timezone=Asia/Sakhalin -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestHighlightDedupGrouping (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BB9B3BC38E7156BE]:0)
   [junit4] Completed [907/907 (1!)] on J0 in 7211.10s, 1 test, 1 error <<< FAILURES!

[...truncated 52557 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5872/consoleText

[repro] Revision: ffdd29e6fb924bbded6d768a9b2f2ecc5c392f18

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestHighlightDedupGrouping -Dtests.seed=BB9B3BC38E7156BE -Dtests.slow=true -Dtests.locale=si -Dtests.timezone=Asia/Sakhalin -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

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

[...truncated 3187 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestHighlightDedupGrouping" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=BB9B3BC38E7156BE -Dtests.slow=true -Dtests.locale=si -Dtests.timezone=Asia/Sakhalin -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 81 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.TestHighlightDedupGrouping
[repro] Exiting with code 0

[...truncated 73 lines...]