You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/07/01 11:30:36 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+shipilev-fastdebug) - Build # 24324 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24324/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttp2SolrClient.testSimple

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:36305/solr/collection1/select?q=*%3A*&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:36305/solr/collection1/select?q=*%3A*&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([C23DB57306DFDAAB:FA8E918D212C0E7A]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:406)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:746)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
	at org.apache.solr.client.solrj.TestLBHttp2SolrClient.testSimple(TestLBHttp2SolrClient.java:143)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:397)
	... 45 more




Build Log:
[...truncated 16207 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttp2SolrClient
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/init-core-data-001
   [junit4]   2> 57628 WARN  (SUITE-TestLBHttp2SolrClient-seed#[C23DB57306DFDAAB]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=152 numCloses=152
   [junit4]   2> 57629 INFO  (SUITE-TestLBHttp2SolrClient-seed#[C23DB57306DFDAAB]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 57630 INFO  (SUITE-TestLBHttp2SolrClient-seed#[C23DB57306DFDAAB]-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)
   [junit4]   2> 57631 INFO  (SUITE-TestLBHttp2SolrClient-seed#[C23DB57306DFDAAB]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 57645 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 57673 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4896026a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57673 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4896026a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57681 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 57681 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 57682 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 57682 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326
   [junit4]   2> 57788 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 57788 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 57789 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 57797 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5eafe026{/solr,null,AVAILABLE}
   [junit4]   2> 57800 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@39277a43{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36305}
   [junit4]   2> 57800 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server Started @58085ms
   [junit4]   2> 57800 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solrconfig=bad_solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/collection1/data, hostPort=36305}
   [junit4]   2> 57801 ERROR (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 57801 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 57808 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 57808 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 57808 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 57808 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-01T11:07:33.860821Z
   [junit4]   2> 57810 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 57811 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/solr.xml
   [junit4]   2> 57833 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 58627 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 58638 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12c08f2d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58638 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12c08f2d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58674 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@111bab78[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58674 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@111bab78[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 58744 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 58744 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 58795 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 58844 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 58844 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 58849 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/.
   [junit4]   2> 58849 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 58882 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 58912 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 58916 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 58916 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/./collection1, trusted=true
   [junit4]   2> 58917 INFO  (coreLoadExecutor-25-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@5e2bdb24
   [junit4]   2> 58934 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/./collection1/data/]
   [junit4]   2> 59428 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 59429 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 59447 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@260fee80[collection1] main]
   [junit4]   2> 59448 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/collection1/conf
   [junit4]   2> 59449 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 59457 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@260fee80[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 59677 INFO  (qtp1768102374-124) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 21
   [junit4]   2> 59680 INFO  (qtp1768102374-125) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 59680 INFO  (qtp1768102374-125) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@14556b55 commitCommandVersion:0
   [junit4]   2> 60193 INFO  (qtp1768102374-125) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c90071f[collection1] main]
   [junit4]   2> 60194 INFO  (qtp1768102374-125) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 60196 INFO  (searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c90071f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c10:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326, os.version=4.18.0-24-generic, os=Linux, java.vendor=Aleksey Shipilev, timestamp=1561979255848, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 60197 INFO  (qtp1768102374-125) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 517
   [junit4]   2> 60202 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 60203 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 60204 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 60204 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326
   [junit4]   2> 60354 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 60354 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 60354 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 60361 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59196b6{/solr,null,AVAILABLE}
   [junit4]   2> 60368 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3c6f8bc{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40665}
   [junit4]   2> 60368 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server Started @60654ms
   [junit4]   2> 60368 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solrconfig=bad_solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/collection1/data, hostPort=40665}
   [junit4]   2> 60369 ERROR (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 60369 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 60369 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 60369 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 60369 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 60369 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-01T11:07:36.421876Z
   [junit4]   2> 60370 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/solr.xml
   [junit4]   2> 60391 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 60488 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 60498 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5adc88fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60498 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5adc88fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60562 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@76fd4eef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60562 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@76fd4eef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 60684 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 60685 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 60774 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 60816 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 60816 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 60822 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/.
   [junit4]   2> 60822 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 60875 INFO  (coreLoadExecutor-38-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 60894 INFO  (coreLoadExecutor-38-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 60898 INFO  (coreLoadExecutor-38-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 60898 INFO  (coreLoadExecutor-38-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/./collection1, trusted=true
   [junit4]   2> 60899 INFO  (coreLoadExecutor-38-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@5e2bdb24
   [junit4]   2> 60899 INFO  (coreLoadExecutor-38-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/./collection1/data/]
   [junit4]   2> 61340 INFO  (coreLoadExecutor-38-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 61340 INFO  (coreLoadExecutor-38-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 61358 INFO  (coreLoadExecutor-38-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7fbad0b0[collection1] main]
   [junit4]   2> 61358 INFO  (coreLoadExecutor-38-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/collection1/conf
   [junit4]   2> 61360 INFO  (coreLoadExecutor-38-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 61367 INFO  (searcherExecutor-39-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7fbad0b0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 61890 INFO  (qtp469160496-146) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 17
   [junit4]   2> 61893 INFO  (qtp469160496-147) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 61893 INFO  (qtp469160496-147) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2de30c52 commitCommandVersion:0
   [junit4]   2> 62030 INFO  (qtp469160496-147) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@57bc0c0f[collection1] main]
   [junit4]   2> 62035 INFO  (qtp469160496-147) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 62045 INFO  (searcherExecutor-39-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@57bc0c0f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c10:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326, os.version=4.18.0-24-generic, os=Linux, java.vendor=Aleksey Shipilev, timestamp=1561979257964, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 62045 INFO  (qtp469160496-147) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 152
   [junit4]   2> 62050 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 62066 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 62066 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 62066 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326
   [junit4]   2> 62104 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 62104 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 62104 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 62108 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d6d9d6{/solr,null,AVAILABLE}
   [junit4]   2> 62117 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@468c1204{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43295}
   [junit4]   2> 62117 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server Started @62403ms
   [junit4]   2> 62117 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solrconfig=bad_solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/collection1/data, hostPort=43295}
   [junit4]   2> 62118 ERROR (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 62118 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 62118 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 62118 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 62118 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 62119 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-01T11:07:38.171009Z
   [junit4]   2> 62119 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/solr.xml
   [junit4]   2> 62154 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 62599 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 62614 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1b8f9674[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 62623 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1b8f9674[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 62651 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10b3358d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 62651 WARN  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10b3358d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 62723 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 62724 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 62781 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 62820 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 62821 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 62825 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/.
   [junit4]   2> 62826 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 62865 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 62908 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 62913 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 62913 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/./collection1, trusted=true
   [junit4]   2> 62919 INFO  (coreLoadExecutor-51-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@5e2bdb24
   [junit4]   2> 62920 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/./collection1/data/]
   [junit4]   2> 63229 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 63229 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 63255 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@46c6048d[collection1] main]
   [junit4]   2> 63255 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/collection1/conf
   [junit4]   2> 63257 INFO  (coreLoadExecutor-51-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 63259 INFO  (searcherExecutor-52-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@46c6048d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 63809 INFO  (qtp1920150068-168) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 36
   [junit4]   2> 63834 INFO  (qtp1920150068-168) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 63834 INFO  (qtp1920150068-168) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3f75f666 commitCommandVersion:0
   [junit4]   2> 64083 INFO  (qtp1920150068-168) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7625c596[collection1] main]
   [junit4]   2> 64089 INFO  (qtp1920150068-168) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 64092 INFO  (searcherExecutor-52-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7625c596[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c10:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326, os.version=4.18.0-24-generic, os=Linux, java.vendor=Aleksey Shipilev, timestamp=1561979259928, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 64092 INFO  (qtp1920150068-168) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 268
   [junit4]   2> 66697 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1659893183
   [junit4]   2> 66733 INFO  (coreCloseExecutor-56-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1128a55c
   [junit4]   2> 66733 INFO  (coreCloseExecutor-56-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1128a55c
   [junit4]   2> 66734 INFO  (coreCloseExecutor-56-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6534381d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1d45bc26
   [junit4]   2> 67750 ERROR (qtp1768102374-124) [    x:collection1 ] o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is either not initialized or shutting down.
   [junit4]   2> 67755 WARN  (qtp1768102374-124) [    x:collection1 ] o.e.j.s.HttpChannel /solr/collection1/select
   [junit4]   2>           => javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:369)
   [junit4]   2> javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:369) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:350) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480) ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:505) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:311) ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781) ~[jetty-util-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917) ~[jetty-util-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:830) [?:?]
   [junit4]   2> 68204 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 68204 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c0b1646: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7d5cfafc
   [junit4]   2> 68214 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 68214 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ce9c1dc: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5ce73fe1
   [junit4]   2> 68228 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 68228 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@21d5760a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@62b45503
   [junit4]   2> 68292 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@39277a43{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 68293 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5eafe026{/solr,null,UNAVAILABLE}
   [junit4]   2> 68293 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 68303 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=959872842
   [junit4]   2> 68334 INFO  (coreCloseExecutor-58-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@ab6ea50
   [junit4]   2> 68340 INFO  (coreCloseExecutor-58-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=ab6ea50
   [junit4]   2> 68340 INFO  (coreCloseExecutor-58-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47d349d0: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@2ecee6c9
   [junit4]   2> 68457 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 68457 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@bc9cc76: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6014e218
   [junit4]   2> 68494 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 68494 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@65f80cfa: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5ce73fe1
   [junit4]   2> 68517 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 68517 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d5cced5: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@62b45503
   [junit4]   2> 68600 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3c6f8bc{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 68600 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@59196b6{/solr,null,UNAVAILABLE}
   [junit4]   2> 68600 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 68611 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1173550197
   [junit4]   2> 68617 INFO  (coreCloseExecutor-60-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@213a48a4
   [junit4]   2> 68618 INFO  (coreCloseExecutor-60-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=213a48a4
   [junit4]   2> 68618 INFO  (coreCloseExecutor-60-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4be2b680: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@5e5e9125
   [junit4]   2> 68760 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 68760 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b271e97: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@247b172c
   [junit4]   2> 68775 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 68776 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@962c6b1: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5ce73fe1
   [junit4]   2> 68808 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 68813 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7c06bec6: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@62b45503
   [junit4]   2> 68818 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@468c1204{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 68819 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@d6d9d6{/solr,null,UNAVAILABLE}
   [junit4]   2> 68825 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 68899 INFO  (TEST-TestLBHttp2SolrClient.testSimple-seed#[C23DB57306DFDAAB]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSimple
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttp2SolrClient -Dtests.method=testSimple -Dtests.seed=C23DB57306DFDAAB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vai-Latn-LR -Dtests.timezone=Pacific/Yap -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   11.3s J1 | TestLBHttp2SolrClient.testSimple <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:36305/solr/collection1/select?q=*%3A*&wt=javabin&version=2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C23DB57306DFDAAB:FA8E918D212C0E7A]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:406)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:746)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
   [junit4]    > 	at org.apache.solr.client.solrj.TestLBHttp2SolrClient.testSimple(TestLBHttp2SolrClient.java:143)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException
   [junit4]    > 	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:397)
   [junit4]    > 	... 45 more
   [junit4]   2> 68942 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReliability
   [junit4]   2> 68954 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2bddb151[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 68954 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2bddb151[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 68965 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 68966 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 68966 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 68966 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326
   [junit4]   2> 69079 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 69079 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 69079 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 69105 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4163d550{/solr,null,AVAILABLE}
   [junit4]   2> 69117 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3ed94a12{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42675}
   [junit4]   2> 69117 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server Started @69402ms
   [junit4]   2> 69117 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solrconfig=bad_solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/collection1/data, hostPort=42675}
   [junit4]   2> 69117 ERROR (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 69117 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 69117 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 69118 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 69118 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 69118 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-01T11:07:45.170152Z
   [junit4]   2> 69118 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/solr.xml
   [junit4]   2> 69147 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 69835 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 69911 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f5a45a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 69912 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f5a45a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 69961 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c1b0664[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 69961 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c1b0664[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 70108 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 70108 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 70269 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 70445 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 70446 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 70461 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/.
   [junit4]   2> 70462 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 70489 INFO  (coreLoadExecutor-70-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 70663 INFO  (coreLoadExecutor-70-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 70736 INFO  (coreLoadExecutor-70-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 70737 INFO  (coreLoadExecutor-70-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/./collection1, trusted=true
   [junit4]   2> 70741 INFO  (coreLoadExecutor-70-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@5e2bdb24
   [junit4]   2> 70741 INFO  (coreLoadExecutor-70-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/./collection1/data/]
   [junit4]   2> 71284 INFO  (coreLoadExecutor-70-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 71284 INFO  (coreLoadExecutor-70-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 71288 INFO  (coreLoadExecutor-70-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@76154dad[collection1] main]
   [junit4]   2> 71289 INFO  (coreLoadExecutor-70-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/collection1/conf
   [junit4]   2> 71290 INFO  (coreLoadExecutor-70-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 71292 INFO  (searcherExecutor-71-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@76154dad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 71814 INFO  (qtp2017995635-207) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 3
   [junit4]   2> 71820 INFO  (qtp2017995635-208) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 71820 INFO  (qtp2017995635-208) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@56fada6e commitCommandVersion:0
   [junit4]   2> 71968 INFO  (qtp2017995635-208) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@caa6da6[collection1] main]
   [junit4]   2> 71969 INFO  (qtp2017995635-208) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 71972 INFO  (searcherExecutor-71-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@caa6da6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c10:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326, os.version=4.18.0-24-generic, os=Linux, java.vendor=Aleksey Shipilev, timestamp=1561979267885, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 71973 INFO  (qtp2017995635-208) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 153
   [junit4]   2> 71978 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 71979 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 71979 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 71979 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326
   [junit4]   2> 72065 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 72065 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 72065 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 72066 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14246823{/solr,null,AVAILABLE}
   [junit4]   2> 72074 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@51d35b7b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38975}
   [junit4]   2> 72075 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server Started @72360ms
   [junit4]   2> 72075 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solrconfig=bad_solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/collection1/data, hostPort=38975}
   [junit4]   2> 72075 ERROR (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 72075 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 72076 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 72076 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 72076 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 72076 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-01T11:07:48.128273Z
   [junit4]   2> 72076 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/solr.xml
   [junit4]   2> 72101 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 72276 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 72304 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3569f930[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 72305 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3569f930[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 72380 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2b8b53c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 72380 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2b8b53c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 72488 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 72488 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 72553 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 72613 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 72613 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 72622 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/.
   [junit4]   2> 72623 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 72670 INFO  (coreLoadExecutor-83-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 72756 INFO  (coreLoadExecutor-83-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 72761 INFO  (coreLoadExecutor-83-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 72761 INFO  (coreLoadExecutor-83-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/./collection1, trusted=true
   [junit4]   2> 72762 INFO  (coreLoadExecutor-83-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@5e2bdb24
   [junit4]   2> 72762 INFO  (coreLoadExecutor-83-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/./collection1/data/]
   [junit4]   2> 73096 INFO  (coreLoadExecutor-83-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 73096 INFO  (coreLoadExecutor-83-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 73102 INFO  (coreLoadExecutor-83-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2676367d[collection1] main]
   [junit4]   2> 73103 INFO  (coreLoadExecutor-83-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-1-001/collection1/conf
   [junit4]   2> 73105 INFO  (coreLoadExecutor-83-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 73107 INFO  (searcherExecutor-84-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2676367d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 73137 INFO  (qtp2013079543-229) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 3
   [junit4]   2> 73139 INFO  (qtp2013079543-230) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 73139 INFO  (qtp2013079543-230) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@51facd9b commitCommandVersion:0
   [junit4]   2> 73256 INFO  (qtp2013079543-230) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ecaa7d8[collection1] main]
   [junit4]   2> 73257 INFO  (qtp2013079543-230) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 73260 INFO  (searcherExecutor-84-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ecaa7d8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c10:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326, os.version=4.18.0-24-generic, os=Linux, java.vendor=Aleksey Shipilev, timestamp=1561979269209, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 73260 INFO  (qtp2013079543-230) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 122
   [junit4]   2> 73265 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 73266 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 73267 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 73267 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326
   [junit4]   2> 73365 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 73365 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 73365 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 73369 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@989023f{/solr,null,AVAILABLE}
   [junit4]   2> 73369 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@15331b0a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44917}
   [junit4]   2> 73369 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.Server Started @73655ms
   [junit4]   2> 73369 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solrconfig=bad_solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/collection1/data, hostPort=44917}
   [junit4]   2> 73370 ERROR (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 73370 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 73370 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 73370 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 73370 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 73370 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-01T11:07:49.422946Z
   [junit4]   2> 73371 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/solr.xml
   [junit4]   2> 73382 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 73581 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 73584 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a05aa6c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 73584 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a05aa6c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 73606 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3eb4d425[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 73606 WARN  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3eb4d425[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 73643 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 73643 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 73684 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 73738 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 73739 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e2bdb24
   [junit4]   2> 73758 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/.
   [junit4]   2> 73759 INFO  (TEST-TestLBHttp2SolrClient.testReliability-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 73806 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 73844 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 73880 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 73881 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/./collection1, trusted=true
   [junit4]   2> 73881 INFO  (coreLoadExecutor-96-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@5e2bdb24
   [junit4]   2> 73885 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/./collection1/data/]
   [junit4]   2> 74139 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 74139 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 74169 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b2f2d6f[collection1] main]
   [junit4]   2> 74170 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-2-001/collection1/conf
   [junit4]   2> 74171 INFO  (coreLoadExecutor-96-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 74173 INFO  (searcherExecutor-97-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b2f2d6f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 74679 INFO  (qtp1721659386-251) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 3
   [junit4]   2> 74681 INFO  (qtp1721659386-252) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 74681 INFO  (qtp1721659386-252) [    x:collection1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@56910605 commitCommandVersion:0
   [junit4]   2> 7472

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

olr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001/instance-0-001/collection1/conf
   [junit4]   2> 80489 INFO  (coreLoadExecutor-173-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 80492 INFO  (searcherExecutor-174-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6aed7a30[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):c10:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326, os.version=4.18.0-24-generic, java.vendor=Aleksey Shipilev, os=Linux, timestamp=1561979273992, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk13-b9-20190621-jdk-1326}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 80492 INFO  (qtp499587694-403) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2} hits=10 status=0 QTime=3
   [junit4]   2> 81692 INFO  (qtp499587694-404) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0
   [junit4]   2> 81697 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1462580155
   [junit4]   2> 81700 INFO  (coreCloseExecutor-178-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@19b2558e
   [junit4]   2> 81700 INFO  (coreCloseExecutor-178-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=19b2558e
   [junit4]   2> 81700 INFO  (coreCloseExecutor-178-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6208509d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@16059332
   [junit4]   2> 81732 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 81732 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@34468b5d: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@425a63fc
   [junit4]   2> 81744 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 81744 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f79b8c3: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5ce73fe1
   [junit4]   2> 81753 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 81753 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2c75fa5d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@62b45503
   [junit4]   2> 81762 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@773c96e6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42287}
   [junit4]   2> 81763 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7313afa5{/solr,null,UNAVAILABLE}
   [junit4]   2> 81763 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 81766 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1208556325
   [junit4]   2> 81768 INFO  (coreCloseExecutor-180-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5104256b
   [junit4]   2> 81768 INFO  (coreCloseExecutor-180-thread-1) [    x:collection1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=5104256b
   [junit4]   2> 81768 INFO  (coreCloseExecutor-180-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@513cb17c: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@611a502d
   [junit4]   2> 81782 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 81782 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@49c7c6bd: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6e5a513f
   [junit4]   2> 81785 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 81785 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@57f8f599: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5ce73fe1
   [junit4]   2> 81787 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 81787 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3dfdcf56: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@62b45503
   [junit4]   2> 81789 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@25500455{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 81789 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6c32c7c5{/solr,null,UNAVAILABLE}
   [junit4]   2> 81789 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 81794 INFO  (TEST-TestLBHttp2SolrClient.testTwoServers-seed#[C23DB57306DFDAAB]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttp2SolrClient_C23DB57306DFDAAB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {name=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=151, maxMBSortInHeap=7.599990066874824, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@672371ec), locale=vai-Latn-LR, timezone=Pacific/Yap
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/Aleksey Shipilev 13-testing (64-bit)/cpus=8,threads=1,free=358910968,total=516947968
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastInputStream, LengthEvaluatorTest, TestSolrJsonWriter, CorrelationEvaluatorTest, SelectWithEvaluatorsTest, AppendEvaluatorTest, SolrExampleBinaryTest, RecursiveEvaluatorTest, CloudHttp2SolrClientBuilderTest, HyperbolicCosineEvaluatorTest, SolrQueryTest, TestLBHttp2SolrClient]
   [junit4] Completed [27/199 (1!)] on J1 in 24.75s, 3 tests, 1 error <<< FAILURES!

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

[repro] Revision: 6966b49a6b6433a88c105689f4653c0512131bc8

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestLBHttp2SolrClient -Dtests.method=testSimple -Dtests.seed=C23DB57306DFDAAB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vai-Latn-LR -Dtests.timezone=Pacific/Yap -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

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

[...truncated 2506 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestLBHttp2SolrClient" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=C23DB57306DFDAAB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vai-Latn-LR -Dtests.timezone=Pacific/Yap -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 85 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.client.solrj.TestLBHttp2SolrClient
[repro] Exiting with code 0

[...truncated 43 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11.0.3) - Build # 24328 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24328/
Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  org.apache.lucene.util.TestRamUsageEstimator.testMap

Error Message:
expected:<25152.0> but was:<30184.0>

Stack Trace:
java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
	at __randomizedtesting.SeedInfo.seed([ED7055A14021EA69:CD56E1725ADAF91B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestRamUsageEstimator.testMap

Error Message:
expected:<25152.0> but was:<30184.0>

Stack Trace:
java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
	at __randomizedtesting.SeedInfo.seed([ED7055A14021EA69:CD56E1725ADAF91B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestRamUsageEstimator.testMap

Error Message:
expected:<25152.0> but was:<30184.0>

Stack Trace:
java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
	at __randomizedtesting.SeedInfo.seed([ED7055A14021EA69:CD56E1725ADAF91B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestRamUsageEstimator.testMap

Error Message:
expected:<25152.0> but was:<30184.0>

Stack Trace:
java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
	at __randomizedtesting.SeedInfo.seed([ED7055A14021EA69:CD56E1725ADAF91B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 739 lines...]
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=ED7055A14021EA69 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nd -Dtests.timezone=America/Yakutat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J0 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED7055A14021EA69:CD56E1725ADAF91B]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] IGNOR/A 0.00s J0 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1460, maxMBSortInHeap=6.927495954369251, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@42401de6), locale=nd, timezone=America/Yakutat
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=351571672,total=535822336
   [junit4]   2> NOTE: All tests run in this JVM: [TestBooleanQuery, TestAtomicUpdate, TestTotalHitCountCollector, TestNoDeletionPolicy, TestAnalyzerWrapper, TestPayloadsOnVectors, TestSortedSetSelector, Test2BDocs, TestWANDScorer, TestSloppyPhraseQuery, TestLucene70SegmentInfoFormat, TestSoftDeletesRetentionMergePolicy, TestNRTCachingDirectory, TestApproximationSearchEquivalence, TestBooleanSimilarity, TestBufferedIndexInput, TestDirectoryReaderReopen, TestSimilarity2, TestIndexWriterWithThreads, TestNumericUtils, TestFlushByRamOrCountsPolicy, TestVirtualMethod, TestDocIdsWriter, TestRegExp, TestConjunctions, TestReusableStringReader, TestThreadedForceMerge, TestAxiomaticF2LOG, TestStringHelper, TestFuzzyQuery, TestOmitPositions, TestMultiPhraseQuery, TestIndependenceStandardized, TestFieldsReader, TestBKD, TestPerFieldPostingsFormat, TestExceedMaxTermLength, TestBlockPostingsFormat, TestMinShouldMatch2, TestRegexpRandom, TestTimSorterWorstCase, TestAssertions, TestOrdinalMap, TestIndexWriterLockRelease, TestLatLonPointQueries, TestFieldValueQuery, TestSearcherManager, TestBlendedTermQuery, TestRollback, Test2BSortedDocValuesFixedSorted, TestTransactionRollback, TestSmallFloat, LimitedFiniteStringsIteratorTest, TestFixedBitDocIdSet, TestSimpleFSDirectory, TestSpanExplanations, TestQueryVisitor, TestSpanBoostQuery, TestInfoStream, TestCharArraySet, TestIntRange, TestLongsRef, TestLongValuesSource, TestDateTools, TestIndexWriterOnJRECrash, TestPriorityQueue, TestComplexExplanations, TestRamUsageEstimator]
   [junit4] Completed [134/521 (1!)] on J0 in 0.28s, 10 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 66937 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2586 links (2116 relative) to 3396 anchors in 259 files
     [echo] Validated Links & Anchors via: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] FIXME: Broken HTML checks were disabled, as jtidy can't handle HTML5.
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/null1282561873
     [copy] Copying 38 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/null1282561873
   [delete] Deleting directory /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/null1282561873

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/null2009997766
     [copy] Copying 249 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/null2009997766
   [delete] Deleting directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/null2009997766

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@serv1.sd-datasolutions.de
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 145ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 96 minutes 22 seconds
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[Lucene-Solr-master-Linux] $ /bin/sh -xe /tmp/jenkins2698612547026936997.sh
+ mv lucene/build lucene/build.orig
+ mv solr/build solr/build.orig
+ export ANT_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
+ export PATH=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/bin:/home/jenkins/tools/java/64bit/jdk-11.0.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ python3 -u dev-tools/scripts/reproduceJenkinsFailures.py --no-git https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24328/consoleText
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24328/consoleText

[repro] Revision: 0e877aac3480847c0b587c6909bb27ebfae8b7a0

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=ED7055A14021EA69 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nd -Dtests.timezone=America/Yakutat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean
Buildfile: /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml

clean:

clean:

clean:

BUILD SUCCESSFUL
Total time: 0 seconds
[repro] Test suites by module:
[repro]    lucene/core
[repro]       TestRamUsageEstimator
[repro] ant compile-test
Buildfile: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/build.xml

-check-git-state:

-git-cleanroot:

-copy-git-state:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build
     [copy] Copying 1 file to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java
    [javac] Compiling 874 source files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java
    [javac] Note: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/java/org/apache/lucene/util/fst/PositiveIntOutputs.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene80/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene70/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/geo/package-info.class
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java
    [javac] Compiling 74 source files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java
    [javac] Compiling 198 source files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:416: warning: [try] auto-closeable resource output is never referenced in body of corresponding try statement
    [javac]             try (IndexOutput output = dir.createOutput(fileName, newIOContext(random()))) {
    [javac]                              ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:440: warning: [try] auto-closeable resource input is never referenced in body of corresponding try statement
    [javac]                 try (IndexInput input = dir.openInput(file, newIOContext(random()))) {
    [javac]                                 ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:1051: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement
    [javac]       try (IndexOutput out = dir.createOutput(name, IOContext.DEFAULT)) {
    [javac]                        ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:1056: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement
    [javac]         try (IndexOutput out = dir.createOutput(name, IOContext.DEFAULT)) {
    [javac]                          ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 4 warnings
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class
     [copy] Copying 4 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java

compile-core:

compile-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/test
    [javac] Compiling 532 source files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/test
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestAnalyzerWrapper.java:52: warning: [try] auto-closeable resource ts is never referenced in body of corresponding try statement
    [javac]     try (TokenStream ts = wrapped.tokenStream("", "text")) {
    [javac]                      ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestFieldUpdatesBuffer.java:158: warning: [unchecked] unchecked cast
    [javac]       return (T) (rarely() ? value.prepareForApply(random().nextInt(100)) : value);
    [javac]                  ^
    [javac]   required: T
    [javac]   found:    BinaryDocValuesUpdate
    [javac]   where T is a type-variable:
    [javac]     T extends DocValuesUpdate declared in method <T>getRandomUpdate(boolean)
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestFieldUpdatesBuffer.java:163: warning: [unchecked] unchecked cast
    [javac]       return (T) (rarely() ? value.prepareForApply(random().nextInt(100)) : value);
    [javac]                  ^
    [javac]   required: T
    [javac]   found:    NumericDocValuesUpdate
    [javac]   where T is a type-variable:
    [javac]     T extends DocValuesUpdate declared in method <T>getRandomUpdate(boolean)
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:2688: warning: [try] auto-closeable resource closeable is never referenced in body of corresponding try statement
    [javac]          Closeable closeable = () -> IOUtils.close(toClose)) {
    [javac]                    ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:3686: warning: [try] auto-closeable resource w is never referenced in body of corresponding try statement
    [javac]             try (IndexWriter w = new IndexWriter(dir, newIndexWriterConfig().setIndexCreatedVersionMajor(previousMajor))) {}
    [javac]                              ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:3689: warning: [try] auto-closeable resource w is never referenced in body of corresponding try statement
    [javac]             try (IndexWriter w = new IndexWriter(dir, newIndexWriterConfig().setOpenMode(openMode).setIndexCreatedVersionMajor(newMajor))) {}
    [javac]                              ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:67: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException
    [javac]     try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) {
    [javac]                                       ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:103: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException
    [javac]     try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) {
    [javac]                                       ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:131: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException
    [javac]     try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) {
    [javac]                                       ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:159: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException
    [javac]     try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) {
    [javac]                                       ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:178: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException
    [javac]   static class TestConstantScoreScorerIndex implements AutoCloseable {
    [javac]          ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestSearchAfter.java:220: warning: [rawtypes] found raw type: TopDocsCollector
    [javac]     final TopDocsCollector allCollector;
    [javac]           ^
    [javac]   missing type arguments for generic class TopDocsCollector<T>
    [javac]   where T is a type-variable:
    [javac]     T extends ScoreDoc declared in class TopDocsCollector
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestSearchAfter.java:248: warning: [rawtypes] found raw type: TopDocsCollector
    [javac]       final TopDocsCollector pagedCollector;
    [javac]             ^
    [javac]   missing type arguments for generic class TopDocsCollector<T>
    [javac]   where T is a type-variable:
    [javac]     T extends ScoreDoc declared in class TopDocsCollector
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/store/TestFileSwitchDirectory.java:179: warning: [try] auto-closeable resource indexInput is never referenced in body of corresponding try statement
    [javac]       try (IndexInput indexInput = dir.openInput("foo.tim", IOContext.DEFAULT)) {
    [javac]                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 14 warnings
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/test

BUILD SUCCESSFUL
Total time: 22 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRamUsageEstimator" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=ED7055A14021EA69 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nd -Dtests.timezone=America/Yakutat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
Buildfile: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.16 in public
[ivy:cachepath] :: resolution report :: resolve 22ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: ED7055A14021EA69
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp
   [junit4] <JUnit4> says jolly good day! Master seed: ED7055A14021EA69
   [junit4] Executing 5 suites with 3 JVMs.
   [junit4] 
   [junit4] Started J1 PID(27900@localhost).
   [junit4] Started J0 PID(27899@localhost).
   [junit4] Started J2 PID(27901@localhost).
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] OK      0.04s J1 | TestRamUsageEstimator.testSanity
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=ED7055A14021EA69 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nd -Dtests.timezone=America/Yakutat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.12s J1 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED7055A14021EA69:CD56E1725ADAF91B]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.06s J1 | TestRamUsageEstimator.testBytesRefHash
   [junit4] OK      0.01s J1 | TestRamUsageEstimator.testHotspotBean
   [junit4] OK      0.02s J1 | TestRamUsageEstimator.testStaticOverloads
   [junit4] OK      0.00s J1 | TestRamUsageEstimator.testReferenceSize
   [junit4] OK      0.03s J1 | TestRamUsageEstimator.testCollection
   [junit4] OK      0.07s J1 | TestRamUsageEstimator.testQuery
   [junit4] OK      0.02s J1 | TestRamUsageEstimator.testStrings
   [junit4] IGNOR/A 0.02s J1 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1460, maxMBSortInHeap=6.927495954369251, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@76f38ecf), locale=nd, timezone=America/Yakutat
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=433950472,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator]
   [junit4] Completed [1/5 (1!)] on J1 in 1.39s, 10 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] OK      0.05s J2 | TestRamUsageEstimator.testSanity
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=ED7055A14021EA69 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nd -Dtests.timezone=America/Yakutat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.16s J2 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED7055A14021EA69:CD56E1725ADAF91B]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.03s J2 | TestRamUsageEstimator.testBytesRefHash
   [junit4] OK      0.01s J2 | TestRamUsageEstimator.testHotspotBean
   [junit4] OK      0.01s J2 | TestRamUsageEstimator.testStaticOverloads
   [junit4] OK      0.01s J2 | TestRamUsageEstimator.testReferenceSize
   [junit4] OK      0.09s J2 | TestRamUsageEstimator.testCollection
   [junit4] OK      0.05s J2 | TestRamUsageEstimator.testQuery
   [junit4] OK      0.00s J2 | TestRamUsageEstimator.testStrings
   [junit4] IGNOR/A 0.01s J2 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1460, maxMBSortInHeap=6.927495954369251, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@94cbfec), locale=nd, timezone=America/Yakutat
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=433932592,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator]
   [junit4] Completed [2/5 (2!)] on J2 in 1.43s, 10 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] OK      0.06s J0 | TestRamUsageEstimator.testSanity
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=ED7055A14021EA69 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nd -Dtests.timezone=America/Yakutat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.16s J0 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED7055A14021EA69:CD56E1725ADAF91B]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.03s J0 | TestRamUsageEstimator.testBytesRefHash
   [junit4] OK      0.03s J0 | TestRamUsageEstimator.testHotspotBean
   [junit4] OK      0.02s J0 | TestRamUsageEstimator.testStaticOverloads
   [junit4] OK      0.00s J0 | TestRamUsageEstimator.testReferenceSize
   [junit4] OK      0.03s J0 | TestRamUsageEstimator.testCollection
   [junit4] OK      0.04s J0 | TestRamUsageEstimator.testQuery
   [junit4] OK      0.00s J0 | TestRamUsageEstimator.testStrings
   [junit4] IGNOR/A 0.01s J0 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1460, maxMBSortInHeap=6.927495954369251, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@76f38ecf), locale=nd, timezone=America/Yakutat
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=431239760,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator]
   [junit4] Completed [3/5 (3!)] on J0 in 1.41s, 10 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] OK      0.00s J1 | TestRamUsageEstimator.testSanity
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=ED7055A14021EA69 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nd -Dtests.timezone=America/Yakutat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.05s J1 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED7055A14021EA69:CD56E1725ADAF91B]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.02s J1 | TestRamUsageEstimator.testBytesRefHash
   [junit4] OK      0.00s J1 | TestRamUsageEstimator.testHotspotBean
   [junit4] OK      0.00s J1 | TestRamUsageEstimator.testStaticOverloads
   [junit4] OK      0.02s J1 | TestRamUsageEstimator.testReferenceSize
   [junit4] OK      0.02s J1 | TestRamUsageEstimator.testCollection
   [junit4] OK      0.01s J1 | TestRamUsageEstimator.testQuery
   [junit4] OK      0.00s J1 | TestRamUsageEstimator.testStrings
   [junit4] IGNOR/A 0.00s J1 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1460, maxMBSortInHeap=6.927495954369251, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@38633369), locale=nd, timezone=America/Yakutat
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=401611232,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator, TestRamUsageEstimator]
   [junit4] Completed [4/5 (4!)] on J1 in 0.27s, 10 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] OK      0.00s J2 | TestRamUsageEstimator.testSanity
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=ED7055A14021EA69 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nd -Dtests.timezone=America/Yakutat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.03s J2 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ED7055A14021EA69:CD56E1725ADAF91B]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.02s J2 | TestRamUsageEstimator.testBytesRefHash
   [junit4] OK      0.00s J2 | TestRamUsageEstimator.testHotspotBean
   [junit4] OK      0.01s J2 | TestRamUsageEstimator.testStaticOverloads
   [junit4] OK      0.01s J2 | TestRamUsageEstimator.testReferenceSize
   [junit4] OK      0.02s J2 | TestRamUsageEstimator.testCollection
   [junit4] OK      0.01s J2 | TestRamUsageEstimator.testQuery
   [junit4] OK      0.00s J2 | TestRamUsageEstimator.testStrings
   [junit4] IGNOR/A 0.00s J2 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1460, maxMBSortInHeap=6.927495954369251, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@662c6bc5), locale=nd, timezone=America/Yakutat
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=404288408,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator, TestRamUsageEstimator]
   [junit4] Completed [5/5 (5!)] on J2 in 0.26s, 10 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: ED7055A14021EA69]:
   [junit4]   - org.apache.lucene.util.TestRamUsageEstimator.testMap
   [junit4]   - org.apache.lucene.util.TestRamUsageEstimator.testMap
   [junit4]   - org.apache.lucene.util.TestRamUsageEstimator.testMap
   [junit4]   - org.apache.lucene.util.TestRamUsageEstimator.testMap
   [junit4]   - org.apache.lucene.util.TestRamUsageEstimator.testMap
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.76 ..     2.84 =     2.08s
   [junit4] JVM J1:     0.76 ..     3.34 =     2.58s
   [junit4] JVM J2:     0.79 ..     3.35 =     2.56s
   [junit4] Execution time total: 3.36 sec.
   [junit4] Tests summary: 5 suites, 50 tests, 5 failures, 5 ignored (5 assumptions)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1492: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1019: There were test failures: 5 suites, 50 tests, 5 failures, 5 ignored (5 assumptions) [seed: ED7055A14021EA69]

Total time: 5 seconds

[repro] Setting last failure code to 256

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

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11.0.3) - Build # 24327 - Still Unstable!

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

4 tests failed.
FAILED:  org.apache.lucene.util.TestRamUsageEstimator.testMap

Error Message:
expected:<25152.0> but was:<30184.0>

Stack Trace:
java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
	at __randomizedtesting.SeedInfo.seed([6F6AEEBBF580035E:4F4C5A68EF7B102C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestRamUsageEstimator.testMap

Error Message:
expected:<25152.0> but was:<30184.0>

Stack Trace:
java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
	at __randomizedtesting.SeedInfo.seed([6F6AEEBBF580035E:4F4C5A68EF7B102C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestRamUsageEstimator.testMap

Error Message:
expected:<25152.0> but was:<30184.0>

Stack Trace:
java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
	at __randomizedtesting.SeedInfo.seed([6F6AEEBBF580035E:4F4C5A68EF7B102C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestRamUsageEstimator.testMap

Error Message:
expected:<25152.0> but was:<30184.0>

Stack Trace:
java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
	at __randomizedtesting.SeedInfo.seed([6F6AEEBBF580035E:4F4C5A68EF7B102C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 480 lines...]
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=6F6AEEBBF580035E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nd-ZW -Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.02s J0 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6F6AEEBBF580035E:4F4C5A68EF7B102C]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] IGNOR/A 0.00s J0 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=7427, maxDocsPerChunk=663, blockSize=567), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=7427, blockSize=567)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@850596), locale=nd-ZW, timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=470991632,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestBlockPostingsFormat, TestFlushByRamOrCountsPolicy, TestTermScorer, TestReqOptSumScorer, TestFieldMaskingSpanQuery, TestFrequencyTrackingRingBuffer, TestSortRandom, TestRollback, TestTerms, TestMergedIterator, TestAssertions, TestFixedBitDocIdSet, TestConjunctions, TestStressNRT, TestRoaringDocIdSet, TestNoDeletionPolicy, TestLongsRef, TestMinShouldMatch2, TestReusableStringReader, TestInfoStream, TestStressDeletes, TestSimpleFSDirectory, TestSentinelIntSet, TestMultiTermsEnum, TestBooleanScorer, TestParallelReaderEmptyIndex, TestAxiomaticSimilarity, TestPositionIncrement, TestTermVectorsReader, TestPayloadsOnVectors, TestApproximationSearchEquivalence, TestDelegatingAnalyzerWrapper, TestIntRange, TestLatLonPointDistanceFeatureQuery, TestOmitPositions, TestSimilarity, TestSoftDeletesRetentionMergePolicy, TestRamUsageEstimator]
   [junit4] Completed [59/521 (1!)] on J0 in 0.29s, 10 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 67175 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2586 links (2116 relative) to 3396 anchors in 259 files
     [echo] Validated Links & Anchors via: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] FIXME: Broken HTML checks were disabled, as jtidy can't handle HTML5.
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/null1245809006
     [copy] Copying 38 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/null1245809006
   [delete] Deleting directory /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/null1245809006

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/null1948574041
     [copy] Copying 249 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/null1948574041
   [delete] Deleting directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/null1948574041

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@serv1.sd-datasolutions.de
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 45ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 94 minutes 16 seconds
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[Lucene-Solr-master-Linux] $ /bin/sh -xe /tmp/jenkins1178079878956658895.sh
+ mv lucene/build lucene/build.orig
+ mv solr/build solr/build.orig
+ export ANT_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
+ export PATH=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/bin:/home/jenkins/tools/java/64bit/jdk-11.0.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ python3 -u dev-tools/scripts/reproduceJenkinsFailures.py --no-git https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24327/consoleText
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24327/consoleText

[repro] Revision: 0e877aac3480847c0b587c6909bb27ebfae8b7a0

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=6F6AEEBBF580035E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nd-ZW -Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean
Buildfile: /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml

clean:

clean:

clean:

BUILD SUCCESSFUL
Total time: 0 seconds
[repro] Test suites by module:
[repro]    lucene/core
[repro]       TestRamUsageEstimator
[repro] ant compile-test
Buildfile: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/build.xml

-check-git-state:

-git-cleanroot:

-copy-git-state:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build
     [copy] Copying 1 file to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java
    [javac] Compiling 874 source files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java
    [javac] Note: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/java/org/apache/lucene/util/fst/PositiveIntOutputs.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene80/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene70/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java/org/apache/lucene/geo/package-info.class
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java

compile-test-framework:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java
    [javac] Compiling 74 source files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java
    [javac] Compiling 198 source files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:416: warning: [try] auto-closeable resource output is never referenced in body of corresponding try statement
    [javac]             try (IndexOutput output = dir.createOutput(fileName, newIOContext(random()))) {
    [javac]                              ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:440: warning: [try] auto-closeable resource input is never referenced in body of corresponding try statement
    [javac]                 try (IndexInput input = dir.openInput(file, newIOContext(random()))) {
    [javac]                                 ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:1051: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement
    [javac]       try (IndexOutput out = dir.createOutput(name, IOContext.DEFAULT)) {
    [javac]                        ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:1056: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement
    [javac]         try (IndexOutput out = dir.createOutput(name, IOContext.DEFAULT)) {
    [javac]                          ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 4 warnings
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class
     [copy] Copying 4 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java

compile-core:

compile-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/test
    [javac] Compiling 532 source files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/test
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/analysis/TestAnalyzerWrapper.java:52: warning: [try] auto-closeable resource ts is never referenced in body of corresponding try statement
    [javac]     try (TokenStream ts = wrapped.tokenStream("", "text")) {
    [javac]                      ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestFieldUpdatesBuffer.java:158: warning: [unchecked] unchecked cast
    [javac]       return (T) (rarely() ? value.prepareForApply(random().nextInt(100)) : value);
    [javac]                  ^
    [javac]   required: T
    [javac]   found:    BinaryDocValuesUpdate
    [javac]   where T is a type-variable:
    [javac]     T extends DocValuesUpdate declared in method <T>getRandomUpdate(boolean)
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestFieldUpdatesBuffer.java:163: warning: [unchecked] unchecked cast
    [javac]       return (T) (rarely() ? value.prepareForApply(random().nextInt(100)) : value);
    [javac]                  ^
    [javac]   required: T
    [javac]   found:    NumericDocValuesUpdate
    [javac]   where T is a type-variable:
    [javac]     T extends DocValuesUpdate declared in method <T>getRandomUpdate(boolean)
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:2688: warning: [try] auto-closeable resource closeable is never referenced in body of corresponding try statement
    [javac]          Closeable closeable = () -> IOUtils.close(toClose)) {
    [javac]                    ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:3686: warning: [try] auto-closeable resource w is never referenced in body of corresponding try statement
    [javac]             try (IndexWriter w = new IndexWriter(dir, newIndexWriterConfig().setIndexCreatedVersionMajor(previousMajor))) {}
    [javac]                              ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:3689: warning: [try] auto-closeable resource w is never referenced in body of corresponding try statement
    [javac]             try (IndexWriter w = new IndexWriter(dir, newIndexWriterConfig().setOpenMode(openMode).setIndexCreatedVersionMajor(newMajor))) {}
    [javac]                              ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:67: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException
    [javac]     try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) {
    [javac]                                       ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:103: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException
    [javac]     try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) {
    [javac]                                       ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:131: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException
    [javac]     try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) {
    [javac]                                       ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:159: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException
    [javac]     try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) {
    [javac]                                       ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:178: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException
    [javac]   static class TestConstantScoreScorerIndex implements AutoCloseable {
    [javac]          ^
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestSearchAfter.java:220: warning: [rawtypes] found raw type: TopDocsCollector
    [javac]     final TopDocsCollector allCollector;
    [javac]           ^
    [javac]   missing type arguments for generic class TopDocsCollector<T>
    [javac]   where T is a type-variable:
    [javac]     T extends ScoreDoc declared in class TopDocsCollector
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/search/TestSearchAfter.java:248: warning: [rawtypes] found raw type: TopDocsCollector
    [javac]       final TopDocsCollector pagedCollector;
    [javac]             ^
    [javac]   missing type arguments for generic class TopDocsCollector<T>
    [javac]   where T is a type-variable:
    [javac]     T extends ScoreDoc declared in class TopDocsCollector
    [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/src/test/org/apache/lucene/store/TestFileSwitchDirectory.java:179: warning: [try] auto-closeable resource indexInput is never referenced in body of corresponding try statement
    [javac]       try (IndexInput indexInput = dir.openInput("foo.tim", IOContext.DEFAULT)) {
    [javac]                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 14 warnings
     [copy] Copying 3 files to /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/test

BUILD SUCCESSFUL
Total time: 16 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestRamUsageEstimator" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=6F6AEEBBF580035E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nd-ZW -Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
Buildfile: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.16 in public
[ivy:cachepath] :: resolution report :: resolve 8ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 6F6AEEBBF580035E
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp
   [junit4] <JUnit4> says g'day! Master seed: 6F6AEEBBF580035E
   [junit4] Executing 5 suites with 3 JVMs.
   [junit4] 
   [junit4] Started J1 PID(21497@localhost).
   [junit4] Started J0 PID(21498@localhost).
   [junit4] Started J2 PID(21499@localhost).
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] OK      0.03s J2 | TestRamUsageEstimator.testSanity
   [junit4] OK      0.01s J2 | TestRamUsageEstimator.testStrings
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=6F6AEEBBF580035E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nd-ZW -Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.05s J2 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6F6AEEBBF580035E:4F4C5A68EF7B102C]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.03s J2 | TestRamUsageEstimator.testQuery
   [junit4] IGNOR/A 0.01s J2 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4] OK      0.03s J2 | TestRamUsageEstimator.testBytesRefHash
   [junit4] OK      0.04s J2 | TestRamUsageEstimator.testCollection
   [junit4] OK      0.02s J2 | TestRamUsageEstimator.testStaticOverloads
   [junit4] OK      0.02s J2 | TestRamUsageEstimator.testReferenceSize
   [junit4] OK      0.01s J2 | TestRamUsageEstimator.testHotspotBean
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=7427, maxDocsPerChunk=663, blockSize=567), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=7427, blockSize=567)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4a56bc1b), locale=nd-ZW, timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=482163200,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator]
   [junit4] Completed [1/5 (1!)] on J2 in 1.01s, 10 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] OK      0.03s J0 | TestRamUsageEstimator.testSanity
   [junit4] OK      0.00s J0 | TestRamUsageEstimator.testStrings
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=6F6AEEBBF580035E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nd-ZW -Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.06s J0 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6F6AEEBBF580035E:4F4C5A68EF7B102C]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.07s J0 | TestRamUsageEstimator.testQuery
   [junit4] IGNOR/A 0.02s J0 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4] OK      0.02s J0 | TestRamUsageEstimator.testBytesRefHash
   [junit4] OK      0.03s J0 | TestRamUsageEstimator.testCollection
   [junit4] OK      0.01s J0 | TestRamUsageEstimator.testStaticOverloads
   [junit4] OK      0.02s J0 | TestRamUsageEstimator.testReferenceSize
   [junit4] OK      0.01s J0 | TestRamUsageEstimator.testHotspotBean
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=7427, maxDocsPerChunk=663, blockSize=567), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=7427, blockSize=567)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7669dd80), locale=nd-ZW, timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=483301888,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator]
   [junit4] Completed [2/5 (2!)] on J0 in 1.06s, 10 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] OK      0.03s J1 | TestRamUsageEstimator.testSanity
   [junit4] OK      0.01s J1 | TestRamUsageEstimator.testStrings
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=6F6AEEBBF580035E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nd-ZW -Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.07s J1 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6F6AEEBBF580035E:4F4C5A68EF7B102C]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.02s J1 | TestRamUsageEstimator.testQuery
   [junit4] IGNOR/A 0.01s J1 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4] OK      0.01s J1 | TestRamUsageEstimator.testBytesRefHash
   [junit4] OK      0.02s J1 | TestRamUsageEstimator.testCollection
   [junit4] OK      0.01s J1 | TestRamUsageEstimator.testStaticOverloads
   [junit4] OK      0.01s J1 | TestRamUsageEstimator.testReferenceSize
   [junit4] OK      0.01s J1 | TestRamUsageEstimator.testHotspotBean
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=7427, maxDocsPerChunk=663, blockSize=567), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=7427, blockSize=567)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7669dd80), locale=nd-ZW, timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=482800128,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator]
   [junit4] Completed [3/5 (3!)] on J1 in 0.99s, 10 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] OK      0.00s J2 | TestRamUsageEstimator.testSanity
   [junit4] OK      0.01s J2 | TestRamUsageEstimator.testStrings
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=6F6AEEBBF580035E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nd-ZW -Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.02s J2 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6F6AEEBBF580035E:4F4C5A68EF7B102C]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.00s J2 | TestRamUsageEstimator.testQuery
   [junit4] IGNOR/A 0.00s J2 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4] OK      0.01s J2 | TestRamUsageEstimator.testBytesRefHash
   [junit4] OK      0.01s J2 | TestRamUsageEstimator.testCollection
   [junit4] OK      0.00s J2 | TestRamUsageEstimator.testStaticOverloads
   [junit4] OK      0.00s J2 | TestRamUsageEstimator.testReferenceSize
   [junit4] OK      0.00s J2 | TestRamUsageEstimator.testHotspotBean
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=7427, maxDocsPerChunk=663, blockSize=567), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=7427, blockSize=567)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@70c9f132), locale=nd-ZW, timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=451754496,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator, TestRamUsageEstimator]
   [junit4] Completed [4/5 (4!)] on J2 in 0.25s, 10 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
   [junit4] OK      0.00s J0 | TestRamUsageEstimator.testSanity
   [junit4] OK      0.00s J0 | TestRamUsageEstimator.testStrings
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRamUsageEstimator -Dtests.method=testMap -Dtests.seed=6F6AEEBBF580035E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=nd-ZW -Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.05s J0 | TestRamUsageEstimator.testMap <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25152.0> but was:<30184.0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6F6AEEBBF580035E:4F4C5A68EF7B102C]:0)
   [junit4]    > 	at org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.01s J0 | TestRamUsageEstimator.testQuery
   [junit4] IGNOR/A 0.00s J0 | TestRamUsageEstimator.testPrintValues
   [junit4]    > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator.
   [junit4] OK      0.01s J0 | TestRamUsageEstimator.testBytesRefHash
   [junit4] OK      0.01s J0 | TestRamUsageEstimator.testCollection
   [junit4] OK      0.00s J0 | TestRamUsageEstimator.testStaticOverloads
   [junit4] OK      0.00s J0 | TestRamUsageEstimator.testReferenceSize
   [junit4] OK      0.00s J0 | TestRamUsageEstimator.testHotspotBean
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=7427, maxDocsPerChunk=663, blockSize=567), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=7427, blockSize=567)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@354c1268), locale=nd-ZW, timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 11.0.3 (64-bit)/cpus=8,threads=1,free=453415424,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRamUsageEstimator, TestRamUsageEstimator]
   [junit4] Completed [5/5 (5!)] on J0 in 0.27s, 10 tests, 1 failure, 1 skipped <<< FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 6F6AEEBBF580035E]:
   [junit4]   - org.apache.lucene.util.TestRamUsageEstimator.testMap
   [junit4]   - org.apache.lucene.util.TestRamUsageEstimator.testMap
   [junit4]   - org.apache.lucene.util.TestRamUsageEstimator.testMap
   [junit4]   - org.apache.lucene.util.TestRamUsageEstimator.testMap
   [junit4]   - org.apache.lucene.util.TestRamUsageEstimator.testMap
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.61 ..     2.55 =     1.94s
   [junit4] JVM J1:     0.40 ..     1.80 =     1.40s
   [junit4] JVM J2:     0.61 ..     2.54 =     1.92s
   [junit4] Execution time total: 2.60 sec.
   [junit4] Tests summary: 5 suites, 50 tests, 5 failures, 5 ignored (5 assumptions)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1492: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1019: There were test failures: 5 suites, 50 tests, 5 failures, 5 ignored (5 assumptions) [seed: 6F6AEEBBF580035E]

Total time: 3 seconds

[repro] Setting last failure code to 256

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

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-12.0.1) - Build # 24326 - Still Unstable!

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

18 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:34919/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:34919/solr
	at __randomizedtesting.SeedInfo.seed([BE23171C4720FF0B:D43576CC2FD2B5C1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:384)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:256)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 49 more


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:34175/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:34175/solr
	at __randomizedtesting.SeedInfo.seed([BE23171C4720FF0B:D43576CC2FD2B5C1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:384)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:256)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 49 more


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:36653/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:36653/solr
	at __randomizedtesting.SeedInfo.seed([BE23171C4720FF0B:D43576CC2FD2B5C1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:384)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:256)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 49 more


FAILED:  org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:40055/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:40055/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard(TestPolicyCloud.java:246)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 49 more


FAILED:  org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:38899/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:38899/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard(TestPolicyCloud.java:246)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 49 more


FAILED:  org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:43813/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:43813/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard(TestPolicyCloud.java:246)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 49 more


FAILED:  org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:41023/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:41023/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard(TestPolicyCloud.java:246)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 49 more


FAILED:  org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionAddReplica

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:42451/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:42451/solr
	at __randomizedtesting.SeedInfo.seed([BE23171C4720FF0B:3E037232566317AD]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:547)
	at org.apache.solr.cloud.autoscaling.TestPolicyCloud.after(TestPolicyCloud.java:87)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 48 more


FAILED:  org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:42451/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:42451/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard(TestPolicyCloud.java:246)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 49 more


FAILED:  org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionAddReplica

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:44379/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:44379/solr
	at __randomizedtesting.SeedInfo.seed([BE23171C4720FF0B:3E037232566317AD]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:547)
	at org.apache.solr.cloud.autoscaling.TestPolicyCloud.after(TestPolicyCloud.java:87)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 48 more


FAILED:  org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionSplitShard

Error Message:
Error from server at https://127.0.0.1:44379/solr: Could not find collection : testCreateCollectionAddReplica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44379/solr: Could not find collection : testCreateCollectionAddReplica
	at __randomizedtesting.SeedInfo.seed([BE23171C4720FF0B:6BAD64E7F76A7EB5]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:656)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:547)
	at org.apache.solr.cloud.autoscaling.TestPolicyCloud.after(TestPolicyCloud.java:87)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.rule.RulesTest.doIntegrationTest

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:37437/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:37437/solr
	at __randomizedtesting.SeedInfo.seed([BE23171C4720FF0B:5B10509D5B540D09]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:547)
	at org.apache.solr.cloud.rule.RulesTest.removeCollections(RulesTest.java:65)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 48 more


FAILED:  org.apache.solr.cloud.rule.RulesTest.testPortRuleInPresenceOfClusterPolicy

Error Message:
Error from server at https://127.0.0.1:37437/solr: Could not find collection : rulesColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:37437/solr: Could not find collection : rulesColl
	at __randomizedtesting.SeedInfo.seed([BE23171C4720FF0B:70B9B9CF0F9B543]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:656)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.clien

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

   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:505)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testCreateCollectionSplitShard/leader_elect/shard1_0/election/72091603834568725-core_node9-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:1793)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:262)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:261)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:93)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:156)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:300)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.unregister(ZkController.java:1658)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.unregister(ZkController.java:1637)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.unload(CoreContainer.java:1648)
   [junit4]   2> 	... 39 more
   [junit4]   2> 
   [junit4]   2> 740531 INFO  (jetty-closer-1563-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@797ce4ab{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 740531 INFO  (jetty-closer-1563-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e317950{/solr,null,UNAVAILABLE}
   [junit4]   2> 740532 INFO  (jetty-closer-1563-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 740532 INFO  (SUITE-TestPolicyCloud-seed#[BE23171C4720FF0B]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 740734 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> 	37	/solr/collections/perReplicaDataColl/terms/shard1
   [junit4]   2> 	19	/solr/aliases.json
   [junit4]   2> 	16	/solr/configs/conf
   [junit4]   2> 	16	/solr/collections/policiesTest/state.json
   [junit4]   2> 	12	/solr/collections/policiesTest/terms/s3
   [junit4]   2> 	12	/solr/collections/policiesTest/terms/s1
   [junit4]   2> 	11	/solr/collections/testCreateCollectionSplitShard/terms/shard1_0
   [junit4]   2> 	10	/solr/collections/perReplicaDataColl/state.json
   [junit4]   2> 	10	/solr/collections/testCreateCollectionSplitShard/terms/shard1_1
   [junit4]   2> 	9	/solr/collections/testCreateCollection/state.json
   [junit4]   2> 	9	/solr/collections/policiesTest/terms/shard1
   [junit4]   2> 	9	/solr/collections/testCreateCollectionSplitShard/terms/shard1
   [junit4]   2> 	6	/solr/collections/testCreateCollectionAddReplica/terms/shard1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/metricsTest/state.json
   [junit4]   2> 	4	/solr/collections/testCreateCollectionSplitShard/state.json
   [junit4]   2> 	3	/solr/collections/metricsTest/terms/shard1
   [junit4]   2> 	3	/solr/collections/testCreateCollection/terms/shard1
   [junit4]   2> 	3	/solr/collections/testCreateCollection/terms/shard2
   [junit4]   2> 	3	/solr/collections/policiesTest/terms/s2
   [junit4]   2> 	2	/solr/collections/policiesTest/collectionprops.json
   [junit4]   2> 	2	/solr/collections/testCreateCollectionSplitShard/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	124	/solr/aliases.json
   [junit4]   2> 	114	/solr/collections/policiesTest/state.json
   [junit4]   2> 	69	/solr/collections/testCreateCollectionSplitShard/state.json
   [junit4]   2> 	34	/solr/collections/perReplicaDataColl/state.json
   [junit4]   2> 	22	/solr/collections/testCreateCollection/state.json
   [junit4]   2> 	19	/solr/collections/testCreateCollectionAddReplica/state.json
   [junit4]   2> 	19	/solr/clusterprops.json
   [junit4]   2> 	19	/solr/clusterstate.json
   [junit4]   2> 	15	/solr/autoscaling.json
   [junit4]   2> 	12	/solr/collections/metricsTest/state.json
   [junit4]   2> 	2	/solr/collections/perReplicaDataColl/leader_elect/shard1/election/72091603834568723-core_node7-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	224	/solr/collections
   [junit4]   2> 	213	/solr/overseer/queue
   [junit4]   2> 	83	/solr/overseer/collection-queue-work
   [junit4]   2> 	56	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 740737 INFO  (SUITE-TestPolicyCloud-seed#[BE23171C4720FF0B]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41823
   [junit4]   2> 740737 INFO  (SUITE-TestPolicyCloud-seed#[BE23171C4720FF0B]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41823
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TestPolicyCloud_BE23171C4720FF0B-002
   [junit4]   2> Jul 01, 2019 6:22:10 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2f53b043), locale=pt, timezone=NZ
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 12.0.1 (64-bit)/cpus=8,threads=1,free=60122032,total=272629760
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest, TestPolicyCloud, RulesTest, TestPolicyCloud]
   [junit4] Completed [15/15 (9!)] on J2 in 154.82s, 8 tests, 1 error <<< FAILURES!

[...truncated 20 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1492: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1019: There were test failures: 15 suites, 120 tests, 13 errors [seed: BE23171C4720FF0B]

Total time: 12 minutes 23 seconds

[repro] Setting last failure code to 256

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

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-12.0.1) - Build # 24325 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24325/
Java: 64bit/jdk-12.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplicaLegacy

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:36343/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:36343/solr
	at __randomizedtesting.SeedInfo.seed([BCB158A3A23A69EE:C5AB45B7340FF506]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:384)
	at org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplicaLegacy(DeleteReplicaTest.java:264)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
	... 49 more




Build Log:
[...truncated 13041 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 306873 INFO  (SUITE-DeleteReplicaTest-seed#[BCB158A3A23A69EE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/init-core-data-001
   [junit4]   2> 306873 WARN  (SUITE-DeleteReplicaTest-seed#[BCB158A3A23A69EE]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 306873 INFO  (SUITE-DeleteReplicaTest-seed#[BCB158A3A23A69EE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 306874 INFO  (SUITE-DeleteReplicaTest-seed#[BCB158A3A23A69EE]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 306877 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaFromClusterState
   [junit4]   2> 306877 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/tempDir-001
   [junit4]   2> 306877 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 306878 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 306878 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 306978 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.ZkTestServer start zk server on port:45385
   [junit4]   2> 306978 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45385
   [junit4]   2> 306978 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45385
   [junit4]   2> 306979 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 306988 INFO  (zkConnectionManagerCallback-3219-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306988 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307001 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307005 INFO  (zkConnectionManagerCallback-3221-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307005 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307006 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307006 INFO  (zkConnectionManagerCallback-3223-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307006 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307112 WARN  (jetty-launcher-3224-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 307112 WARN  (jetty-launcher-3224-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 307112 WARN  (jetty-launcher-3224-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 307112 WARN  (jetty-launcher-3224-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 307112 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 307112 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 307112 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 307112 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 307112 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 307112 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 307112 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 307112 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 307112 INFO  (jetty-launcher-3224-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 307112 INFO  (jetty-launcher-3224-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 307113 INFO  (jetty-launcher-3224-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 307113 INFO  (jetty-launcher-3224-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 12.0.1+12
   [junit4]   2> 307114 INFO  (jetty-launcher-3224-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 307114 INFO  (jetty-launcher-3224-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@757b3344{/solr,null,AVAILABLE}
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1960b07{/solr,null,AVAILABLE}
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4559da27{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:38745}
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-2) [     ] o.e.j.s.Server Started @307134ms
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 307115 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38745}
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 307116 ERROR (jetty-launcher-3224-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-01T13:41:44.348278Z
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47457f4a{/solr,null,AVAILABLE}
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@10d13e0c{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:44343}
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-3) [     ] o.e.j.s.Server Started @307134ms
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44343}
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36778524{/solr,null,AVAILABLE}
   [junit4]   2> 307116 ERROR (jetty-launcher-3224-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-01T13:41:44.348598Z
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@18ee9cb2{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:45939}
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-1) [     ] o.e.j.s.Server Started @307135ms
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45939}
   [junit4]   2> 307116 ERROR (jetty-launcher-3224-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 307116 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-01T13:41:44.349038Z
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4cb3b31f{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:39605}
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-4) [     ] o.e.j.s.Server Started @307135ms
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39605}
   [junit4]   2> 307117 ERROR (jetty-launcher-3224-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 307117 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-01T13:41:44.349650Z
   [junit4]   2> 307118 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307119 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307119 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307119 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307119 INFO  (zkConnectionManagerCallback-3232-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307119 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307119 INFO  (zkConnectionManagerCallback-3226-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307119 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307120 INFO  (zkConnectionManagerCallback-3230-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307120 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307120 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 307120 INFO  (zkConnectionManagerCallback-3228-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307120 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307120 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 307120 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 307120 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 307259 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 307260 WARN  (jetty-launcher-3224-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7587a4d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307260 WARN  (jetty-launcher-3224-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7587a4d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307263 WARN  (jetty-launcher-3224-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@55013e58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307263 WARN  (jetty-launcher-3224-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@55013e58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307264 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45385/solr
   [junit4]   2> 307265 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307265 INFO  (zkConnectionManagerCallback-3239-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307265 INFO  (jetty-launcher-3224-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307421 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 307422 WARN  (jetty-launcher-3224-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3cda5a27[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307422 WARN  (jetty-launcher-3224-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3cda5a27[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307423 WARN  (jetty-launcher-3224-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36af2250[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307423 WARN  (jetty-launcher-3224-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36af2250[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307424 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45385/solr
   [junit4]   2> 307425 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307426 INFO  (zkConnectionManagerCallback-3247-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307426 INFO  (jetty-launcher-3224-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307539 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 307540 WARN  (jetty-launcher-3224-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c40d51c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307540 WARN  (jetty-launcher-3224-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c40d51c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307543 WARN  (jetty-launcher-3224-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e930e84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307543 WARN  (jetty-launcher-3224-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e930e84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307544 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45385/solr
   [junit4]   2> 307546 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307546 INFO  (zkConnectionManagerCallback-3254-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307547 INFO  (jetty-launcher-3224-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307625 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307626 INFO  (zkConnectionManagerCallback-3256-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307626 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307629 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 307630 WARN  (jetty-launcher-3224-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14954434[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307630 WARN  (jetty-launcher-3224-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14954434[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307633 WARN  (jetty-launcher-3224-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7a16d7aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307633 WARN  (jetty-launcher-3224-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7a16d7aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 307634 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45385/solr
   [junit4]   2> 307636 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307636 INFO  (zkConnectionManagerCallback-3264-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307636 INFO  (jetty-launcher-3224-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307680 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38745_solr
   [junit4]   2> 307681 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.c.Overseer Overseer (id=72090511223422986-127.0.0.1:38745_solr-n_0000000000) starting
   [junit4]   2> 307683 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307684 INFO  (zkConnectionManagerCallback-3269-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307684 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307685 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45385/solr ready
   [junit4]   2> 307686 INFO  (OverseerStateUpdate-72090511223422986-127.0.0.1:38745_solr-n_0000000000) [n:127.0.0.1:38745_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38745_solr
   [junit4]   2> 307686 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38745_solr
   [junit4]   2> 307687 INFO  (zkCallback-3255-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 307687 INFO  (zkCallback-3268-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 307695 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 307708 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38745.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307715 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38745.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307715 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38745.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307716 INFO  (jetty-launcher-3224-thread-2) [n:127.0.0.1:38745_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/tempDir-001/node2/.
   [junit4]   2> 307725 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307726 INFO  (zkConnectionManagerCallback-3272-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307726 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307729 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 307731 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45939_solr as DOWN
   [junit4]   2> 307731 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 307731 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45939_solr
   [junit4]   2> 307732 INFO  (zkCallback-3255-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 307732 INFO  (zkCallback-3268-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 307732 INFO  (zkCallback-3271-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 307732 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307733 INFO  (zkConnectionManagerCallback-3279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307733 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307734 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 307734 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45385/solr ready
   [junit4]   2> 307741 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 307753 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45939.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307759 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45939.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307759 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45939.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307759 INFO  (jetty-launcher-3224-thread-1) [n:127.0.0.1:45939_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/tempDir-001/node1/.
   [junit4]   2> 307825 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307826 INFO  (zkConnectionManagerCallback-3282-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307826 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307829 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 307830 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44343_solr as DOWN
   [junit4]   2> 307831 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 307831 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44343_solr
   [junit4]   2> 307831 INFO  (zkCallback-3268-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 307831 INFO  (zkCallback-3255-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 307831 INFO  (zkCallback-3271-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 307831 INFO  (zkCallback-3278-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 307831 INFO  (zkCallback-3281-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 307832 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307833 INFO  (zkConnectionManagerCallback-3289-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307833 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307833 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 307834 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45385/solr ready
   [junit4]   2> 307845 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 307862 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44343.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307868 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44343.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307868 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44343.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307869 INFO  (jetty-launcher-3224-thread-3) [n:127.0.0.1:44343_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/tempDir-001/node3/.
   [junit4]   2> 307925 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307927 INFO  (zkConnectionManagerCallback-3292-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307927 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307929 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 307931 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39605_solr as DOWN
   [junit4]   2> 307931 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 307931 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39605_solr
   [junit4]   2> 307932 INFO  (zkCallback-3268-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 307932 INFO  (zkCallback-3278-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 307932 INFO  (zkCallback-3255-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 307932 INFO  (zkCallback-3291-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 307932 INFO  (zkCallback-3271-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 307932 INFO  (zkCallback-3288-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 307932 INFO  (zkCallback-3281-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 307933 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307933 INFO  (zkConnectionManagerCallback-3299-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307933 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307934 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 307934 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45385/solr ready
   [junit4]   2> 307942 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 307952 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39605.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307958 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39605.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307958 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39605.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 307959 INFO  (jetty-launcher-3224-thread-4) [n:127.0.0.1:39605_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/tempDir-001/node4/.
   [junit4]   2> 307989 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307990 INFO  (zkConnectionManagerCallback-3305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307990 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307991 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 307992 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45385/solr ready
   [junit4]   2> 308003 INFO  (qtp1179375727-8014) [n:127.0.0.1:39605_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 308004 INFO  (qtp1179375727-8014) [n:127.0.0.1:39605_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 308005 INFO  (qtp1179375727-8018) [n:127.0.0.1:39605_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=deleteFromClusterState_false&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 308014 INFO  (OverseerThreadFactory-2024-thread-1-processing-n:127.0.0.1:38745_solr) [n:127.0.0.1:38745_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection deleteFromClusterState_false
   [junit4]   2> 308119 INFO  (OverseerStateUpdate-72090511223422986-127.0.0.1:38745_solr-n_0000000000) [n:127.0.0.1:38745_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteFromClusterState_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteFromClusterState_false_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39605/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 308120 INFO  (OverseerStateUpdate-72090511223422986-127.0.0.1:38745_solr-n_0000000000) [n:127.0.0.1:38745_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteFromClusterState_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteFromClusterState_false_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44343/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 308121 INFO  (OverseerStateUpdate-72090511223422986-127.0.0.1:38745_solr-n_0000000000) [n:127.0.0.1:38745_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteFromClusterState_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteFromClusterState_false_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45939/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 308343 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr    x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteFromClusterState_false_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteFromClusterState_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 308348 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr    x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteFromClusterState_false_shard1_replica_n4&action=CREATE&numShards=1&collection=deleteFromClusterState_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 308362 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr    x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteFromClusterState_false_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteFromClusterState_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 309358 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 309358 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 309363 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.s.IndexSchema [deleteFromClusterState_false_shard1_replica_n4] Schema name=minimal
   [junit4]   2> 309363 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.s.IndexSchema [deleteFromClusterState_false_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 309365 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 309365 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 309366 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'deleteFromClusterState_false_shard1_replica_n1' using configuration from collection deleteFromClusterState_false, trusted=true
   [junit4]   2> 309366 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'deleteFromClusterState_false_shard1_replica_n4' using configuration from collection deleteFromClusterState_false, trusted=true
   [junit4]   2> 309366 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39605.solr.core.deleteFromClusterState_false.shard1.replica_n1' (registry 'solr.core.deleteFromClusterState_false.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 309366 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45939.solr.core.deleteFromClusterState_false.shard1.replica_n4' (registry 'solr.core.deleteFromClusterState_false.shard1.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 309366 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.c.SolrCore [[deleteFromClusterState_false_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/tempDir-001/node4/deleteFromClusterState_false_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/tempDir-001/node4/./deleteFromClusterState_false_shard1_replica_n1/data/]
   [junit4]   2> 309366 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.SolrCore [[deleteFromClusterState_false_shard1_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/tempDir-001/node1/deleteFromClusterState_false_shard1_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/tempDir-001/node1/./deleteFromClusterState_false_shard1_replica_n4/data/]
   [junit4]   2> 309370 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 309375 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.s.IndexSchema [deleteFromClusterState_false_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 309375 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 309375 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'deleteFromClusterState_false_shard1_replica_n2' using configuration from collection deleteFromClusterState_false, trusted=true
   [junit4]   2> 309376 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44343.solr.core.deleteFromClusterState_false.shard1.replica_n2' (registry 'solr.core.deleteFromClusterState_false.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1345b56e
   [junit4]   2> 309376 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.c.SolrCore [[deleteFromClusterState_false_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/tempDir-001/node3/deleteFromClusterState_false_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001/tempDir-001/node3/./deleteFromClusterState_false_shard1_replica_n2/data/]
   [junit4]   2> 309408 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 309408 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 309409 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 309409 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 309410 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@37ea1d82[deleteFromClusterState_false_shard1_replica_n4] main]
   [junit4]   2> 309411 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 309411 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 309411 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 309411 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1637863660341690368
   [junit4]   2> 309413 INFO  (searcherExecutor-2042-thread-1-processing-n:127.0.0.1:45939_solr x:deleteFromClusterState_false_shard1_replica_n4 c:deleteFromClusterState_false s:shard1 r:core_node6) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.SolrCore [deleteFromClusterState_false_shard1_replica_n4] Registered new searcher Searcher@37ea1d82[deleteFromClusterState_false_shard1_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 309415 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 309415 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 309415 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteFromClusterState_false/terms/shard1 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 309415 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/deleteFromClusterState_false/leaders/shard1
   [junit4]   2> 309416 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 309416 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 309417 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@68aeecc2[deleteFromClusterState_false_shard1_replica_n1] main]
   [junit4]   2> 309418 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 309418 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 309418 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 309418 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1637863660349030400
   [junit4]   2> 309418 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 309421 INFO  (searcherExecutor-2041-thread-1-processing-n:127.0.0.1:39605_solr x:deleteFromClusterState_false_shard1_replica_n1 c:deleteFromClusterState_false s:shard1 r:core_node3) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.c.SolrCore [deleteFromClusterState_false_shard1_replica_n1] Registered new searcher Searcher@68aeecc2[deleteFromClusterState_false_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 309423 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteFromClusterState_false/terms/shard1 to Terms{values={core_node6=0, core_node3=0}, version=1}
   [junit4]   2> 309423 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/deleteFromClusterState_false/leaders/shard1
   [junit4]   2> 309431 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 309431 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 309432 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 309432 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 309434 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@22722084[deleteFromClusterState_false_shard1_replica_n2] main]
   [junit4]   2> 309435 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 309435 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 309435 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 309435 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1637863660366856192
   [junit4]   2> 309438 INFO  (searcherExecutor-2043-thread-1-processing-n:127.0.0.1:44343_solr x:deleteFromClusterState_false_shard1_replica_n2 c:deleteFromClusterState_false s:shard1 r:core_node5) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.c.SolrCore [deleteFromClusterState_false_shard1_replica_n2] Registered new searcher Searcher@22722084[deleteFromClusterState_false_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 309439 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteFromClusterState_false/terms/shard1 to Terms{values={core_node6=0, core_node3=0, core_node5=0}, version=2}
   [junit4]   2> 309440 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/deleteFromClusterState_false/leaders/shard1
   [junit4]   2> 309919 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 309919 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 309919 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45939/solr/deleteFromClusterState_false_shard1_replica_n4/
   [junit4]   2> 309920 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.PeerSync PeerSync: core=deleteFromClusterState_false_shard1_replica_n4 url=https://127.0.0.1:45939/solr START replicas=[https://127.0.0.1:39605/solr/deleteFromClusterState_false_shard1_replica_n1/, https://127.0.0.1:44343/solr/deleteFromClusterState_false_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 309920 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.PeerSync PeerSync: core=deleteFromClusterState_false_shard1_replica_n4 url=https://127.0.0.1:45939/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 309936 INFO  (qtp438916476-8010) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.c.S.Request [deleteFromClusterState_false_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 309938 INFO  (qtp1179375727-8014) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.c.S.Request [deleteFromClusterState_false_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 309938 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 309938 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 309938 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/deleteFromClusterState_false/leaders/shard1/leader after winning as /collections/deleteFromClusterState_false/leader_elect/shard1/election/72090511223422989-core_node6-n_0000000000
   [junit4]   2> 309939 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45939/solr/deleteFromClusterState_false_shard1_replica_n4/ shard1
   [junit4]   2> 310041 INFO  (zkCallback-3271-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310041 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 310143 INFO  (zkCallback-3271-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310143 INFO  (zkCallback-3271-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310171 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteFromClusterState_false_shard1_replica_n4&action=CREATE&numShards=1&collection=deleteFromClusterState_false&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1823
   [junit4]   2> 310429 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteFromClusterState_false_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteFromClusterState_false&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2087
   [junit4]   2> 310444 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteFromClusterState_false_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteFromClusterState_false&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2082
   [junit4]   2> 310447 INFO  (qtp1179375727-8018) [n:127.0.0.1:39605_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> 310544 INFO  (zkCallback-3291-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310544 INFO  (zkCallback-3281-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310544 INFO  (zkCallback-3271-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310544 INFO  (zkCallback-3271-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310544 INFO  (zkCallback-3291-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310544 INFO  (zkCallback-3281-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310545 INFO  (qtp1179375727-8018) [n:127.0.0.1:39605_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=deleteFromClusterState_false&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2539
   [junit4]   2> 310556 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteFromClusterState_false/terms/shard1 to Terms{values={core_node6=1, core_node3=1, core_node5=1}, version=3}
   [junit4]   2> 310570 INFO  (qtp438916476-8005) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [deleteFromClusterState_false_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45939/solr/deleteFromClusterState_false_shard1_replica_n4/&wt=javabin&version=2}{add=[1 (1637863661539164160)]} 0 1
   [junit4]   2> 310572 INFO  (qtp1179375727-8016) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [deleteFromClusterState_false_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45939/solr/deleteFromClusterState_false_shard1_replica_n4/&wt=javabin&version=2}{add=[1 (1637863661539164160)]} 0 3
   [junit4]   2> 310572 INFO  (qtp303495106-8012) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [deleteFromClusterState_false_shard1_replica_n4]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1637863661539164160)]} 0 19
   [junit4]   2> 310576 INFO  (qtp438916476-8008) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [deleteFromClusterState_false_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45939/solr/deleteFromClusterState_false_shard1_replica_n4/&wt=javabin&version=2}{add=[2 (1637863661560135680)]} 0 1
   [junit4]   2> 310576 INFO  (qtp1179375727-8018) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [deleteFromClusterState_false_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45939/solr/deleteFromClusterState_false_shard1_replica_n4/&wt=javabin&version=2}{add=[2 (1637863661560135680)]} 0 1
   [junit4]   2> 310577 INFO  (qtp303495106-8015) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [deleteFromClusterState_false_shard1_replica_n4]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1637863661560135680)]} 0 4
   [junit4]   2> 310578 INFO  (qtp303495106-8017) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1637863661565378560,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 310578 INFO  (qtp303495106-8017) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@296545f0 commitCommandVersion:1637863661565378560
   [junit4]   2> 310580 INFO  (qtp438916476-8010) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1637863661567475712,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 310580 INFO  (qtp1179375727-8139) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1637863661567475712,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 310580 INFO  (qtp438916476-8010) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@746f78c8 commitCommandVersion:1637863661567475712
   [junit4]   2> 310580 INFO  (qtp1179375727-8139) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1349bf34 commitCommandVersion:1637863661567475712
   [junit4]   2> 310587 INFO  (qtp1179375727-8139) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7be4a275[deleteFromClusterState_false_shard1_replica_n1] main]
   [junit4]   2> 310587 INFO  (qtp303495106-8017) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@528edaf1[deleteFromClusterState_false_shard1_replica_n4] main]
   [junit4]   2> 310587 INFO  (qtp438916476-8010) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6101dd78[deleteFromClusterState_false_shard1_replica_n2] main]
   [junit4]   2> 310587 INFO  (qtp1179375727-8139) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 310587 INFO  (qtp303495106-8017) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 310587 INFO  (qtp438916476-8010) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 310588 INFO  (searcherExecutor-2042-thread-1-processing-n:127.0.0.1:45939_solr x:deleteFromClusterState_false_shard1_replica_n4 c:deleteFromClusterState_false s:shard1 r:core_node6) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.c.SolrCore [deleteFromClusterState_false_shard1_replica_n4] Registered new searcher Searcher@528edaf1[deleteFromClusterState_false_shard1_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C2:[diagnostics={timestamp=1561988507813, java.vendor=AdoptOpenJDK, os=Linux, os.version=4.18.0-24-generic, java.runtime.version=12.0.1+12, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=12.0.1+12, java.version=12.0.1}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 310588 INFO  (searcherExecutor-2041-thread-1-processing-n:127.0.0.1:39605_solr x:deleteFromClusterState_false_shard1_replica_n1 c:deleteFromClusterState_false s:shard1 r:core_node3) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.c.SolrCore [deleteFromClusterState_false_shard1_replica_n1] Registered new searcher Searcher@7be4a275[deleteFromClusterState_false_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C2:[diagnostics={timestamp=1561988507814, java.vendor=AdoptOpenJDK, os=Linux, os.version=4.18.0-24-generic, java.runtime.version=12.0.1+12, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=12.0.1+12, java.version=12.0.1}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 310588 INFO  (qtp1179375727-8139) [n:127.0.0.1:39605_solr c:deleteFromClusterState_false s:shard1 r:core_node3 x:deleteFromClusterState_false_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [deleteFromClusterState_false_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:45939/solr/deleteFromClusterState_false_shard1_replica_n4/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 8
   [junit4]   2> 310588 INFO  (searcherExecutor-2043-thread-1-processing-n:127.0.0.1:44343_solr x:deleteFromClusterState_false_shard1_replica_n2 c:deleteFromClusterState_false s:shard1 r:core_node5) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.c.SolrCore [deleteFromClusterState_false_shard1_replica_n2] Registered new searcher Searcher@6101dd78[deleteFromClusterState_false_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C2:[diagnostics={timestamp=1561988507814, java.vendor=AdoptOpenJDK, os=Linux, os.version=4.18.0-24-generic, java.runtime.version=12.0.1+12, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=12.0.1+12, java.version=12.0.1}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 310588 INFO  (qtp438916476-8010) [n:127.0.0.1:44343_solr c:deleteFromClusterState_false s:shard1 r:core_node5 x:deleteFromClusterState_false_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [deleteFromClusterState_false_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:45939/solr/deleteFromClusterState_false_shard1_replica_n4/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 8
   [junit4]   2> 310589 INFO  (qtp303495106-8017) [n:127.0.0.1:45939_solr c:deleteFromClusterState_false s:shard1 r:core_node6 x:deleteFromClusterState_false_shard1_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [deleteFromClusterState_false_shard1_replica_n4]  webapp=/solr path=/update params={_stateVer_=deleteFromClusterState_false:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 10
   [junit4]   2> 310692 INFO  (zkCallback-3281-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310692 INFO  (zkCallback-3281-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310692 INFO  (zkCallback-3304-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310692 INFO  (zkCallback-3291-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310692 INFO  (zkCallback-3271-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310692 INFO  (zkCallback-3271-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310692 INFO  (zkCallback-3291-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310692 INFO  (zkCallback-3304-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteFromClusterState_false/state.json] for collection [deleteFromClusterState_false] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 310692 INFO  (watches-3293-thread-1) [     ] o.a.s.c.ZkController Replica deleteFromClusterState_false_shard1_replica_n1 removed from clusterstate, remove it.
   [junit4]   2> 310693 INFO  (watches-3293-thread-

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

o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 194360 INFO  (jetty-closer-1057-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 194360 INFO  (jetty-closer-1057-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4da94718: rootName = solr_42019, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4631a0f1
   [junit4]   2> 194360 INFO  (jetty-closer-1057-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@795f7db1: rootName = solr_41421, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5dbb509c
   [junit4]   2> 194363 INFO  (jetty-closer-1057-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 194363 INFO  (jetty-closer-1057-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 194363 INFO  (jetty-closer-1057-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a8d3a3d: rootName = solr_41421, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@77a60f52
   [junit4]   2> 194363 INFO  (jetty-closer-1057-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@622c134f: rootName = solr_42019, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@77a60f52
   [junit4]   2> 194364 INFO  (jetty-closer-1057-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 194365 INFO  (jetty-closer-1057-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6577fe2b: rootName = solr_41421, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5250c31a
   [junit4]   2> 194365 INFO  (jetty-closer-1057-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 194365 INFO  (jetty-closer-1057-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 194365 INFO  (jetty-closer-1057-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7fba02db: rootName = solr_42019, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5250c31a
   [junit4]   2> 194365 INFO  (jetty-closer-1057-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 194456 INFO  (jetty-closer-1057-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72090715967127563-127.0.0.1:36973_solr-n_0000000000) closing
   [junit4]   2> 194457 INFO  (zkCallback-1025-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 194553 INFO  (jetty-closer-1057-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4856a7bf{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 194553 INFO  (jetty-closer-1057-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f773b1f{/solr,null,UNAVAILABLE}
   [junit4]   2> 194554 INFO  (jetty-closer-1057-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 194754 INFO  (jetty-closer-1057-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@736a712c{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 194754 INFO  (jetty-closer-1057-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@191e5e4b{/solr,null,UNAVAILABLE}
   [junit4]   2> 194754 INFO  (jetty-closer-1057-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 194954 INFO  (jetty-closer-1057-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@41dda0d6{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 194954 INFO  (jetty-closer-1057-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3669217{/solr,null,UNAVAILABLE}
   [junit4]   2> 194954 INFO  (jetty-closer-1057-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 195054 INFO  (jetty-closer-1057-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@762cc571{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 195054 INFO  (jetty-closer-1057-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@537720d5{/solr,null,UNAVAILABLE}
   [junit4]   2> 195054 INFO  (jetty-closer-1057-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 195054 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 195257 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> 	9	/solr/aliases.json
   [junit4]   2> 	7	/solr/collections/deleteByCountNew/terms/shard1
   [junit4]   2> 	6	/solr/collections/deleteByCountNew/terms/shard2
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	44	/solr/collections/deleteByCountNew/state.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72090715967127565-127.0.0.1:42019_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	37	/solr/live_nodes
   [junit4]   2> 	32	/solr/overseer/queue
   [junit4]   2> 	18	/solr/collections
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 195258 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46573
   [junit4]   2> 195258 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[BCB158A3A23A69EE]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46573
   [junit4]   2> 195258 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[BCB158A3A23A69EE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaByCountForAllShards
   [junit4] OK      6.77s J2 | DeleteReplicaTest.deleteReplicaByCountForAllShards
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_BCB158A3A23A69EE-001
   [junit4]   2> Jul 01, 2019 2:33:54 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1396c953), locale=zh-Hans-SG, timezone=Asia/Tashkent
   [junit4]   2> NOTE: Linux 4.18.0-24-generic amd64/AdoptOpenJDK 12.0.1 (64-bit)/cpus=8,threads=2,free=468336520,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest]
   [junit4] Completed [5/5 (1!)] on J2 in 194.51s, 9 tests, 1 error <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1492: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1019: There were test failures: 5 suites, 45 tests, 1 error [seed: BCB158A3A23A69EE]

Total time: 3 minutes 19 seconds

[repro] Setting last failure code to 256

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