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

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11.0.4) - Build # 25254 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25254/
Java: 64bit/jdk-11.0.4 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

1 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=22443, name=Lucene Merge Thread #0, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=22443, name=Lucene Merge Thread #0, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([74CE69C278DE893F]:0)
	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
Caused by: java.lang.OutOfMemoryError: Java heap space
	at org.apache.lucene.util.packed.DirectMonotonicWriter.<init>(DirectMonotonicWriter.java:56)
	at org.apache.lucene.util.packed.DirectMonotonicWriter.getInstance(DirectMonotonicWriter.java:136)
	at org.apache.lucene.codecs.lucene80.Lucene80DocValuesConsumer.addSortedNumericField(Lucene80DocValuesConsumer.java:585)
	at org.apache.lucene.codecs.asserting.AssertingDocValuesFormat$AssertingDocValuesConsumer.addSortedNumericField(AssertingDocValuesFormat.java:167)
	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedNumericField(DocValuesConsumer.java:371)
	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:143)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:152)
	at org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:196)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:151)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4446)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4040)
	at org.apache.solr.update.SolrIndexWriter.merge(SolrIndexWriter.java:201)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)




Build Log:
[...truncated 14311 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 1474470 INFO  (SUITE-BasicDistributedZkTest-seed#[74CE69C278DE893F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/data-dir-157-001
   [junit4]   2> 1474470 WARN  (SUITE-BasicDistributedZkTest-seed#[74CE69C278DE893F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
   [junit4]   2> 1474470 INFO  (SUITE-BasicDistributedZkTest-seed#[74CE69C278DE893F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1474470 INFO  (SUITE-BasicDistributedZkTest-seed#[74CE69C278DE893F]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 1474470 INFO  (SUITE-BasicDistributedZkTest-seed#[74CE69C278DE893F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1474470 INFO  (SUITE-BasicDistributedZkTest-seed#[74CE69C278DE893F]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /l_u/z
   [junit4]   2> 1474472 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1474473 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1474473 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1474573 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer start zk server on port:37099
   [junit4]   2> 1474573 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37099
   [junit4]   2> 1474573 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37099
   [junit4]   2> 1474573 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37099
   [junit4]   2> 1474574 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474575 INFO  (zkConnectionManagerCallback-9633-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474575 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474579 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474583 INFO  (zkConnectionManagerCallback-9635-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474583 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474588 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1474589 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1474589 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1474590 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1474591 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1474591 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1474592 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1474592 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1474593 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1474593 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1474594 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1474594 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1474673 WARN  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1474673 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1474673 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1474674 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+11
   [junit4]   2> 1474674 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1474674 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1474674 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1474675 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e4e3fd8{/l_u/z,null,AVAILABLE}
   [junit4]   2> 1474675 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@165313b0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40021}
   [junit4]   2> 1474675 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.s.Server Started @1474823ms
   [junit4]   2> 1474675 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/l_u/z, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/tempDir-001/control/data, hostPort=40021, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/control-001/cores}
   [junit4]   2> 1474675 ERROR (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1474675 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1474675 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1474675 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1474675 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1474676 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T08:38:57.638003Z
   [junit4]   2> 1474679 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474680 INFO  (zkConnectionManagerCallback-9637-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474680 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1474781 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1474781 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/control-001/solr.xml
   [junit4]   2> 1474783 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1474783 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1474784 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1474941 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1474941 WARN  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5414a846[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474941 WARN  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5414a846[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474944 WARN  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@590d463c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474944 WARN  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@590d463c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1474945 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37099/solr
   [junit4]   2> 1474947 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1474948 INFO  (zkConnectionManagerCallback-9644-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1474948 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1475050 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1475051 INFO  (zkConnectionManagerCallback-9646-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1475051 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1475084 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40021_l_u%2Fz
   [junit4]   2> 1475084 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.Overseer Overseer (id=72093693047603204-127.0.0.1:40021_l_u%2Fz-n_0000000000) starting
   [junit4]   2> 1475087 INFO  (OverseerStateUpdate-72093693047603204-127.0.0.1:40021_l_u%2Fz-n_0000000000) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40021_l_u%2Fz
   [junit4]   2> 1475087 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40021_l_u%2Fz
   [junit4]   2> 1475088 INFO  (zkCallback-9645-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1475088 WARN  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1475097 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1475123 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1475131 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1475131 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1475133 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1475134 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/control-001/cores
   [junit4]   2> 1475153 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1475153 INFO  (zkConnectionManagerCallback-9655-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1475155 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1475156 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1475157 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37099/solr ready
   [junit4]   2> 1475160 INFO  (qtp2036367714-21885) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40021_l_u%252Fz&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1475167 INFO  (OverseerThreadFactory-6091-thread-1-processing-n:127.0.0.1:40021_l_u%2Fz) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1475272 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1475272 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1476290 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1476302 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1476522 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1476539 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1476539 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1476539 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1476541 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=21.7509765625, floorSegmentMB=1.4814453125, forceMergeDeletesPctAllowed=29.033976777707444, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=24.570539099983637
   [junit4]   2> 1476542 WARN  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 1476583 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1476583 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1476797 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1476797 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1476798 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=42.2666015625, floorSegmentMB=0.873046875, forceMergeDeletesPctAllowed=26.795401128414383, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21131216197231542, deletesPctAllowed=42.92720763897809
   [junit4]   2> 1476798 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d0106c1[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1476800 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1476810 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1476810 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1476810 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654695646747164672
   [junit4]   2> 1476814 INFO  (searcherExecutor-6096-thread-1-processing-n:127.0.0.1:40021_l_u%2Fz x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@2d0106c1[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476817 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1476817 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1476819 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1476819 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1476819 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40021/l_u/z/control_collection_shard1_replica_n1/
   [junit4]   2> 1476822 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1476822 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:40021/l_u/z/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1476822 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72093693047603204-core_node2-n_0000000000
   [junit4]   2> 1476824 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40021/l_u/z/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1476927 INFO  (zkCallback-9645-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1476927 INFO  (zkCallback-9645-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1476928 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1476933 INFO  (qtp2036367714-21884) [n:127.0.0.1:40021_l_u%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1661
   [junit4]   2> 1476940 INFO  (qtp2036367714-21885) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1477040 INFO  (zkCallback-9645-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1477040 INFO  (zkCallback-9645-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1477040 INFO  (zkCallback-9645-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1477041 INFO  (qtp2036367714-21885) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40021_l_u%252Fz&wt=javabin&version=2} status=0 QTime=1880
   [junit4]   2> 1477041 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 1477151 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1477151 INFO  (zkConnectionManagerCallback-9661-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1477151 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1477152 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1477152 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37099/solr ready
   [junit4]   2> 1477153 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1477153 INFO  (qtp2036367714-21886) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1477156 INFO  (OverseerCollectionConfigSetProcessor-72093693047603204-127.0.0.1:40021_l_u%2Fz-n_0000000000) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1477156 INFO  (OverseerThreadFactory-6091-thread-2-processing-n:127.0.0.1:40021_l_u%2Fz) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1477361 WARN  (OverseerThreadFactory-6091-thread-2-processing-n:127.0.0.1:40021_l_u%2Fz) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1477362 INFO  (qtp2036367714-21886) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1477362 INFO  (qtp2036367714-21886) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=209
   [junit4]   2> 1477363 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 1477363 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1477363 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 1477363 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1477363 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 1477363 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1477363 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1477456 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-1-001 of type NRT
   [junit4]   2> 1477457 WARN  (closeThreadPool-9662-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1477457 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1477457 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1477457 INFO  (closeThreadPool-9662-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+11
   [junit4]   2> 1477504 INFO  (closeThreadPool-9662-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1477504 INFO  (closeThreadPool-9662-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1477504 INFO  (closeThreadPool-9662-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1477504 INFO  (closeThreadPool-9662-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ad9d39a{/l_u/z,null,AVAILABLE}
   [junit4]   2> 1477505 INFO  (closeThreadPool-9662-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@74ee0a67{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37701}
   [junit4]   2> 1477505 INFO  (closeThreadPool-9662-thread-1) [     ] o.e.j.s.Server Started @1477653ms
   [junit4]   2> 1477505 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/l_u/z, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/tempDir-001/jetty1, hostPort=37701, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-1-001/cores}
   [junit4]   2> 1477505 ERROR (closeThreadPool-9662-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1477505 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1477505 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1477505 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1477505 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1477505 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T08:39:00.467473Z
   [junit4]   2> 1477506 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1477537 INFO  (zkConnectionManagerCallback-9664-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1477541 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1477574 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-2-001 of type NRT
   [junit4]   2> 1477574 WARN  (closeThreadPool-9662-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1477574 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1477574 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1477574 INFO  (closeThreadPool-9662-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+11
   [junit4]   2> 1477579 INFO  (closeThreadPool-9662-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1477579 INFO  (closeThreadPool-9662-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1477579 INFO  (closeThreadPool-9662-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1477583 INFO  (closeThreadPool-9662-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2d9f40d7{/l_u/z,null,AVAILABLE}
   [junit4]   2> 1477584 INFO  (closeThreadPool-9662-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@565a7c05{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39073}
   [junit4]   2> 1477584 INFO  (closeThreadPool-9662-thread-2) [     ] o.e.j.s.Server Started @1477732ms
   [junit4]   2> 1477584 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/l_u/z, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/tempDir-001/jetty2, hostPort=39073, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-2-001/cores}
   [junit4]   2> 1477584 ERROR (closeThreadPool-9662-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1477584 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1477584 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1477584 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1477584 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1477584 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T08:39:00.546455Z
   [junit4]   2> 1477587 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1477590 INFO  (zkConnectionManagerCallback-9666-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1477590 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1477648 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1477648 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-1-001/solr.xml
   [junit4]   2> 1477653 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1477653 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1477656 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1477843 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1477843 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-2-001/solr.xml
   [junit4]   2> 1477845 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1477845 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1477856 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1477878 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-3-001 of type NRT
   [junit4]   2> 1477879 WARN  (closeThreadPool-9662-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1477879 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1477879 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1477879 INFO  (closeThreadPool-9662-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+11
   [junit4]   2> 1477897 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1477920 WARN  (closeThreadPool-9662-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@71fa00ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1477920 WARN  (closeThreadPool-9662-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@71fa00ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1477935 INFO  (closeThreadPool-9662-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1477935 INFO  (closeThreadPool-9662-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1477935 INFO  (closeThreadPool-9662-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1477964 WARN  (closeThreadPool-9662-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@40762203[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1477964 WARN  (closeThreadPool-9662-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@40762203[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1477965 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37099/solr
   [junit4]   2> 1477975 INFO  (closeThreadPool-9662-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3478aa1d{/l_u/z,null,AVAILABLE}
   [junit4]   2> 1477976 INFO  (closeThreadPool-9662-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6ff94be{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34793}
   [junit4]   2> 1477976 INFO  (closeThreadPool-9662-thread-3) [     ] o.e.j.s.Server Started @1478124ms
   [junit4]   2> 1477976 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/l_u/z, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/tempDir-001/jetty3, hostPort=34793, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-3-001/cores}
   [junit4]   2> 1477976 ERROR (closeThreadPool-9662-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1477976 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1477976 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1477976 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1477976 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1477976 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T08:39:00.938578Z
   [junit4]   2> 1477985 INFO  (TEST-BasicDistributedZkTest.test-seed#[74CE69C278DE893F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-4-001 of type NRT
   [junit4]   2> 1477997 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1477999 WARN  (closeThreadPool-9662-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1477999 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1477999 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1477999 INFO  (closeThreadPool-9662-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+11
   [junit4]   2> 1478003 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1478007 INFO  (zkConnectionManagerCallback-9674-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478007 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1478019 INFO  (zkConnectionManagerCallback-9676-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478019 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1478027 INFO  (closeThreadPool-9662-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1478027 INFO  (closeThreadPool-9662-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1478027 INFO  (closeThreadPool-9662-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1478028 INFO  (closeThreadPool-9662-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@359a2178{/l_u/z,null,AVAILABLE}
   [junit4]   2> 1478028 INFO  (closeThreadPool-9662-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@257a83e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33881}
   [junit4]   2> 1478028 INFO  (closeThreadPool-9662-thread-4) [     ] o.e.j.s.Server Started @1478176ms
   [junit4]   2> 1478028 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/l_u/z, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/tempDir-001/jetty4, hostPort=33881, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-4-001/cores}
   [junit4]   2> 1478028 ERROR (closeThreadPool-9662-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1478028 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1478028 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1478029 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1478029 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1478029 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T08:39:00.991026Z
   [junit4]   2> 1478039 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1478042 INFO  (zkConnectionManagerCallback-9678-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478042 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1478102 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1478102 WARN  (closeThreadPool-9662-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@727bff62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478102 WARN  (closeThreadPool-9662-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@727bff62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478104 WARN  (closeThreadPool-9662-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@278267d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478104 WARN  (closeThreadPool-9662-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@278267d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478105 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37099/solr
   [junit4]   2> 1478107 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1478108 INFO  (zkConnectionManagerCallback-9684-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478108 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1478111 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1478111 INFO  (zkConnectionManagerCallback-9686-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478111 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1478114 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1478116 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.c.ZkController Publish node=127.0.0.1:39073_l_u%2Fz as DOWN
   [junit4]   2> 1478117 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1478117 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39073_l_u%2Fz
   [junit4]   2> 1478118 INFO  (zkCallback-9645-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1478118 WARN  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1478123 INFO  (zkCallback-9660-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1478123 INFO  (zkCallback-9685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1478208 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1478225 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-4-001/solr.xml
   [junit4]   2> 1478227 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1478227 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1478235 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1478239 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1478255 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1478262 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1478262 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1478264 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1478265 INFO  (closeThreadPool-9662-thread-2) [n:127.0.0.1:39073_l_u%2Fz     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-2-001/cores
   [junit4]   2> 1478276 INFO  (closeThreadPool-9662-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:39073_l_u%2Fz
   [junit4]   2> 1478309 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1478309 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-3-001/solr.xml
   [junit4]   2> 1478311 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1478311 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1478312 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1478410 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1478410 INFO  (zkConnectionManagerCallback-9694-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478410 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1478414 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1478415 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.c.ZkController Publish node=127.0.0.1:37701_l_u%2Fz as DOWN
   [junit4]   2> 1478416 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1478416 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37701_l_u%2Fz
   [junit4]   2> 1478417 INFO  (zkCallback-9685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1478417 INFO  (zkCallback-9660-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1478417 INFO  (zkCallback-9645-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1478418 WARN  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1478424 INFO  (zkCallback-9693-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1478431 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1478651 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1478674 WARN  (closeThreadPool-9662-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ae4a612[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478674 WARN  (closeThreadPool-9662-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ae4a612[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478676 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1478685 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1478685 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1478686 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1478687 INFO  (closeThreadPool-9662-thread-1) [n:127.0.0.1:37701_l_u%2Fz     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-1-001/cores
   [junit4]   2> 1478692 WARN  (closeThreadPool-9662-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11cc84ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478692 WARN  (closeThreadPool-9662-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11cc84ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478693 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37099/solr
   [junit4]   2> 1478727 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1478764 INFO  (closeThreadPool-9662-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:37701_l_u%2Fz
   [junit4]   2> 1478775 INFO  (zkConnectionManagerCallback-9704-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478775 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1478832 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1478832 WARN  (closeThreadPool-9662-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6ce63bdd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478832 WARN  (closeThreadPool-9662-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6ce63bdd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478840 WARN  (closeThreadPool-9662-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7923d017[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478840 WARN  (closeThreadPool-9662-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7923d017[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1478840 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37099/solr
   [junit4]   2> 1478844 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1478845 INFO  (zkConnectionManagerCallback-9710-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478845 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1478883 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1478884 INFO  (zkConnectionManagerCallback-9712-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478884 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1478979 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1478979 INFO  (zkConnectionManagerCallback-9714-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478980 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1478981 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1478982 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1478984 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.c.ZkController Publish node=127.0.0.1:33881_l_u%2Fz as DOWN
   [junit4]   2> 1478984 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1478984 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33881_l_u%2Fz
   [junit4]   2> 1478985 INFO  (zkCallback-9660-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1478985 INFO  (zkCallback-9685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1478985 INFO  (zkCallback-9693-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1478985 INFO  (zkCallback-9645-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1478986 WARN  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1478994 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1478994 INFO  (zkCallback-9713-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1478994 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.c.ZkController Publish node=127.0.0.1:34793_l_u%2Fz as DOWN
   [junit4]   2> 1478995 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1478995 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34793_l_u%2Fz
   [junit4]   2> 1478995 INFO  (zkCallback-9685-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1478996 INFO  (zkCallback-9660-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1478996 INFO  (zkCallback-9645-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1478996 INFO  (zkCallback-9693-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1478996 INFO  (zkCallback-9713-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1478996 WARN  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1479005 INFO  (zkCallback-9711-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 1479011 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1479015 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1479019 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1479019 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1479021 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1479022 INFO  (closeThreadPool-9662-thread-4) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-4-001/cores
   [junit4]   2> 1479043 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1479050 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1479050 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1479051 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1479052 INFO  (closeThreadPool-9662-thread-3) [n:127.0.0.1:34793_l_u%2Fz     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-3-001/cores
   [junit4]   2> 1479085 INFO  (closeThreadPool-9662-thread-4) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:33881_l_u%2Fz
   [junit4]   2> 1479118 INFO  (closeThreadPool-9662-thread-3) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:34793_l_u%2Fz
   [junit4]   2> 1479121 INFO  (qtp107490347-21987) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:39073_l_u%252Fz&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1479121 INFO  (qtp107490347-21986) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33881_l_u%252Fz&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1479128 INFO  (OverseerCollectionConfigSetProcessor-72093693047603204-127.0.0.1:40021_l_u%2Fz-n_0000000000) [n:127.0.0.1:40021_l_u%2Fz     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1479128 INFO  (OverseerThreadFactory-6091-thread-3-processing-n:127.0.0.1:40021_l_u%2Fz) [n:127.0.0.1:40021_l_u%2Fz c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:39073_l_u%2Fz for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1479129 INFO  (OverseerThreadFactory-6091-thread-3-processing-n:127.0.0.1:40021_l_u%2Fz) [n:127.0.0.1:40021_l_u%2Fz c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1479131 INFO  (qtp107490347-21985) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:37701_l_u%252Fz&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1479136 INFO  (qtp107490347-22060) [n:127.0.0.1:33881_l_u%2Fz     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34793_l_u%252Fz&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1479140 INFO  (OverseerThreadFactory-6091-thread-4-processing-n:127.0.0.1:40021_l_u%2Fz) [n:127.0.0.1:40021_l_u%2Fz c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:37701_l_u%2Fz for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 1479141 INFO  (OverseerThreadFactory-6091-thread-4-processing-n:127.0.0.1:40021_l_u%2Fz) [n:127.0.0.1:40021_l_u%2Fz c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1479153 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1479168 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1480161 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1480176 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1480180 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 1480484 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=test
   [junit4]   2> 1480960 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1480968 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1480971 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1480972 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1480972 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-2-001/cores/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 1480974 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=21.7509765625, floorSegmentMB=1.4814453125, forceMergeDeletesPctAllowed=29.033976777707444, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=24.570539099983637
   [junit4]   2> 1480976 WARN  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 1480979 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1480979 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@189a18a3
   [junit4]   2> 1480979 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-1-001/cores/collection1_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001/shard-1-001/cores/collection1_shard2_replica_n2/data/]
   [junit4]   2> 1480981 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=21.7509765625, floorSegmentMB=1.4814453125, forceMergeDeletesPctAllowed=29.033976777707444, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=24.570539099983637
   [junit4]   2> 1480982 WARN  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 1481123 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1481123 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1481125 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1481125 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1481126 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=42.2666015625, floorSegmentMB=0.873046875, forceMergeDeletesPctAllowed=26.795401128414383, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21131216197231542, deletesPctAllowed=42.92720763897809
   [junit4]   2> 1481126 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@47cff597[collection1_shard1_replica_n1] main]
   [junit4]   2> 1481128 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1481128 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1481128 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1481129 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654695651275964416
   [junit4]   2> 1481130 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1481130 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1481131 INFO  (searcherExecutor-6137-thread-1-processing-n:127.0.0.1:39073_l_u%2Fz x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@47cff597[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1481132 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1481132 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1481132 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1481133 INFO  (qtp1382408849-21954) [n:127.0.0.1:39073_l_u%2Fz c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1481133 INFO  (qtp1892778149-21941) [n:127.0.0.1:37701_l_u%2Fz c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=42.2666015625, floorSegmentMB=0.873046875, forceMergeDeletesPctAllowed=26.795401128414383, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21131216197231542, deletesPctAllowed=42.92720763897809
   [junit4]   2> 1481133 INFO

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


   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([74CE69C278DE893F]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_74CE69C278DE893F-001
   [junit4]   2> Jan 03, 2020 8:40:47 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {regex_dup_A_s=PostingsFormat(name=LuceneFixedGap), regex_dup_B_s=PostingsFormat(name=Asserting), SubjectTerms_mfacet=PostingsFormat(name=Asserting), multiDefault=FST50, _root_=PostingsFormat(name=Asserting), genre_s=PostingsFormat(name=LuceneFixedGap), author_t=FST50, series_t=FST50, rnd_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), oddField_s=PostingsFormat(name=LuceneFixedGap), a_t=PostingsFormat(name=Asserting), cat=PostingsFormat(name=Asserting), foo_b=PostingsFormat(name=LuceneFixedGap), name=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), inStock=PostingsFormat(name=LuceneFixedGap), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), text=PostingsFormat(name=LuceneFixedGap), t_sortable=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))}, docValues:{regex_dup_A_s=DocValuesFormat(name=Asserting), other_tl1=DocValuesFormat(name=Lucene80), regex_dup_B_s=DocValuesFormat(name=Lucene80), range_facet_l_dv=DocValuesFormat(name=Asserting), SubjectTerms_mfacet=DocValuesFormat(name=Lucene80), n_l1=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Lucene80), genre_s=DocValuesFormat(name=Asserting), n_td1=DocValuesFormat(name=Lucene80), n_d1=DocValuesFormat(name=Lucene80), range_facet_l=DocValuesFormat(name=Lucene80), n_f1=DocValuesFormat(name=Lucene80), series_t=DocValuesFormat(name=Lucene80), n_tl1=DocValuesFormat(name=Lucene80), oddField_s=DocValuesFormat(name=Asserting), n_tf1=DocValuesFormat(name=Lucene80), price=DocValuesFormat(name=Asserting), a_t=DocValuesFormat(name=Lucene80), cat=DocValuesFormat(name=Lucene80), sequence_i=DocValuesFormat(name=Asserting), inStock=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Asserting), text=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Asserting), t_sortable=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene80), foo_i=DocValuesFormat(name=Lucene80), val_i=DocValuesFormat(name=Asserting), _root_=DocValuesFormat(name=Lucene80), n_dt1=DocValuesFormat(name=Lucene80), author_t=DocValuesFormat(name=Lucene80), a_i1=DocValuesFormat(name=Lucene80), n_ti1=DocValuesFormat(name=Asserting), rnd_b=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene80), n_tdt1=DocValuesFormat(name=Lucene80), name=DocValuesFormat(name=Asserting), foo_b=DocValuesFormat(name=Asserting), id_i1=DocValuesFormat(name=Lucene80), foo_d=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene80), foo_f=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=701, maxMBSortInHeap=7.5808246671066755, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@ad14b66), locale=pt-LU, timezone=America/St_Vincent
   [junit4]   2> NOTE: Linux 5.0.0-37-generic amd64/AdoptOpenJDK 11.0.4 (64-bit)/cpus=8,threads=1,free=257949696,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CacheHeaderTest, TestCustomSort, TestDynamicFieldCollectionResource, CdcrOpsAndBoundariesTest, SolrXmlInZkTest, BufferStoreTest, AlternateDirectoryTest, CoreSorterTest, ResponseLogComponentTest, MigrateRouteKeyTest, TestSortByMinMaxFunction, RootFieldTest, PeerSyncWithIndexFingerprintCachingTest, TestSweetSpotSimilarityFactory, OverseerModifyCollectionTest, IndexSizeEstimatorTest, TestInPlaceUpdatesStandalone, TestExtendedDismaxParser, TokenizerChainTest, CustomHighlightComponentTest, TestDocumentBuilder, AuthToolTest, AtomicUpdateProcessorFactoryTest, TestNamedUpdateProcessors, WordBreakSolrSpellCheckerTest, TestSchemaVersionResource, TolerantUpdateProcessorTest, TestSchemaField, TestImpersonationWithHadoopAuth, SolrLogAuditLoggerPluginTest, TestInPlaceUpdateWithRouteField, TestXIncludeConfig, TestConfigSetProperties, HdfsThreadLeakTest, BaseCdcrDistributedZkTest, TestFiltering, HttpPartitionTest, TestQueryingOnDownCollection, ManagedSchemaRoundRobinCloudTest, DocValuesMultiTest, TestTolerantUpdateProcessorRandomCloud, BigEndianAscendingWordSerializerTest, ChangedSchemaMergeTest, TestLockTree, TestSolrJacksonAnnotation, HdfsAutoAddReplicasIntegrationTest, TestJoin, TestSimNodeLostTrigger, FieldMutatingUpdateProcessorTest, TestSimpleTrackingShardHandler, SOLR749Test, SolrIndexConfigTest, TestNonDefinedSimilarityFactory, TestFieldCacheReopen, BJQFilterAccessibleTest, PreAnalyzedUpdateProcessorTest, GraphQueryTest, V2ApiIntegrationTest, TestSimClusterStateProvider, CdcrVersionReplicationTest, JsonLoaderTest, TestBinaryField, CreateRoutedAliasTest, TestDistributedGrouping, FullSolrCloudDistribCmdsTest, TestFaceting, TestWithCollection, TestLegacyNumericRangeQueryBuilder, TestSQLHandler, TestInitParams, SystemCollectionCompatTest, DistributedFacetPivotLargeTest, TestSegmentSorting, TestAtomicUpdateErrorCases, TestConfig, TestUpdate, TestRebalanceLeaders, TestSimTriggerIntegration, TestConfigSetsAPIZkFailure, JWTVerificationkeyResolverTest, ScheduledTriggerTest, TestSolrConfigHandlerConcurrent, TestUtils, LeaderFailureAfterFreshStartTest, TestOverriddenPrefixQueryForCustomFieldType, JavaBinAtomicUpdateMultivalueTest, ByteBuffersDirectoryFactoryTest, TestCSVLoader, ConfigSetsAPITest, JvmMetricsTest, TestSolrQueryResponse, TestCloudSchemaless, TestPseudoReturnFields, HdfsWriteToMultipleCollectionsTest, CoreAdminCreateDiscoverTest, TestScoreJoinQPNoScore, TestFreeTextSuggestions, SplitByPrefixTest, TestFieldCacheVsDocValues, TestApiFramework, HdfsBasicDistributedZk2Test, XsltUpdateRequestHandlerTest, TestManagedSchemaThreadSafety, TestAnalyzedSuggestions, TestSkipOverseerOperations, RequestLoggingTest, LegacyCloudClusterPropTest, OverseerTest, TestHdfsBackupRestoreCore, SuggestComponentTest, ExternalFileFieldSortTest, RecoveryAfterSoftCommitTest, NodeLostTriggerIntegrationTest, TestLMDirichletSimilarityFactory, TestStressReorder, TestQuerySenderNoQuery, DimensionalRoutedAliasUpdateProcessorTest, TestSolrDeletionPolicy2, DistributedSpellCheckComponentTest, TaggingAttributeTest, SolrTestCaseJ4Test, DistributedIntervalFacetingTest, TestSortableTextField, CoreAdminRequestStatusTest, ClusterStateTest, TestRestManager, SolrMetricManagerTest, TestLegacyField, NoCacheHeaderTest, MoveReplicaHDFSTest, TestRTimerTree, TestRTGBase, TestSmileRequest, TestDFISimilarityFactory, TestDynamicURP, MaxSizeAutoCommitTest, TestMergePolicyConfig, QueryParsingTest, TestLegacyTerms, TestSolrCoreSnapshots, ImplicitSnitchTest, TestSimGenericDistributedQueue, SliceStateTest, CategoryRoutedAliasUpdateProcessorTest, ZkCollectionPropsCachingTest, TestFunctionQuery, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, MinimalSchemaTest, OutputWriterTest, SampleTest, TestRandomDVFaceting, TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestLuceneMatchVersion, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, AddReplicaTest, AssignBackwardCompatibilityTest, BasicDistributedZkTest]
   [junit4] Completed [434/895 (1!)] on J2 in 110.97s, 1 test, 1 error <<< FAILURES!

[...truncated 1630 lines...]
   [junit4] JVM J2: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200103_081422_77017582661997664617169.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid20896.hprof ...
   [junit4] Heap dump file created [392724404 bytes in 2.124 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 9509 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid20896.hprof

Total time: 112 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-14-ea+27) - Build # 25256 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25256/
Java: 64bit/jdk-14-ea+27 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

All tests passed

Build Log:
[...truncated 454 lines...]
   [junit4] JVM J2: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20200103_143125_287951216165304765455.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x00007fecc305f5a8, pid=31708, tid=31891
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (14.0+27) (build 14-ea+27-1339)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (14-ea+27-1339, mixed mode, tiered, z gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [libjvm.so+0x9d85a8]  IdealLoopTree::est_loop_flow_merge_sz() const+0x158
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J2/hs_err_pid31708.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J2/replay_pid31708.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://bugreport.java.com/bugreport/crash.jsp
   [junit4] #
   [junit4] <<< JVM J2: EOF ----

[...truncated 241 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20200103_143125_29017089965038996905976.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x00007f8cbe8a0d20, pid=31709, tid=547
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (14.0+27) (build 14-ea+27-1339)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (14-ea+27-1339, mixed mode, tiered, z gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [libjvm.so+0xaf2d20]  Node::uncast(bool) const+0x0
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J0/hs_err_pid31709.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J0/replay_pid31709.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://bugreport.java.com/bugreport/crash.jsp
   [junit4] #
   [junit4] <<< JVM J0: EOF ----

[...truncated 35 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20200103_143125_2879793925823301846747.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x00007f9644466d20, pid=31707, tid=31784
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (14.0+27) (build 14-ea+27-1339)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (14-ea+27-1339, mixed mode, tiered, z gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [libjvm.so+0xaf2d20]  Node::uncast(bool) const+0x0
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J1/hs_err_pid31707.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J1/replay_pid31707.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://bugreport.java.com/bugreport/crash.jsp
   [junit4] #
   [junit4] <<< JVM J1: EOF ----

[...truncated 1 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: /home/jenkins/tools/java/64bit/jdk-14-ea+27/bin/java -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps -ea -esa --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=2314D9DAC383A7E5 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=9.0.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=3 -DtempDir=./temp -Djava.io.tmpdir=./temp -Dcommon.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=9.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=/home/jenkins/workspace/Lucene-Solr-master-Linux -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J0 -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp -Djunit4.childvm.id=0 -Djunit4.childvm.count=3 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=false -classpath /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/test:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.6.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20200103_143125_2908511647065909961027.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20200103_143125_2904045974797082017334.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20200103_143125_29017089965038996905976.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] ERROR: JVM J1 ended with an exception, command line: /home/jenkins/tools/java/64bit/jdk-14-ea+27/bin/java -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps -ea -esa --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=2314D9DAC383A7E5 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=9.0.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=3 -DtempDir=./temp -Djava.io.tmpdir=./temp -Dcommon.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=9.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=/home/jenkins/workspace/Lucene-Solr-master-Linux -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J1 -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp -Djunit4.childvm.id=1 -Djunit4.childvm.count=3 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=false -classpath /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/test:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.6.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20200103_143125_2878103010039844781488.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20200103_143125_2879582882095352705646.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20200103_143125_2879793925823301846747.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4] ERROR: JVM J2 ended with an exception, command line: /home/jenkins/tools/java/64bit/jdk-14-ea+27/bin/java -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps -ea -esa --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=2314D9DAC383A7E5 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=9.0.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=3 -DtempDir=./temp -Djava.io.tmpdir=./temp -Dcommon.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=9.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=/home/jenkins/workspace/Lucene-Solr-master-Linux -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J2 -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp -Djunit4.childvm.id=2 -Djunit4.childvm.count=3 -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=false -classpath /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/test:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.6.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20200103_143125_2875131224667638170445.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20200103_143125_28710919274958508062815.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20200103_143125_287951216165304765455.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:832)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:578: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1510: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1037: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20200103_143125_29017089965038996905976.sysout

Total time: 5 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-13.0.1) - Build # 25255 - Still Failing!

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

6 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:37671/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:37671/solr
	at __randomizedtesting.SeedInfo.seed([AD2CCE4F5CE5488A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:108)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:284)
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:310)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 34 more


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestBulkSchemaConcurrent

Error Message:
ObjectTracker found 2 object(s) that were not released!!! [ZkCollectionTerms, ZkShardTerms] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkCollectionTerms  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.cloud.ZkCollectionTerms.<init>(ZkCollectionTerms.java:39)  at org.apache.solr.cloud.ZkController.getCollectionTerms(ZkController.java:1625)  at org.apache.solr.cloud.ZkController.getShardTerms(ZkController.java:1620)  at org.apache.solr.cloud.ZkController.register(ZkController.java:1207)  at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:271)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkShardTerms  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.cloud.ZkShardTerms.<init>(ZkShardTerms.java:92)  at org.apache.solr.cloud.ZkCollectionTerms.getShard(ZkCollectionTerms.java:45)  at org.apache.solr.cloud.ZkController.getShardTerms(ZkController.java:1620)  at org.apache.solr.cloud.ZkController.register(ZkController.java:1207)  at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:271)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)   expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [ZkCollectionTerms, ZkShardTerms] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkCollectionTerms  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.cloud.ZkCollectionTerms.<init>(ZkCollectionTerms.java:39)  at org.apache.solr.cloud.ZkController.getCollectionTerms(ZkController.java:1625)  at org.apache.solr.cloud.ZkController.getShardTerms(ZkController.java:1620)  at org.apache.solr.cloud.ZkController.register(ZkController.java:1207)  at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:271)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkShardTerms  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.cloud.ZkShardTerms.<init>(ZkShardTerms.java:92)  at org.apache.solr.cloud.ZkCollectionTerms.getShard(ZkCollectionTerms.java:45)  at org.apache.solr.cloud.ZkController.getShardTerms(ZkController.java:1620)  at org.apache.solr.cloud.ZkController.register(ZkController.java:1207)  at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:271)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [ZkCollectionTerms, ZkShardTerms]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkCollectionTerms
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.cloud.ZkCollectionTerms.<init>(ZkCollectionTerms.java:39)
	at org.apache.solr.cloud.ZkController.getCollectionTerms(ZkController.java:1625)
	at org.apache.solr.cloud.ZkController.getShardTerms(ZkController.java:1620)
	at org.apache.solr.cloud.ZkController.register(ZkController.java:1207)
	at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:271)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkShardTerms
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.cloud.ZkShardTerms.<init>(ZkShardTerms.java:92)
	at org.apache.solr.cloud.ZkCollectionTerms.getShard(ZkCollectionTerms.java:45)
	at org.apache.solr.cloud.ZkController.getShardTerms(ZkController.java:1620)
	at org.apache.solr.cloud.ZkController.register(ZkController.java:1207)
	at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:271)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [ZkCollectionTerms, ZkShardTerms]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkCollectionTerms
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.cloud.ZkCollectionTerms.<init>(ZkCollectionTerms.java:39)
	at org.apache.solr.cloud.ZkController.getCollectionTerms(ZkController.java:1625)
	at org.apache.solr.cloud.ZkController.getShardTerms(ZkController.java:1620)
	at org.apache.solr.cloud.ZkController.register(ZkController.java:1207)
	at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:271)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkShardTerms
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.cloud.ZkShardTerms.<init>(ZkShardTerms.java:92)
	at org.apache.solr.cloud.ZkCollectionTerms.getShard(ZkCollectionTerms.java:45)
	at org.apache.solr.cloud.ZkController.getShardTerms(ZkController.java:1620)
	at org.apache.solr.cloud.ZkController.register(ZkController.java:1207)
	at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:271)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

>
	at __randomizedtesting.SeedInfo.seed([AD2CCE4F5CE5488A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:342)
	at jdk.internal.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.lucene.index.TestBagOfPositions.test

Error Message:
expected:<1123> but was:<1114>

Stack Trace:
java.lang.AssertionError: expected:<1123> but was:<1114>
	at __randomizedtesting.SeedInfo.seed([B68EA0712A2165CB:3EDA9FAB84DD0833]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.lucene.index.TestBagOfPositions.test(TestBagOfPositions.java:144)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.lucene.index.TestBagOfPostings.test

Error Message:
expected:<1283> but was:<1277>

Stack Trace:
java.lang.AssertionError: expected:<1283> but was:<1277>
	at __randomizedtesting.SeedInfo.seed([B68EA0712A2165CB:3EDA9FAB84DD0833]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.lucene.index.TestBagOfPostings.test(TestBagOfPostings.java:131)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.cloud.TestSegmentSorting.testSegmentTerminateEarly

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:33479/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:33479/solr
	at __randomizedtesting.SeedInfo.seed([AD2CCE4F5CE5488A:7D8A09E280B7DCE0]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.request.CollectionAdminRequest$RequestStatus.waitFor(CollectionAdminRequest.java:1594)
	at org.apache.solr.client.solrj.request.CollectionAdminRequest$AsyncCollectionAdminRequest.processAndWait(CollectionAdminRequest.java:234)
	at org.apache.solr.client.solrj.request.CollectionAdminRequest$AsyncCollectionAdminRequest.processAndWait(CollectionAdminRequest.java:220)
	at org.apache.solr.cloud.TestSegmentSorting.createCollection(TestSegmentSorting.java:85)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:284)
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:310)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 52 more


FAILED:  org.apache.solr.cloud.TestSegmentSorting.testAtomicUpdateOfSegmentSortField

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:33479/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:33479/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestSegmentSorting.createCollection(TestSegmentSorting.java:83)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:284)
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:310)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:351)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:802)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 49 more




Build Log:
[...truncated 978 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBagOfPositions
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBagOfPositions -Dtests.method=test -Dtests.seed=B68EA0712A2165CB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ug-CN -Dtests.timezone=Pacific/Marquesas -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 13.2s J1 | TestBagOfPositions.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1123> but was:<1114>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B68EA0712A2165CB:3EDA9FAB84DD0833]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPositions.test(TestBagOfPositions.java:144)
   [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]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J1/temp/lucene.index.TestBagOfPositions_B68EA0712A2165CB-001
   [junit4]   2> Jan 03, 2020 11:36:05 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {field=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=1906, maxMBSortInHeap=7.017490613202103, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d11c29), locale=ug-CN, timezone=Pacific/Marquesas
   [junit4]   2> NOTE: Linux 5.0.0-37-generic amd64/AdoptOpenJDK 13.0.1 (64-bit)/cpus=8,threads=1,free=287064776,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestLucene50LiveDocsFormat, TestMergedIterator, TestFilterDirectory, TestFeatureField, TestMaxPosition, TestSegmentMerger, TestNeverDelete, TestTermVectorsWriter, TestBM25Similarity, TestClassicSimilarity, TestDocument, TestBooleanQueryVisitSubscorers, TestDaciukMihovAutomatonBuilder, TestCharsRef, TestIndependenceChiSquared, TestBytesStore, TestMatchesIterator, TestMultiset, TestExitableDirectoryReader, TestStringHelper, TestFixedBitDocIdSet, TestSimpleExplanationsWithFillerDocs, TestComplexExplanationsOfNonMatches, TestForTooMuchCloning, TestBlockMaxConjunction, TestDoc, TestSumDocFreq, TestParallelCompositeReader, TestIntArrayDocIdSet, TestMixedCodecs, TestDirectMonotonic, TestTrackingDirectoryWrapper, TestTermsEnum, TestBinaryTerms, TestMultiMMap, TestIntRangeFieldQueries, TestDocIdsWriter, TestFrequencyTrackingRingBuffer, TestSimilarityBase, TestGraphTokenFilter, LimitedFiniteStringsIteratorTest, TestIndexManyDocuments, TestTotalHits, TestNormsFieldExistsQuery, TestStressIndexing, TestMaxScoreSumPropagator, TestSpanSearchEquivalence, TestFieldReuse, TestTransactions, TestIndexWriterCommit, TestSpansEnum, TestIndexSorting, TestRoaringDocIdSet, TestCharFilter, TestByteArrayDataInput, TestPrefixRandom, TestPForUtil, TestFilterCodecReader, TestPersistentSnapshotDeletionPolicy, TestAutomatonQuery, TestSearchAfter, TestMultiTermConstantScore, TestIntsRef, TestRegExp, TestIndexWriterDeleteByQuery, TestSnapshotDeletionPolicy, TestPositiveScoresOnlyCollector, TestBooleanMinShouldMatch, TestRamUsageEstimator, TestDemo, TestRegexpRandom2, TestBagOfPositions]
   [junit4] Completed [180/526 (1!)] on J1 in 13.34s, 1 test, 1 failure <<< FAILURES!

[...truncated 116 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBagOfPostings
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBagOfPostings -Dtests.method=test -Dtests.seed=B68EA0712A2165CB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-PR -Dtests.timezone=Asia/Jerusalem -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.35s J2 | TestBagOfPostings.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1283> but was:<1277>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B68EA0712A2165CB:3EDA9FAB84DD0833]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPostings.test(TestBagOfPostings.java:131)
   [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]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J2/temp/lucene.index.TestBagOfPostings_B68EA0712A2165CB-001
   [junit4]   2> Jan 03, 2020 11:36:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4606c989), locale=es-PR, timezone=Asia/Jerusalem
   [junit4]   2> NOTE: Linux 5.0.0-37-generic amd64/AdoptOpenJDK 13.0.1 (64-bit)/cpus=8,threads=1,free=396118776,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestLucene50StoredFieldsFormat, TestNamedSPILoader, TestLockFactory, TestFeatureSort, TestMaxTermFrequency, TestSegmentReader, TestNewestSegment, TestTermdocPerf, TestBasicModelG, TestDistributionLL, TestDoubleRange, TestBooleanRewrites, TestDeterminism, TestCharsRefBuilder, TestIndependenceSaturated, TestFSTDirectAddressing, TestMaxClauseLimit, TestNGramPhraseQuery, TestFieldInfos, TestStringMSBRadixSorter, TestFixedBitSet, TestSimpleSearchEquivalence, TestConjunctionDISI, TestForceMergeForever, TestBoolean2, TestDocCount, TestSwappedIndexFiles, TestParallelLeafReader, TestIntroSelector, TestMixedDocValuesUpdates, TestDirectPacked, Test2BPagedBytes, TestTermsEnum2, TestByteSlices, TestNIOFSDirectory, TestLRUQueryCache, TestMutablePointsReaderUtils, TestIOUtils, TestBasics, TestGraphTokenizers, TestAutomaton, TestIndexOptions, TestUsageTrackingFilterCachingPolicy, TestNot, TestStressIndexing2, TestMinShouldMatch2, TestSpanTermQuery, TestFieldUpdatesBuffer, TestTryDelete, TestIndexWriterConfig, TestBufferedChecksum, TestIndexTooManyDocs, TestRollingBuffer, TestCharacterUtils, TestQueryRescorer, TestPerFieldDocValuesFormat, TestFilterDirectoryReader, TestPointValues, TestAutomatonQueryUnicode, TestSearchWithThreads, TestMultiTermQueryRewrites, TestLSBRadixSorter, TestUTF32ToUTF8, TestIndexWriterExceptions, TestSoftDeletesDirectoryReaderWrapper, TestPrefixInBooleanQuery, TestBooleanOr, TestRecyclingByteBlockAllocator, TestExternalCodecs, TestReqExclBulkScorer, TestBagOfPostings]
   [junit4] Completed [216/526 (2!)] on J2 in 1.50s, 1 test, 1 failure <<< FAILURES!

[...truncated 11935 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20200103_121302_80913118928279631421802.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  Internal Error (loopnode.hpp:979), pid=19184, tid=19222
   [junit4] #  guarantee(d != NULL) failed: Null dominator info.
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (13.0.1+9) (build 13.0.1+9)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (13.0.1+9, mixed mode, tiered, shenandoah gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [libjvm.so+0xb14104]  PhaseIdealLoop::dom_depth(Node*) const [clone .isra.122]+0x94
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/hs_err_pid19184.log
   [junit4] [thread 23006 also had an error]
   [junit4] 
   [junit4] ------ Timeout during error reporting after 120 s. ------
   [junit4] # [ timer expired, abort... ]
   [junit4] <<< JVM J1: EOF ----

[...truncated 31 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud
   [junit4]   2> 184580 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 184581 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_AD2CCE4F5CE5488A-001/data-dir-25-001
   [junit4]   2> 184581 WARN  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 184581 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 184582 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-9182 - causes OOM")
   [junit4]   2> 184582 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.TestTolerantUpdateProcessorRandomCloud Configuring cluster: servers=7, shards=3, repfactor=2
   [junit4]   2> 184582 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 7 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_AD2CCE4F5CE5488A-001/tempDir-001
   [junit4]   2> 184582 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 184596 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 184596 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 184696 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:33509
   [junit4]   2> 184696 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33509
   [junit4]   2> 184696 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33509
   [junit4]   2> 184696 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33509
   [junit4]   2> 184707 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184740 INFO  (zkConnectionManagerCallback-1123-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 184741 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184799 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184825 INFO  (zkConnectionManagerCallback-1125-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 184825 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184851 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184865 INFO  (zkConnectionManagerCallback-1127-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 184865 INFO  (SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[AD2CCE4F5CE5488A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184994 WARN  (jetty-launcher-1128-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 184994 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 184994 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 184994 INFO  (jetty-launcher-1128-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
   [junit4]   2> 185007 WARN  (jetty-launcher-1128-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 185007 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 185007 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 185008 INFO  (jetty-launcher-1128-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
   [junit4]   2> 185016 WARN  (jetty-launcher-1128-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 185016 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 185016 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 185016 INFO  (jetty-launcher-1128-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
   [junit4]   2> 185021 WARN  (jetty-launcher-1128-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 185021 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 185021 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 185021 INFO  (jetty-launcher-1128-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
   [junit4]   2> 185022 WARN  (jetty-launcher-1128-thread-5) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 185022 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 185022 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 185022 INFO  (jetty-launcher-1128-thread-5) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
   [junit4]   2> 185072 WARN  (jetty-launcher-1128-thread-7) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 185072 WARN  (jetty-launcher-1128-thread-6) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 185072 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 185072 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 185072 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 185072 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 185072 INFO  (jetty-launcher-1128-thread-6) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
   [junit4]   2> 185072 INFO  (jetty-launcher-1128-thread-7) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.1+9
   [junit4]   2> 185305 INFO  (jetty-launcher-1128-thread-7) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 185305 INFO  (jetty-launcher-1128-thread-7) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 185305 INFO  (jetty-launcher-1128-thread-7) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 185315 INFO  (jetty-launcher-1128-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 185315 INFO  (jetty-launcher-1128-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 185315 INFO  (jetty-launcher-1128-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 185315 INFO  (jetty-launcher-1128-thread-7) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f05afd3{/solr,null,AVAILABLE}
   [junit4]   2> 185316 INFO  (jetty-launcher-1128-thread-7) [     ] o.e.j.s.AbstractConnector Started ServerConnector@184eca48{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:46783}
   [junit4]   2> 185316 INFO  (jetty-launcher-1128-thread-7) [     ] o.e.j.s.Server Started @185369ms
   [junit4]   2> 185316 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46783}
   [junit4]   2> 185316 ERROR (jetty-launcher-1128-thread-7) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 185316 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 185316 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 185316 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 185316 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 185316 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T12:16:08.238963Z
   [junit4]   2> 185320 INFO  (jetty-launcher-1128-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 185320 INFO  (jetty-launcher-1128-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 185320 INFO  (jetty-launcher-1128-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 185327 INFO  (jetty-launcher-1128-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 185327 INFO  (jetty-launcher-1128-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 185327 INFO  (jetty-launcher-1128-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 185351 INFO  (jetty-launcher-1128-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7451a18d{/solr,null,AVAILABLE}
   [junit4]   2> 185352 INFO  (jetty-launcher-1128-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@45c1a911{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37671}
   [junit4]   2> 185352 INFO  (jetty-launcher-1128-thread-3) [     ] o.e.j.s.Server Started @185405ms
   [junit4]   2> 185352 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37671}
   [junit4]   2> 185352 INFO  (jetty-launcher-1128-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 185352 INFO  (jetty-launcher-1128-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 185352 INFO  (jetty-launcher-1128-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 185352 ERROR (jetty-launcher-1128-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 185352 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 185352 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 185352 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 185352 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 185352 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T12:16:08.274950Z
   [junit4]   2> 185353 INFO  (jetty-launcher-1128-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d3be112{/solr,null,AVAILABLE}
   [junit4]   2> 185354 INFO  (jetty-launcher-1128-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@eeafb13{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37051}
   [junit4]   2> 185354 INFO  (jetty-launcher-1128-thread-2) [     ] o.e.j.s.Server Started @185407ms
   [junit4]   2> 185354 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37051}
   [junit4]   2> 185354 ERROR (jetty-launcher-1128-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 185354 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 185354 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 185354 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 185354 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 185354 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T12:16:08.276769Z
   [junit4]   2> 185355 INFO  (jetty-launcher-1128-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a4c7f8f{/solr,null,AVAILABLE}
   [junit4]   2> 185356 INFO  (jetty-launcher-1128-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@390cf0f6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45905}
   [junit4]   2> 185356 INFO  (jetty-launcher-1128-thread-4) [     ] o.e.j.s.Server Started @185409ms
   [junit4]   2> 185356 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45905}
   [junit4]   2> 185356 ERROR (jetty-launcher-1128-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 185356 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 185356 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 185356 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 185356 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 185356 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T12:16:08.278544Z
   [junit4]   2> 185359 INFO  (jetty-launcher-1128-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 185359 INFO  (jetty-launcher-1128-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 185359 INFO  (jetty-launcher-1128-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 185376 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185383 INFO  (jetty-launcher-1128-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@242472fa{/solr,null,AVAILABLE}
   [junit4]   2> 185383 INFO  (jetty-launcher-1128-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7a40ea11{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35881}
   [junit4]   2> 185383 INFO  (jetty-launcher-1128-thread-1) [     ] o.e.j.s.Server Started @185436ms
   [junit4]   2> 185383 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35881}
   [junit4]   2> 185384 ERROR (jetty-launcher-1128-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 185384 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 185384 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 185384 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 185384 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 185384 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T12:16:08.306121Z
   [junit4]   2> 185391 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185428 INFO  (jetty-launcher-1128-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b5fbcdd{/solr,null,AVAILABLE}
   [junit4]   2> 185436 INFO  (jetty-launcher-1128-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@31fd4277{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45437}
   [junit4]   2> 185436 INFO  (jetty-launcher-1128-thread-5) [     ] o.e.j.s.Server Started @185489ms
   [junit4]   2> 185436 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45437}
   [junit4]   2> 185436 ERROR (jetty-launcher-1128-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 185436 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 185436 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 185436 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 185436 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 185436 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T12:16:08.358633Z
   [junit4]   2> 185438 INFO  (zkConnectionManagerCallback-1130-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185443 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185460 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 185479 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185494 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185509 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185513 INFO  (zkConnectionManagerCallback-1132-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185518 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185519 INFO  (zkConnectionManagerCallback-1134-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185519 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185530 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185540 INFO  (jetty-launcher-1128-thread-6) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 185540 INFO  (jetty-launcher-1128-thread-6) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 185540 INFO  (jetty-launcher-1128-thread-6) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 185543 INFO  (zkConnectionManagerCallback-1136-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185543 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185547 INFO  (jetty-launcher-1128-thread-6) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37291702{/solr,null,AVAILABLE}
   [junit4]   2> 185548 INFO  (jetty-launcher-1128-thread-6) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6d1b26eb{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40681}
   [junit4]   2> 185548 INFO  (jetty-launcher-1128-thread-6) [     ] o.e.j.s.Server Started @185601ms
   [junit4]   2> 185548 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40681}
   [junit4]   2> 185548 ERROR (jetty-launcher-1128-thread-6) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 185548 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 185548 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 185548 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 185548 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 185548 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T12:16:08.470657Z
   [junit4]   2> 185561 INFO  (zkConnectionManagerCallback-1138-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185561 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185561 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 185561 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 185561 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 185579 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185596 INFO  (zkConnectionManagerCallback-1140-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185596 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185608 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 185619 INFO  (zkConnectionManagerCallback-1142-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185619 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185619 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 185710 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 185773 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 185796 WARN  (jetty-launcher-1128-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@18f48f0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185796 WARN  (jetty-launcher-1128-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@18f48f0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185840 WARN  (jetty-launcher-1128-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5080f10e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185840 WARN  (jetty-launcher-1128-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5080f10e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185841 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33509/solr
   [junit4]   2> 185863 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 185887 INFO  (zkConnectionManagerCallback-1152-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 185887 INFO  (jetty-launcher-1128-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 185964 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 185982 WARN  (jetty-launcher-1128-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36eceaf3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 185982 WARN  (jetty-launcher-1128-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36eceaf3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186004 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 186008 WARN  (jetty-launcher-1128-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67ae3b25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186008 WARN  (jetty-launcher-1128-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67ae3b25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186009 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33509/solr
   [junit4]   2> 186012 WARN  (jetty-launcher-1128-thread-7) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7198e0d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186012 WARN  (jetty-launcher-1128-thread-7) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7198e0d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186029 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186056 INFO  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186056 INFO  (zkConnectionManagerCallback-1161-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 186056 INFO  (jetty-launcher-1128-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 186088 INFO  (zkConnectionManagerCallback-1164-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 186088 INFO  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 186088 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 186092 WARN  (jetty-launcher-1128-thread-7) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@15095fab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186092 WARN  (jetty-launcher-1128-thread-7) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@15095fab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186093 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33509/solr
   [junit4]   2> 186113 WARN  (jetty-launcher-1128-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4322aead[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186113 WARN  (jetty-launcher-1128-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4322aead[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186137 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186155 INFO  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37671_solr
   [junit4]   2> 186156 INFO  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.c.Overseer Overseer (id=72094546990202892-127.0.0.1:37671_solr-n_0000000000) starting
   [junit4]   2> 186162 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 186178 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 186179 INFO  (zkConnectionManagerCallback-1170-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 186179 INFO  (jetty-launcher-1128-thread-7) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 186198 INFO  (OverseerStateUpdate-72094546990202892-127.0.0.1:37671_solr-n_0000000000) [n:127.0.0.1:37671_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37671_solr
   [junit4]   2> 186208 INFO  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37671_solr
   [junit4]   2> 186209 WARN  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 186220 WARN  (jetty-launcher-1128-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@223b9ca3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186220 WARN  (jetty-launcher-1128-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@223b9ca3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186220 WARN  (jetty-launcher-1128-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25eb0da6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186220 WARN  (jetty-launcher-1128-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25eb0da6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186220 INFO  (jetty-launcher-1128-thread-2) [n:127.0.0.1:37051_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186221 WARN  (jetty-launcher-1128-thread-6) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f6d60fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186221 WARN  (jetty-launcher-1128-thread-6) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f6d60fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186221 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33509/solr
   [junit4]   2> 186222 INFO  (zkCallback-1163-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 186222 INFO  (zkConnectionManagerCallback-1175-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 186222 INFO  (jetty-launcher-1128-thread-2) [n:127.0.0.1:37051_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 186232 INFO  (jetty-launcher-1128-thread-2) [n:127.0.0.1:37051_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 186238 INFO  (jetty-launcher-1128-thread-2) [n:127.0.0.1:37051_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37051_solr as DOWN
   [junit4]   2> 186239 INFO  (jetty-launcher-1128-thread-2) [n:127.0.0.1:37051_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 186239 INFO  (jetty-launcher-1128-thread-2) [n:127.0.0.1:37051_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37051_solr
   [junit4]   2> 186241 INFO  (zkCallback-1163-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 186242 WARN  (jetty-launcher-1128-thread-2) [n:127.0.0.1:37051_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 186263 INFO  (jetty-launcher-1128-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 186273 WARN  (jetty-launcher-1128-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41ec5199[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186273 WARN  (jetty-launcher-1128-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41ec5199[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186274 INFO  (zkCallback-1174-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 186274 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33509/solr
   [junit4]   2> 186275 INFO  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 186275 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186276 WARN  (jetty-launcher-1128-thread-6) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@46dbab1f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186276 WARN  (jetty-launcher-1128-thread-6) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@46dbab1f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186276 INFO  (jetty-launcher-1128-thread-2) [n:127.0.0.1:37051_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 186277 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33509/solr
   [junit4]   2> 186298 INFO  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37671.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@685ef39b
   [junit4]   2> 186309 WARN  (jetty-launcher-1128-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@78a219ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186309 INFO  (zkConnectionManagerCallback-1183-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 186309 INFO  (jetty-launcher-1128-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 186309 WARN  (jetty-launcher-1128-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@78a219ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 186310 INFO  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37671.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@685ef39b
   [junit4]   2> 186310 INFO  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37671.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@685ef39b
   [junit4]   2> 186312 INFO  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 186314 INFO  (jetty-launcher-1128-thread-3) [n:127.0.0.1:37671_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_AD2CCE4F5CE5488A-001/tempDir-001/node2/.
   [junit4]   2> 186332 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186333 INFO  (jetty-launcher-1128-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186333 INFO  (jetty-launcher-1128-thread-7) [n:127.0.0.1:46783_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 186351 INFO  (jetty-launcher-1128-thread-2) [n:127.0.0.1:37051_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37051.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@685ef39b
   [junit4]   2> 186352 INFO  (zkConnectionManagerCallback-1195-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 186352 INFO  (jetty-launcher-1128-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 186352 INFO  (zkConnectionManagerCallback-1198-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
  

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

rj/lib/netty-common-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-handler-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-resolver-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-native-epoll-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-native-unix-common-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/slf4j-api-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/stax2-api-3.1.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-3.5.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-jute-3.5.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-common-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-hpack-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/javax.servlet-api-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-java-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-continuation-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-deploy-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-http-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-io-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-jmx-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-rewrite-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-security-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlet-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlets-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-util-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-webapp-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-xml-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-core-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-graphite-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jetty9-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jmx-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jvm-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/byte-buddy-1.9.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-compress-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-logging-1.1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-text-1.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-common-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-minikdc-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-servlet-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-admin-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-client-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-common-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-crypto-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-identity-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-server-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-simplekdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-config-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-kdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-util-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mockito-core-2.23.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/objenesis-2.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/opentracing-mock-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.6.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200103_121302_80911886194677334901326.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200103_121302_8096097569721310245069.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200103_121302_80969986232388912648.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:830)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:634: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:578: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:232: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:549: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1510: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1037: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20200103_121302_8092803683959500270446.sysout

Total time: 66 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2