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...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to